git: e2339370737b - main - ggated(8): Fix two typos in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jun 2026 11:00:00 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=e2339370737bdbebc8bd34a84f5b869da3a9ed43
commit e2339370737bdbebc8bd34a84f5b869da3a9ed43
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-27 10:58:09 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-27 10:58:09 +0000
ggated(8): Fix two typos in the manual page
- s/colunm/column/
- s/operaions/operations/
MFC after: 3 days
---
sbin/ggate/ggated/ggated.8 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sbin/ggate/ggated/ggated.8 b/sbin/ggate/ggated/ggated.8
index c48967268df8..e1dbdcda487e 100644
--- a/sbin/ggate/ggated/ggated.8
+++ b/sbin/ggate/ggated/ggated.8
@@ -92,7 +92,7 @@ hostname RW,DIRECT /tmp/direct-image
hostname RW,NODIRECT /tmp/nodirect-image
.Ed
.Pp
-The first colunm specifies the ip, network with netmask, or the hostname
+The first column specifies the ip, network with netmask, or the hostname
that the export applies to.
.Pp
The next column is the access flags that apply to the export
@@ -121,7 +121,7 @@ DIRECT and NODIRECT are used to coerce the use of the O_DIRECT flag to
.Xr open 2 when the specified path is opened. If DIRECT is specified the
path is always opened with O_DIRECT. If NODIRECT is specified the path is
never opened with O_DIRECT. DIRECT access limits the cache effects of
-IO operaions on the file. This has the effect of having clients accessing
+IO operations on the file. This has the effect of having clients accessing
exports to not impact the cache of the local machine, however it
will cause greater IO utilization to the devices on which the files reside.
.Pp