From 9bfca466c97ffff94f15923905d39782d0c85249 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 14 Jul 2015 15:37:25 -0400 Subject: Fixed typo in rpc.mount man page Signed-off-by: Steve Dickson --- utils/mountd/mountd.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit