Module Name:    src
Committed By:   joerg
Date:           Fri May 14 17:37:06 UTC 2010

Modified Files:
        src/bin/ps: ps.1

Log Message:
Don't break lines in .It, there be dragons in groff.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/bin/ps/ps.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ps/ps.1
diff -u src/bin/ps/ps.1:1.92 src/bin/ps/ps.1:1.93
--- src/bin/ps/ps.1:1.92	Mon Mar 22 18:35:09 2010
+++ src/bin/ps/ps.1	Fri May 14 17:37:06 2010
@@ -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 @@
 .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 @@
 .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"

Reply via email to