[fedfs-utils] [PATCH 4/6] man: Add missing slashes in man page examples

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


Nit: A number of sample commands in the man pages are missing
backslashes at newlines.

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 |    6 +++---
 doc/man/nsdb-create-fsn.8 |    2 +-
 doc/man/nsdb-delete-fsl.8 |    4 ++--
 doc/man/nsdb-delete-fsn.8 |    2 +-
 doc/man/nsdb-update-fsl.8 |    6 +++---
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/man/nsdb-create-fsl.8 b/doc/man/nsdb-create-fsl.8
index ec76795..f6edaf4 100644
--- a/doc/man/nsdb-create-fsl.8
+++ b/doc/man/nsdb-create-fsl.8
@@ -322,11 +322,11 @@ To create a corresponding FSL record, you might use:
 .sp
 $ nsdb-create-fsl -D cn=Manager -e o=fedfs \\
 .br
-	-u 8e246ddc-7b46-11e0-8252-000c297fd679
+	-u 8e246ddc-7b46-11e0-8252-000c297fd679 \\
 .br
-	-x 323c5068-7c11-11e0-8d38-000c297fd679
+	-x 323c5068-7c11-11e0-8d38-000c297fd679 \\
 .br
-	-l ldap.example.net
+	-l ldap.example.net \\
 .br
 	-s fileserver.example.net -p path
 .br
diff --git a/doc/man/nsdb-create-fsn.8 b/doc/man/nsdb-create-fsn.8
index ee002a4..bc09dbb 100644
--- a/doc/man/nsdb-create-fsn.8
+++ b/doc/man/nsdb-create-fsn.8
@@ -277,7 +277,7 @@ To create a corresponding FSN record, you might use:
 .sp
 $ nsdb-create-fsn -D cn=Manager -e o=fedfs \\
 .br
-	-u 8e246ddc-7b46-11e0-8252-000c297fd679
+	-u 8e246ddc-7b46-11e0-8252-000c297fd679 \\
 .br
 	-l ldap.example.net
 .br
diff --git a/doc/man/nsdb-delete-fsl.8 b/doc/man/nsdb-delete-fsl.8
index 1ed015c..1ba10c7 100644
--- a/doc/man/nsdb-delete-fsl.8
+++ b/doc/man/nsdb-delete-fsl.8
@@ -297,9 +297,9 @@ 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
+	-u 8e246ddc-7b46-11e0-8252-000c297fd679 \\
 .br
-	-x 323c5068-7c11-11e0-8d38-000c297fd679
+	-x 323c5068-7c11-11e0-8d38-000c297fd679 \\
 .br
 	-l ldap.example.net
 .br
diff --git a/doc/man/nsdb-delete-fsn.8 b/doc/man/nsdb-delete-fsn.8
index c982436..7f5368d 100644
--- a/doc/man/nsdb-delete-fsn.8
+++ b/doc/man/nsdb-delete-fsn.8
@@ -287,7 +287,7 @@ To delete the corresponding FSN record, you might use:
 .sp
 $ nsdb-delete-fsn -D cn=Manager -e o=fedfs \\
 .br
-	-u 8e246ddc-7b46-11e0-8252-000c297fd679
+	-u 8e246ddc-7b46-11e0-8252-000c297fd679 \\
 .br
 	-l ldap.example.net
 .br
diff --git a/doc/man/nsdb-update-fsl.8 b/doc/man/nsdb-update-fsl.8
index 49f2c46..582dc8a 100644
--- a/doc/man/nsdb-update-fsl.8
+++ b/doc/man/nsdb-update-fsl.8
@@ -327,11 +327,11 @@ from zero to one, you might use:
 .sp
 $ nsdb-update-fsl -D cn=Manager -e o=fedfs \\
 .br
-	-u 8e246ddc-7b46-11e0-8252-000c297fd679
+	-u 8e246ddc-7b46-11e0-8252-000c297fd679 \\
 .br
-	-x 323c5068-7c11-11e0-8d38-000c297fd679
+	-x 323c5068-7c11-11e0-8d38-000c297fd679 \\
 .br
-	-l ldap.example.net
+	-l ldap.example.net \\
 .br
 	-a fedfsNfsMinorVer -v 1
 .br




More information about the fedfs-utils-devel mailing list