diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-06 23:28:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-06 23:28:24 +0000 |
commit | 6dfc188e8b95cfc4cb83e2e799a7838b7bb8e9cf (patch) | |
tree | e5b553b0a30482b399e3725340bc0ec846a12a7a /usr.bin | |
parent | 3e3b58c2c5f6bd56c5756d11062f1df670cc2fbf (diff) |
make some of the stat utility pages reference each other;
idea from a mail to misc@ from simon dassow;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 3 | ||||
-rw-r--r-- | usr.bin/netstat/netstat.1 | 6 | ||||
-rw-r--r-- | usr.bin/systat/systat.1 | 10 | ||||
-rw-r--r-- | usr.bin/top/top.1 | 9 | ||||
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 3 |
5 files changed, 24 insertions, 7 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 9deffbda588..b81c9c54d93 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.31 2004/07/13 23:36:56 jmc Exp $ +.\" $OpenBSD: fstat.1,v 1.32 2005/09/06 23:28:23 jmc Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -257,6 +257,7 @@ device private data. .Xr nfsstat 1 , .Xr ps 1 , .Xr systat 1 , +.Xr top 1 , .Xr iostat 8 , .Xr pstat 8 , .Xr tcpdrop 8 , diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 03d00d5064b..12d4d4d887f 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.46 2005/07/25 20:32:12 jmc Exp $ +.\" $OpenBSD: netstat.1,v 1.47 2005/09/06 23:28:23 jmc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -373,8 +373,11 @@ The first line of each screen of information contains a summary since the system was last rebooted. Subsequent lines of output show values accumulated over the preceding interval. .Sh SEE ALSO +.Xr fstat 1 , .Xr nfsstat 1 , .Xr ps 1 , +.Xr systat 1 , +.Xr top 1 , .Xr inet 3 , .Xr netintro 4 , .Xr route 4 , @@ -384,6 +387,7 @@ Subsequent lines of output show values accumulated over the preceding interval. .Xr services 5 , .Xr iostat 8 , .Xr portmap 8 , +.Xr pstat 8 , .Xr route 8 , .Xr tcpdrop 8 , .Xr trpt 8 , diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 2911c93211e..e83cd7bb59e 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.36 2004/11/16 14:03:45 jmc Exp $ +.\" $OpenBSD: systat.1,v 1.37 2005/09/06 23:28:23 jmc Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -500,10 +500,16 @@ network names port names .El .Sh SEE ALSO +.Xt fstat 1 , .Xr kill 1 , +.Xr netstat 1 , .Xr ps 1 , +.Xr systat 1 , .Xr top 1 , -.Xr renice 8 +.Xr iostat 8 , +.Xr pstat 8 , +.Xr renice 8 , +.Xr vmstat 8 .Sh HISTORY The .Nm diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index a8523da3f37..6d5150a2905 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.29 2005/06/17 09:40:48 markus Exp $ +.\" $OpenBSD: top.1,v 1.30 2005/09/06 23:28:23 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -391,12 +391,17 @@ used to map user ID to name kernel image .El .Sh SEE ALSO +.Xr fstat 1 , .Xr kill 1 , +.Xr netstat 1 , .Xr ps 1 , .Xr stty 1 , .Xr systat 1 , .Xr mem 4 , -.Xr renice 8 +.Xr iostat 8 , +.Xr pstat 8 , +.Xr renice 8 , +.Xr vmstat 8 , .Sh AUTHORS William LeFebvre, EECS Department, Northwestern University .Sh BUGS diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index d2c054ed3e2..9a29bd98621 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmstat.8,v 1.33 2005/06/29 00:38:18 jaredy Exp $ +.\" $OpenBSD: vmstat.8,v 1.34 2005/09/06 23:28:23 jmc Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 @@ -214,6 +214,7 @@ apparent which are recomputed every second. .Xr procmap 1 , .Xr ps 1 , .Xr systat 1 , +.Xr top 1 , .Xr iostat 8 , .Xr pstat 8 , .Xr uvm 9 |