Update p_flags doc.

This commit is contained in:
peter 1999-04-06 03:18:57 +00:00
parent d233b6a696
commit b6ac417ceb

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" @(#)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 .Dd April 18, 1994
.Dt PS 1 .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_WAITED" Ta No "0x01000 Debugging process has waited for child"
.It Dv "P_WEXIT" Ta No "0x02000 Working on exiting" .It Dv "P_WEXIT" Ta No "0x02000 Working on exiting"
.It Dv "P_EXEC" Ta No "0x04000 Process called exec" .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_OWEUPC" Ta No "0x20000 Owe process an addupc() call at next ast"
.It Dv "P_SWAPPING" Ta No "0x40000 Process is being swapped" .It Dv "P_SWAPPING" Ta No "0x40000 Process is being swapped"
.El .El