[nfs-utils] Fixed a few typos in a couple man pages (bz 668124, 673818, 664330)

Steve Dickson steved at fedoraproject.org
Tue Oct 4 17:42:32 UTC 2011


commit cd65c753296ffe5f5b3a682d5bb34c46c8fadb50
Author: Steve Dickson <steved at redhat.com>
Date:   Tue Oct 4 12:53:25 2011 -0400

    Fixed a few typos in a couple man pages (bz 668124, 673818, 664330)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-utils-1.2.5-manpage-typos.patch |   65 +++++++++++++++++++++++++++++++++++
 nfs-utils.spec                      |    3 ++
 2 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/nfs-utils-1.2.5-manpage-typos.patch b/nfs-utils-1.2.5-manpage-typos.patch
new file mode 100644
index 0000000..f0c9a82
--- /dev/null
+++ b/nfs-utils-1.2.5-manpage-typos.patch
@@ -0,0 +1,65 @@
+commit 079f3021929e002b2a59104de3af923fcb49cd9c
+Author: Steve Dickson <steved at redhat.com>
+Date:   Tue Oct 4 12:39:08 2011 -0400
+
+    man pages: fixed a few typos in a couple man pages
+    
+    Signed-off-by: Steve Dickson <steved at redhat.com>
+
+diff --git a/utils/exportfs/exportfs.man b/utils/exportfs/exportfs.man
+index 364f247..8853486 100644
+--- a/utils/exportfs/exportfs.man
++++ b/utils/exportfs/exportfs.man
+@@ -177,7 +177,7 @@ In this way
+ .B exportfs
+ can be used to modify the export options of an already exported directory.
+ .SS Unexporting Directories
+-The third synopsis shows how to unexported a currently exported directory.
++The third synopsis shows how to unexport a currently exported directory.
+ When using
+ .BR "exportfs -ua" ,
+ all entries listed in
+diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man
+index 7365a1b..47b73be 100644
+--- a/utils/exportfs/nfsd.man
++++ b/utils/exportfs/nfsd.man
+@@ -12,7 +12,7 @@ nfsd \- special filesystem for controlling Linux NFS server
+ .SH DESCRIPTION
+ The
+ .B nfsd
+-filesytem is a special filesystem which provides access to the Linux
++filesystem is a special filesystem which provides access to the Linux
+ NFS server.  The filesystem consists of a single directory which
+ contains a number of files.  These files are actually gateways into
+ the NFS server.  Writing to them can affect the server.  Reading from
+@@ -86,7 +86,7 @@ should be followed by a newline, with white-space separating the
+ fields, and octal quoting of special characters.
+ 
+ On writing this, the program will be able to read back a filehandle
+-for that path as exported to the given client.  The filehandles length
++for that path as exported to the given client.  The filehandle's length
+ will be at most the number of bytes given.
+ 
+ The filehandle will be represented in hex with a leading '\ex'.
+@@ -165,7 +165,7 @@ file.  The user-space program might then write
+ .ti +5
+ nfsd 127.0.0.1 1057206953 localhost
+ .br
+-to indicate that 127.0.0.1 should map to localhost, atleast for now.
++to indicate that 127.0.0.1 should map to localhost, at least for now.
+ 
+ If the program uses select(2) or poll(2) to discover if it can read
+ from the
+diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man
+index d8988d2..1cf9296 100644
+--- a/utils/nfsd/nfsd.man
++++ b/utils/nfsd/nfsd.man
+@@ -38,7 +38,7 @@ request on all known network addresses.  This may change in future
+ releases of the Linux Kernel.
+ .TP
+ .B \-p " or " \-\-port  port
+-specify a diferent port to listen on for NFS requests. By default,
++specify a different port to listen on for NFS requests. By default,
+ .B rpc.nfsd
+ will listen on port 2049.
+ .TP
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 0511c09..6561b67 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -30,6 +30,7 @@ Source52: nfs-server.postconfig
 
 Patch001: nfs-utils-1.2.6-rc1.patch
 Patch002: nfs-utils-1.2.4-mountshortcut.patch
+Patch003: nfs-utils-1.2.5-manpage-typos.patch
 
 Patch100: nfs-utils-1.2.1-statdpath-man.patch
 Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
@@ -87,6 +88,7 @@ This package also contains the mount.nfs and umount.nfs program.
 
 %patch001 -p1
 %patch002 -p1
+%patch003 -p1
 
 %patch100 -p1
 %patch101 -p1
@@ -276,6 +278,7 @@ fi
 %changelog
 * Tue Oct  4 2011 Steve Dickson <steved at redhat.com> 1.2.5-2
 - Removed SUID bigs on mount commands (bz 528498)
+- Fixed a few typos in a couple man pages (bz 668124, 673818, 664330)
 
 * Mon Oct  3 2011 Steve Dickson <steved at redhat.com> 1.2.5-1
 - Update to upstream RC release: nfs-utils-1.2.6-rc1


More information about the scm-commits mailing list