diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:58:09 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:58:09 +0000 |
| commit | e2339370737bdbebc8bd34a84f5b869da3a9ed43 (patch) | |
| tree | 1ae7a3854e7f30b992a4b4278c7c271796be939b | |
| parent | be8c82bc8e83570474afa78c07f7583bb6813046 (diff) | |
ggated(8): Fix two typos in the manual page
- s/colunm/column/
- s/operaions/operations/
MFC after: 3 days
| -rw-r--r-- | sbin/ggate/ggated/ggated.8 | 4 |
1 files 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 |
