[fedfs-utils] [PATCH 5/6] man: nsdb-delete-fsl and nsdb-update-fsl no longer have -u option

Chuck Lever chuck.lever at oracle.com
Mon Oct 10 14:05:00 PDT 2011


Since commit d13233b "nsdbc: Change output of nsdb-foo-bar on success"
(Sep 3, 2011), the nsdb-update-fsl and nsdb-delete-fsl commands
haven't had a "-u" command line option.

The man pages added later by commit 0cc921b7 "nsdbc: Add man pages for
NSDB clients" (Sep 3, 2011) incorrectly documents a "-u" command line
option for both commands.

Clean up the man pages to reflect the current code.

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

 doc/man/nsdb-delete-fsl.8 |   13 -------------
 doc/man/nsdb-update-fsl.8 |   17 ++---------------
 2 files changed, 2 insertions(+), 28 deletions(-)

diff --git a/doc/man/nsdb-delete-fsl.8 b/doc/man/nsdb-delete-fsl.8
index 1ba10c7..8a62af4 100644
--- a/doc/man/nsdb-delete-fsl.8
+++ b/doc/man/nsdb-delete-fsl.8
@@ -39,8 +39,6 @@ nsdb-delete-fsl \- delete a fileset location (FSL) record from an NSDB
 .IR nsdbport ]
 .RB [ \-w
 .IR passwd ]
-.B \-u
-.I fsn-uuid
 .B \-x
 .I fsl-uuid
 .SH INTRODUCTION
@@ -102,15 +100,6 @@ If the
 option is not specified, the
 .BR nsdb-delete-fsl (8)
 command fails.
-.IP "\fB\-u, \-\-fsnuuid=\fIuuid\fP"
-Specifies the FSN UUID of the doomed FSL record's parent FSN record.
-If the
-.B -u
-option is not specified,
-or an FSN record for this FSN UUID does not already exist
-on the specified NSDB, the
-.BR nsdb-delete-fsl (8)
-command fails.
 .IP "\fB\-?, \-\-help"
 Prints an
 .BR nsdb-delete-fsl (8)
@@ -297,8 +286,6 @@ To delete the corresponding FSL record, you might use:
 .sp
 $ nsdb-delete-fsl -D cn=Manager -e o=fedfs \\
 .br
-	-u 8e246ddc-7b46-11e0-8252-000c297fd679 \\
-.br
 	-x 323c5068-7c11-11e0-8d38-000c297fd679 \\
 .br
 	-l ldap.example.net
diff --git a/doc/man/nsdb-update-fsl.8 b/doc/man/nsdb-update-fsl.8
index 582dc8a..2d85295 100644
--- a/doc/man/nsdb-update-fsl.8
+++ b/doc/man/nsdb-update-fsl.8
@@ -39,14 +39,12 @@ nsdb-update-fsl \- update attributes of a fileset location (FSL) record
 .IR nsdbport ]
 .RB [ \-w
 .IR passwd ]
-.B \-u
-.I fsn-uuid
+.RB [ \-v
+.IR value ]
 .B \-x
 .I fsl-uuid
 .B \-a
 .I attribute
-.RB [ \-v
-.IR value ]
 .SH INTRODUCTION
 RFC 5716 introduces the Federated File System (FedFS, for short).
 FedFS is an extensible standardized mechanism
@@ -120,15 +118,6 @@ If the
 option is not specified, the
 .BR nsdb-update-fsl (8)
 command fails.
-.IP "\fB\-u, \-\-fsnuuid=\fIuuid\fP"
-Specifies the FSN UUID under which the FSL record resides.
-If the
-.B -u
-option is not specified,
-or an FSN record for this FSN UUID does not already exist
-on the specified NSDB, the
-.BR nsdb-update-fsl (8)
-command fails.
 .IP "\fB\-?, \-\-help"
 Prints an
 .BR nsdb-update-fsl (8)
@@ -327,8 +316,6 @@ from zero to one, you might use:
 .sp
 $ nsdb-update-fsl -D cn=Manager -e o=fedfs \\
 .br
-	-u 8e246ddc-7b46-11e0-8252-000c297fd679 \\
-.br
 	-x 323c5068-7c11-11e0-8d38-000c297fd679 \\
 .br
 	-l ldap.example.net \\




More information about the fedfs-utils-devel mailing list