Module Name:    src
Committed By:   joerg
Date:           Mon Mar 22 18:35:09 UTC 2010

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

Log Message:
Use .In instead of .Aq Pa for header files


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 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.91 src/bin/ps/ps.1:1.92
--- src/bin/ps/ps.1:1.91	Wed Oct 21 22:18:37 2009
+++ src/bin/ps/ps.1	Mon Mar 22 18:35:09 2010
@@ -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"

Reply via email to