[fedfs-utils] [PATCH 3/6] man: The nsdb-create-fsl's "-p" option is not optional

Chuck Lever chuck.lever at oracle.com
Mon Oct 10 14:04:41 PDT 2011


The synopsis in nsdb-create-fsl's man page shows that the "-p" command
line option is optional, but the description of the option says that
"-p" is required.  The code also requires a server path.

Correct the synopsis to match the option description and the logic in
nsdb-create-fsl.

Introduced by commit 0cc921b7 "nsdbc: Add man pages for the NSDB
clients" (Sep 3, 2011).

Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
---

 doc/man/nsdb-create-fsl.8 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/man/nsdb-create-fsl.8 b/doc/man/nsdb-create-fsl.8
index 5be8e63..ec76795 100644
--- a/doc/man/nsdb-create-fsl.8
+++ b/doc/man/nsdb-create-fsl.8
@@ -35,6 +35,8 @@ nsdb-create-fsl \- create a fileset location (FSL) record on an NSDB
 .IR nce ]
 .RB [ \-l
 .IR nsdbname ]
+.RB [ \-o
+.IR serverport ]
 .RB [ \-r
 .IR nsdbport ]
 .RB [ \-w
@@ -45,10 +47,8 @@ nsdb-create-fsl \- create a fileset location (FSL) record on an NSDB
 .I fsl-uuid
 .B \-s
 .I servername
-.RB [ \-o
-.IR serverport ]
-.RB [ \-p
-.IR serverpath ]
+.B \-p
+.IR serverpath
 .SH INTRODUCTION
 RFC 5716 introduces the Federated File System (FedFS, for short).
 FedFS is an extensible standardized mechanism




More information about the fedfs-utils-devel mailing list