diff options
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 6ae1ee9dc34..310c2673af4 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.5 1997/02/05 17:10:53 kstailey Exp $ +.\" $OpenBSD: ps.1,v 1.6 1997/05/30 09:12:53 deraadt Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -206,7 +206,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 exec 3 .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" @@ -296,7 +296,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 |