diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-04-06 03:18:57 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-06 03:18:57 +0000 |
| commit | 3d28e3ed4ec4c96fb96dd6bac46bc0ef848dd363 (patch) | |
| tree | a432698e84e32e024c347dc482f393c66fda825e | |
| parent | 4a40c5e7ee98144410683384eb035c84a7913c24 (diff) | |
Notes
| -rw-r--r-- | bin/ps/ps.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index b16420bab2e10..cfdbe2078d3eb 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 -.\" $Id: ps.1,v 1.18 1998/06/04 06:46:13 jkoshy Exp $ +.\" $Id: ps.1,v 1.19 1998/06/04 07:02:59 jkoshy Exp $ .\" .Dd April 18, 1994 .Dt PS 1 @@ -211,8 +211,6 @@ the include file .It Dv "P_WAITED" Ta No "0x01000 Debugging process has waited for child" .It Dv "P_WEXIT" Ta No "0x02000 Working on exiting" .It Dv "P_EXEC" Ta No "0x04000 Process called exec" -.It Dv "P_NOSWAP" Ta No "0x08000 Another flag to prevent swap out" -.It Dv "P_PHYSIO" Ta No "0x10000 Doing physical I/O" .It Dv "P_OWEUPC" Ta No "0x20000 Owe process an addupc() call at next ast" .It Dv "P_SWAPPING" Ta No "0x40000 Process is being swapped" .El |
