diff options
author | Neil Brown <neilb@suse.de> | 2006-10-24 16:08:26 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-10-24 16:08:26 +1000 |
commit | 6bd461c4f1708b38f59f9f4a1bec881f027fd8aa (patch) | |
tree | dd91d521e79e8ba1b3734e9c18971401a9e78b4c /utils/exportfs | |
parent | 6e18539119224c930760ab801c24efe92b809a1e (diff) | |
download | nfs-utils-6bd461c4f1708b38f59f9f4a1bec881f027fd8aa.tar.gz nfs-utils-6bd461c4f1708b38f59f9f4a1bec881f027fd8aa.tar.xz nfs-utils-6bd461c4f1708b38f59f9f4a1bec881f027fd8aa.zip |
Assorted man page fixes
Mostly thanks to Sylvain Cherrier <sylvain.cherrier@free.fr>
Diffstat (limited to 'utils/exportfs')
-rw-r--r-- | utils/exportfs/exportfs.man | 10 | ||||
-rw-r--r-- | utils/exportfs/exports.man | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/utils/exportfs/exportfs.man b/utils/exportfs/exportfs.man index 4e33f0a..2bd8e31 100644 --- a/utils/exportfs/exportfs.man +++ b/utils/exportfs/exportfs.man @@ -138,7 +138,7 @@ entries in (unless the .B -i option is given). -In addition, the administrator may overide any options from these sources +In addition, the administrator may override any options from these sources using the .B -o argument which takes a comma-separated list of options in the same fashion @@ -167,7 +167,7 @@ all entries listed in are removed from the kernel export tables, and the file is cleared. This effectively shuts down all NFS activity. .P -To remove individial export entries, one can specify a +To remove individual export entries, one can specify a .I host:/path pair. This deletes the specified entry from .B xtab @@ -184,7 +184,9 @@ option, the list of flags pertaining to each export are shown in addition. .\" -------------------- EXAMPLES --------------------------------- .SH EXAMPLES The following adds all directories listed in -.B /etc/exports to /var/lib/nfs/xtab +.B /etc/exports +to +.B /var/lib/nfs/xtab and pushes the resulting export entries into the kernel: .P .nf @@ -214,7 +216,7 @@ across reboots. .P When unexporting a network or domain entry, any current exports to members of this group will be checked against the remaining valid exports and -if they themselves are nolonger valid they will be removed. +if they themselves are no longer valid they will be removed. .P .\" -------------------- SEE ALSO -------------------------------- .SH SEE ALSO diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index 7aa60fc..ec33442 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -88,7 +88,7 @@ rpcsec_gss and to make requirements on the IP address of the client. understands the following export options: .TP .IR secure "\*d -This option requires that requests originate on an internet port less +This option requires that requests originate on an Internet port less than IPPORT_RESERVED (1024). This option is on by default. To turn it off, specify .IR insecure . @@ -116,13 +116,13 @@ storage (see .IR async above). -In releases of nfs-utils upto and including 1.0.0, this option was the +In releases of nfs-utils up to and including 1.0.0, this option was the default. In all subsequence releases, .I sync is the default, and .I async must be explicit requested if needed. -To help make system adminstrators aware of this change, 'exportfs' +To help make system administrators aware of this change, 'exportfs' will issue a warning if neither .I sync nor @@ -297,7 +297,7 @@ if, for example, the filesystem failed to mount due to a disc error. If a path is given (e.g. .IR mountpoint= "/path or " mp= /path) -then the nominted path must be a mountpoint for the exportpoint to be +then the nominated path must be a mountpoint for the exportpoint to be exported. .TP |