summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/nfsstat/nfsstat.man6
-rw-r--r--utils/showmount/showmount.man4
-rw-r--r--utils/statd/statd.man2
3 files changed, 6 insertions, 6 deletions
diff --git a/utils/nfsstat/nfsstat.man b/utils/nfsstat/nfsstat.man
index 747a3e2..5d83dc4 100644
--- a/utils/nfsstat/nfsstat.man
+++ b/utils/nfsstat/nfsstat.man
@@ -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/ .
diff --git a/utils/showmount/showmount.man b/utils/showmount/showmount.man
index 63342c7..30c9d82 100644
--- a/utils/showmount/showmount.man
+++ b/utils/showmount/showmount.man
@@ -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
diff --git a/utils/statd/statd.man b/utils/statd/statd.man
index 0579273..0d40abb 100644
--- a/utils/statd/statd.man
+++ b/utils/statd/statd.man
@@ -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 ,