]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Imported Debian patch 1.0.8-4 debian/1%1.0.8-4
authorSteinar H. Gunderson <sesse@debian.org>
Tue, 6 Jun 2006 09:59:28 +0000 (11:59 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 14 Jul 2010 01:29:59 +0000 (02:29 +0100)
debian/changelog
utils/nfsstat/nfsstat.man
utils/showmount/showmount.man
utils/statd/statd.man

index 8db089a3bd910639455f70597f58a458cd47e6fa..1d5fd46eb548a31c16c5f4d53899048fb705b3fc 100644 (file)
@@ -1,3 +1,10 @@
+nfs-utils (1:1.0.8-4) unstable; urgency=low
+
+  * Fix a few spelling errors in the man pages; patches from A Costa.
+    (Closes: #370561, #370562, #370563)
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Tue,  6 Jun 2006 11:59:28 +0200
+
 nfs-utils (1:1.0.8-3) unstable; urgency=low
 
   * The "what the heck, I uploaded an outdated 1:1.0.8-1 release without
index 747a3e22af995b2b14d77573da501c1ac784d13e..5d83dc4584ac16eaaf29537a09aef07d78df4fd7 100644 (file)
@@ -70,7 +70,7 @@ Display all of the above facilities.
 .RE
 .TP
 .B -v, --verbose
-This is equivient to \fB-o all\fR.
+This is equivalent to \fB-o all\fR.
 .SH EXAMPLES
 .TP
 .B nfsstat -o all -234
@@ -83,7 +83,7 @@ Same as above.
 Show all information about about active versions of \fBNFS\fR.
 .TP
 .B nfsstat --nfs --server -3
-Show statictics for \fBNFS\fR version 3 server.
+Show statistics for \fBNFS\fR version 3 server.
 .TP
 .B nfsstat -m
 Show information about mounted \fBNFS\fR filesystems.
@@ -117,7 +117,7 @@ The function of the \fB-v\fR and \fB-a\fR options have changed. The \fB-a\fR opt
 is now reserved for future use. The \fB-v\fR does what the \fB-a\fR option used to do,
 and the new \fB-[234]\fR options replace the \fB-v\fR option.
 .P
-The \fBDisplay\fR section should be more commplete.
+The \fBDisplay\fR section should be more complete.
 .P
 Further bugs can be found or reported at 
 .BR http://nfs.sf.net/ .
index 63342c77687a48d744242f3074cdd5457942fc24..30c9d824f24de69c8622a63682ee9d713c903ce6 100644 (file)
@@ -21,7 +21,7 @@ lists the set of clients who are mounting from that host.
 The output from
 .B showmount
 is designed to
-appear as though it were processesed through ``sort -u''.
+appear as though it were processed through ``sort -u''.
 .SH OPTIONS
 .TP
 .BR \-a " or " \-\-all
@@ -46,7 +46,7 @@ Suppress the descriptive headings from the output.
 .BR rpc.mountd (8),
 .BR rpc.nfsd (8)
 .SH BUGS
-The completeness and accurary of the information that
+The completeness and accuracy of the information that
 .B showmount
 displays varies according to the NFS server's implementation.
 .P
index 0579273026c7fa368646f5ecac9237e263565f05..0d40abbae6504f30d459b4096afeadda9d7f92fd 100644 (file)
@@ -14,7 +14,7 @@ rpc.statd \- NSM status monitor
 The
 .B rpc.statd
 server implements the NSM (Network Status Monitor) RPC protocol.
-This service is somewhat misnomed, since it doesn't actually provide
+This service is somewhat misnamed, since it doesn't actually provide
 active monitoring as one might suspect; instead, NSM implements a
 reboot notification service. It is used by the NFS file locking service,
 .BR rpc.lockd ,