mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update p_flags doc.
This commit is contained in:
parent
4a40c5e7ee
commit
3d28e3ed4e
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue