diff options
author | Jianhong Yin <jiyin@redhat.com> | 2014-06-17 14:24:26 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-06-17 14:24:26 -0400 |
commit | 595a390d612c22e9888ed547727f09a9e2a961cf (patch) | |
tree | b9488f8ee63e4b539580f9dde6205ae7c09f43bd /utils | |
parent | 6091c0a4c442f67edf1237347e1cb0eedc7d6fd9 (diff) | |
download | nfs-utils-595a390d612c22e9888ed547727f09a9e2a961cf.tar.gz nfs-utils-595a390d612c22e9888ed547727f09a9e2a961cf.tar.xz nfs-utils-595a390d612c22e9888ed547727f09a9e2a961cf.zip |
mountd.man: Added missing arguments in man page
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/mountd/mountd.man | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man index e59a559..a8828ae 100644 --- a/utils/mountd/mountd.man +++ b/utils/mountd/mountd.man @@ -86,7 +86,7 @@ Turn on debugging. Valid kinds are: all, auth, call, general and parse. .B \-F " or " \-\-foreground Run in foreground (do not daemonize) .TP -.B \-f " or " \-\-exports-file +.B \-f export-file " or " \-\-exports-file export-file This option specifies the exports file, listing the clients that this server is prepared to serve and parameters to apply to each such mount (see @@ -101,7 +101,7 @@ Display usage message. Set the limit of the number of open file descriptors to num. The default is to leave the limit unchanged. .TP -.B \-N " or " \-\-no-nfs-version +.B \-N mountd-version " or " \-\-no-nfs-version mountd-version This option can be used to request that .B rpc.mountd do not offer certain versions of NFS. The current version of @@ -118,7 +118,7 @@ Don't advertise TCP for mount. .B \-P Ignored (compatibility with unfsd??). .TP -.B \-p " or " \-\-port num +.B \-p num " or " \-\-port num Specifies the port number used for RPC listener sockets. If this option is not specified, .B rpc.mountd @@ -132,7 +132,7 @@ This option can be used to fix the port value of listeners when NFS MOUNT requests must traverse a firewall between clients and servers. .TP -.B \-H " or " \-\-ha-callout prog +.B \-H " prog or " \-\-ha-callout prog Specify a high availability callout program. This program receives callouts for all MOUNT and UNMOUNT requests. This allows @@ -174,7 +174,7 @@ to perform a reverse lookup on each IP address and return that hostname instead. Enabling this can have a substantial negative effect on performance in some situations. .TP -.BR "\-t N" " or " "\-\-num\-threads=N" +.BR "\-t N" " or " "\-\-num\-threads=N" or " \-\-num\-threads N" This option specifies the number of worker threads that rpc.mountd spawns. The default is 1 thread, which is probably enough. More threads are usually only needed for NFS servers which need to handle @@ -184,7 +184,7 @@ your DNS server is slow or unreliable. .B \-u " or " \-\-no-udp Don't advertise UDP for mounting .TP -.B \-V " or " \-\-nfs-version +.B \-V version " or " \-\-nfs-version version This option can be used to request that .B rpc.mountd offer certain versions of NFS. The current version of |