Don't break lines in .It, there be dragons in groff.
This commit is contained in:
parent
4416c38a31
commit
a6a5384f08
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ps.1,v 1.92 2010/03/22 18:35:09 joerg Exp $
|
||||
.\" $NetBSD: ps.1,v 1.93 2010/05/14 17:37:06 joerg Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -288,9 +288,7 @@ the include file
|
||||
.Bl -column P_NOCLDSTOP P_NOCLDSTOP compact
|
||||
.It Dv "P_ADVLOCK" Ta No "0x00000001 process may hold a POSIX advisory lock"
|
||||
.It Dv "P_CONTROLT" Ta No "0x00000002 process has a controlling terminal"
|
||||
.It Dv "P_NOCLDSTOP" Ta No "0x00000008 no
|
||||
.Dv SIGCHLD
|
||||
when children stop
|
||||
.It Dv "P_NOCLDSTOP" Ta No "0x00000008 no" Dv SIGCHLD No when children stop
|
||||
.It Dv "P_PPWAIT" Ta No "0x00000010 parent is waiting for child to exec/exit"
|
||||
.It Dv "P_PROFIL" Ta No "0x00000020 process has started profiling"
|
||||
.It Dv "P_SELECT" Ta No "0x00000040 selecting; wakeup/waiting danger"
|
||||
@ -301,8 +299,7 @@ when children stop
|
||||
.It Dv "P_TRACED" Ta No "0x00000800 process is being traced"
|
||||
.It Dv "P_WAITED" Ta No "0x00001000 debugging process has waited for child"
|
||||
.It Dv "P_WEXIT" Ta No "0x00002000 working on exiting"
|
||||
.It Dv "P_EXEC" Ta No "0x00004000 process called"
|
||||
.Xr execve 2
|
||||
.It Dv "P_EXEC" Ta No "0x00004000 process called" Xr execve 2
|
||||
.It Dv "P_OWEUPC" Ta No "0x00008000 owe process an addupc() call at next ast"
|
||||
.\" the routine addupc is not documented in the man pages
|
||||
.It Dv "P_FSTRACE" Ta No "0x00010000 tracing via file system"
|
||||
|
Loading…
Reference in New Issue
Block a user