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 | |
parent | 3e3b58c2c5f6bd56c5756d11062f1df670cc2fbf (diff) |
make some of the stat utility pages reference each other;
idea from a mail to misc@ from simon dassow;
-rw-r--r-- | bin/ps/ps.1 | 8 | ||||
-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 | ||||
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 3 | ||||
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 4 |
8 files changed, 35 insertions, 11 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 98b3e579dd9..94743a33ab5 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.53 2005/07/01 05:21:20 jmc Exp $ +.\" $OpenBSD: ps.1,v 1.54 2005/09/06 23:28:23 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -543,16 +543,20 @@ Display information on all system processes: .Sh SEE ALSO .Xr fstat 1 , .Xr kill 1 , +.Xr netstat 1 , .Xr pgrep 1 , .Xr pkill 1 , .Xr procmap 1 , .Xr sh 1 , +.Xr systat 1 , .Xr top 1 , .Xr w 1 , .Xr kvm 3 , .Xr strftime 3 , .Xr dev_mkdb 8 , -.Xr pstat 8 +.Xr iostat 8 , +.Xr pstat 8 , +.Xr vmstat 8 .Sh HISTORY A .Nm 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 diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 20055bf9d58..18496c327ff 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iostat.8,v 1.20 2003/06/02 23:36:53 millert Exp $ +.\" $OpenBSD: iostat.8,v 1.21 2005/09/06 23:28:23 jmc Exp $ .\" $NetBSD: iostat.8,v 1.10 1996/10/25 18:21:57 scottr Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -192,6 +192,7 @@ default memory file .Xr nfsstat 1 , .Xr ps 1 , .Xr systat 1 , +.Xr top 1 , .Xr pstat 8 , .Xr vmstat 8 .Pp diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 21e5be658f1..4cf4de4b723 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pstat.8,v 1.28 2005/06/10 18:36:27 pedro Exp $ +.\" $OpenBSD: pstat.8,v 1.29 2005/09/06 23:28:23 jmc Exp $ .\" $NetBSD: pstat.8,v 1.9.4.1 1996/06/02 09:08:17 mrg Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -333,9 +333,11 @@ size block. .El .Sh SEE ALSO .Xr fstat 1 , +.Xr netstat 1 , .Xr procmap 1 , .Xr ps 1 , .Xr systat 1 , +.Xr top 1 , .Xr stat 2 , .Xr fs 5 , .Xr iostat 8 , |