diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/ps.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index eb0ab634ae1..ba28e7a1f2a 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.19 1999/04/28 21:08:45 aaron Exp $ +.\" $OpenBSD: ps.1,v 1.20 1999/04/30 06:24:33 pjanzen Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -336,7 +336,7 @@ controlling terminal (i.e., it has been revoked). .It wchan The event (an address in the system) on which a process waits. When printed numerically, the initial part of the address is -trimmed off and the result is printed in hex, for example, 0x80324000 prints +trimmed off and the result is printed in hex: for example, 0x80324000 prints as 324000. .El .Pp @@ -528,6 +528,7 @@ default system namelist .Sh SEE ALSO .Xr kill 1 , .Xr sh 1 , +.Xr top 1 , .Xr w 1 , .Xr kvm 3 , .Xr strftime 3 , |