diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-04-30 06:24:34 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-04-30 06:24:34 +0000 |
commit | 53e14d0262963b2cc4fd6d83cad9b54b562d286e (patch) | |
tree | 5e58dfa5adfc8c040b02933d1260961d0e69cf74 /bin/ps/ps.1 | |
parent | 7ad973bb2f6434381f6134878bec6c44506b2bc7 (diff) |
Grammar'n'formatting
Diffstat (limited to 'bin/ps/ps.1')
-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 , |