Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ps Don't break lines in .It, there be dragons in groff.



details:   https://anonhg.NetBSD.org/src/rev/7a0aaef2edec
branches:  trunk
changeset: 754874:7a0aaef2edec
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 17:37:06 2010 +0000

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

diffstat:

 bin/ps/ps.1 |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 47485757ec06 -r 7a0aaef2edec bin/ps/ps.1
--- a/bin/ps/ps.1       Fri May 14 17:32:57 2010 +0000
+++ b/bin/ps/ps.1       Fri May 14 17:37:06 2010 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index