diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/nfsstat | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/nfsstat')
-rw-r--r-- | usr.bin/nfsstat/nfsstat.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 4ad753c6f1e..8069b5bbf53 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfsstat.1,v 1.5 1998/09/27 16:57:48 aaron Exp $ +.\" $OpenBSD: nfsstat.1,v 1.6 1999/06/05 01:21:35 aaron Exp $ .\" $NetBSD: nfsstat.1,v 1.8 1996/03/03 17:21:28 thorpej Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -36,7 +36,7 @@ .\" .Dd June 6, 1993 .Dt NFSSTAT 1 -.Os BSD 4.4 +.Os .Sh NAME .Nm nfsstat .Nd display @@ -50,7 +50,7 @@ statistics .Op Fl s .Op Fl c .Sh DESCRIPTION -.Nm nfsstat +.Nm displays statistics kept about .Tn NFS client and server activity. @@ -89,9 +89,9 @@ default memory file .Xr systat 1 , .Xr iostat 8 , .Xr pstat 8 , -.Xr vmstat 8 +.Xr vmstat 8 .Sh HISTORY The -.Nm nfsstat +.Nm command appeared in .Bx 4.4 . |