summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2011-04-06 10:49:52 -0400
committerSteve Dickson <steved@redhat.com>2011-04-06 10:56:32 -0400
commit38e4c685410885a6d464ddd44eff4fd5e7f8459f (patch)
treeeca7b3593dc464867a6b84153d95fb5ed0618654
parentb57cd77c13831051ad974ae027d96cd88a8d0c59 (diff)
downloadnfs-utils-38e4c685410885a6d464ddd44eff4fd5e7f8459f.tar.gz
nfs-utils-38e4c685410885a6d464ddd44eff4fd5e7f8459f.tar.xz
nfs-utils-38e4c685410885a6d464ddd44eff4fd5e7f8459f.zip
statd: Remove vestigial "-w" option from man page synopsis
The synopsis of rpc.statd in its man page lists "-w" as a valid option. There is currently no support in the source code for a "-w" option. BugLink: https://bugzilla.linux-nfs.org/show_bug.cgi?id=199 Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/statd/statd.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/statd/statd.man b/utils/statd/statd.man
index ca00e24..b72236c 100644
--- a/utils/statd/statd.man
+++ b/utils/statd/statd.man
@@ -12,7 +12,7 @@
.SH NAME
rpc.statd \- NSM service daemon
.SH SYNOPSIS
-.BI "rpc.statd [-dh?FLNvVw] [-H " prog "] [-n " my-name "] [-o " outgoing-port "] [-p " listener-port "] [-P " path " ]
+.BI "rpc.statd [-dh?FLNvV] [-H " prog "] [-n " my-name "] [-o " outgoing-port "] [-p " listener-port "] [-P " path " ]
.SH DESCRIPTION
File locks are not part of persistent file system state.
Lock state is thus lost when a host reboots.