Source-Changes-HG archive

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

[src/trunk]: src/bin/ps Use .In instead of .Aq Pa for header files



details:   https://anonhg.NetBSD.org/src/rev/069613b21fb7
branches:  trunk
changeset: 753306:069613b21fb7
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 22 18:35:09 2010 +0000

description:
Use .In instead of .Aq Pa for header files

diffstat:

 bin/ps/ps.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 622466e2400e -r 069613b21fb7 bin/ps/ps.1
--- a/bin/ps/ps.1       Mon Mar 22 18:34:14 2010 +0000
+++ b/bin/ps/ps.1       Mon Mar 22 18:35:09 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ps.1,v 1.91 2009/10/21 22:18:37 wiz Exp $
+.\"    $NetBSD: ps.1,v 1.92 2010/03/22 18:35:09 joerg Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -284,7 +284,7 @@
 .It Ar flags
 The flags (in hexadecimal) associated with the process as in
 the include file
-.Aq Pa sys/proc.h :
+.In sys/proc.h :
 .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"



Home | Main Index | Thread Index | Old Index