diff options
author | mpp <mpp@FreeBSD.org> | 1999-08-15 08:47:11 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-08-15 08:47:11 +0000 |
commit | 94f5c4112156b719bb4024358a9ae243c5b15200 (patch) | |
tree | a9e92655d57d33fb049ca7f5bd9e3aebbbc34550 /usr.sbin/iostat | |
parent | 678c6e21bdb43635b32b6790dfa43f6da47b02b8 (diff) | |
download | FreeBSD-src-94f5c4112156b719bb4024358a9ae243c5b15200.zip FreeBSD-src-94f5c4112156b719bb4024358a9ae243c5b15200.tar.gz |
Various man page cleanup:
- Sort xrefs.
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 194faf7..324d5d1 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: iostat.8,v 1.6 1998/09/16 18:03:44 dillon Exp $ +.\" $Id: iostat.8,v 1.7 1998/09/16 23:14:47 ken Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -396,5 +396,5 @@ You cannot display device statistics for a non-running system, due to the fact that the new device statistics interface is accessible only via .Xr sysctl 3 , which does not provide a way to access non-running systems. -.Sh AUTHOR -.An Kenneth Merry Aq ken@FreeBSD.ORG +.Sh AUTHORS +.An Kenneth Merry Aq ken@FreeBSD.org |