diff options
author | Steve Dickson <steved@redhat.com> | 2015-07-14 15:37:25 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2015-07-14 15:37:25 -0400 |
commit | 9bfca466c97ffff94f15923905d39782d0c85249 (patch) | |
tree | 42b213f2b329a7288f694d9dec8f411100f22457 | |
parent | b13027f442e3bbb5f52a1facaa486f36b6d4d751 (diff) | |
download | nfs-utils-9bfca466c97ffff94f15923905d39782d0c85249.tar.gz nfs-utils-9bfca466c97ffff94f15923905d39782d0c85249.tar.xz nfs-utils-9bfca466c97ffff94f15923905d39782d0c85249.zip |
Fixed typo in rpc.mount man page
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/mountd/mountd.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man index a8828ae..7c5bfbe 100644 --- a/utils/mountd/mountd.man +++ b/utils/mountd/mountd.man @@ -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" 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 |