diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-03-16 21:28:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-03-16 21:28:02 +0000 |
commit | cd48a973eea6dd534fa68d4a5aef766b669c8a2d (patch) | |
tree | 8a7dcb4fc9d81d7850201c1e44310cc30da6fde4 | |
parent | 1fc8ba164ff0bf2dc1da8252802817c32eda3fda (diff) |
add fstat(1) reference to SEE ALSO;
suggested by Drew Einhorn;
-rw-r--r-- | bin/ps/ps.1 | 3 | ||||
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index c9baf97741d..28d1183ed51 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.45 2004/02/24 11:53:45 jmc Exp $ +.\" $OpenBSD: ps.1,v 1.46 2004/03/16 21:28:01 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -536,6 +536,7 @@ system namelist database .Pp Display information on all system processes. .Sh SEE ALSO +.Xr fstat 1 , .Xr kill 1 , .Xr sh 1 , .Xr top 1 , diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 417d62571e6..3e3f9fb7a5d 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pstat.8,v 1.23 2003/06/12 12:59:52 jmc Exp $ +.\" $OpenBSD: pstat.8,v 1.24 2004/03/16 21:28:01 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,6 +333,7 @@ option is not specified, the block counts will be displayed in units of that size block. .El .Sh SEE ALSO +.Xr fstat 1 , .Xr ps 1 , .Xr systat 1 , .Xr stat 2 , |