Refer to execve(2), add section to `vfork' ref. (almost per PR#3627).

This commit is contained in:
pk 1997-06-23 20:41:50 +00:00
parent 3cb5108692
commit c7b6ec6b95

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $
.\" $NetBSD: ps.1,v 1.17 1997/06/23 20:41:50 pk Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@ -205,7 +205,7 @@ when children stop
.It Dv "P_WAITED" Ta No "0x0001000 debugging process has waited for child"
.It Dv "P_WEXIT" Ta No "0x0002000 working on exiting"
.It Dv "P_EXEC" Ta No "0x0004000 process called"
.Xr exec 2
.Xr execve 2
.It Dv "P_OWEUPC" Ta No "0x0008000 owe process an addupc() call at next ast"
.\" the routine addupc is not documented in the man pages
.It Dv "P_FSTRACE" Ta No "0x0010000 tracing via file system"
@ -295,7 +295,7 @@ sequentially address voluminous data).
The process is a session leader.
.It V
The process is suspended during a
.Xr vfork .
.Xr vfork 2 .
.It W
The process is swapped out.
.It X