diff options
author | Steinar H. Gunderson <sesse@debian.org> | 2007-02-05 09:45:21 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-02-05 09:45:21 +1100 |
commit | fde446dcc8f2e96c13b71a1226fcc944f53485da (patch) | |
tree | 4915b79b07b1b1aa9b0fac8d8d9fd283584a884f /utils/exportfs | |
parent | 784a4fd163c34e654f54ea15aa96a00900d62630 (diff) | |
download | nfs-utils-fde446dcc8f2e96c13b71a1226fcc944f53485da.tar.gz nfs-utils-fde446dcc8f2e96c13b71a1226fcc944f53485da.tar.xz nfs-utils-fde446dcc8f2e96c13b71a1226fcc944f53485da.zip |
Various minor manpage fixes.
This mostly takes care of the difference between
- and \-; in man pages, the former is hyphen
(which indicates, among others, that a line might
be split at that point), while the latter is a
dash. For options, the latter is correct.
There's also one minor grammatical fix.
Diffstat (limited to 'utils/exportfs')
-rw-r--r-- | utils/exportfs/exports.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index 3ab1116..892533b 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -126,7 +126,7 @@ default. In all subsequence releases, .I sync is the default, and .I async -must be explicit requested if needed. +must be explicitly requested if needed. To help make system administrators aware of this change, 'exportfs' will issue a warning if neither .I sync @@ -504,7 +504,7 @@ is supposedly that of user joe). /usr *.local.domain(ro) @trusted(rw) /home/joe pc001(rw,all_squash,anonuid=150,anongid=100) /pub (ro,insecure,all_squash) -/srv/www -sync,rw server @trusted @external(ro) +/srv/www \-sync,rw server @trusted @external(ro) '''/pub/private (noaccess) .fi .PP |