git: 3a27e586a109 - stable/15 - ggated(8): Fix two typos in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 04:51:47 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=3a27e586a109466ed29d2d4b57379f54f4c39f62
commit 3a27e586a109466ed29d2d4b57379f54f4c39f62
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-27 10:58:09 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-30 04:48:58 +0000
ggated(8): Fix two typos in the manual page
- s/colunm/column/
- s/operaions/operations/
(cherry picked from commit e2339370737bdbebc8bd34a84f5b869da3a9ed43)
---
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