]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
man pages: fixed a few typos in a couple man pages
authorSteve Dickson <steved@redhat.com>
Tue, 4 Oct 2011 16:39:08 +0000 (12:39 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 4 Oct 2011 16:47:27 +0000 (12:47 -0400)
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/exportfs/exportfs.man
utils/exportfs/nfsd.man
utils/nfsd/nfsd.man

index 364f247f350a1d6b91aefe14b405039b7007460b..8853486d81e23c74549b9c574b8d9b94c08451c7 100644 (file)
@@ -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
index 7365a1b9037d2bf97534a9365285c17660b29871..47b73be09c8e114b35464ad4d595d6eb24b76a98 100644 (file)
@@ -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
index d8988d2878885d4a35f0b2f048391b5c965f02dd..1cf92969a6dd86506d96d03a58d9926de53e2fbd 100644 (file)
@@ -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