Module Name:    src
Committed By:   dsl
Date:           Mon Aug  3 20:00:39 UTC 2009

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

Log Message:
Remove reference to P_SYSTRACE.
Fixes PR/41426
(leave defn in sys/sysctl.h since the bit shouldn't be reused!)


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 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.87 src/bin/ps/ps.1:1.88
--- src/bin/ps/ps.1:1.87	Fri Mar 13 11:13:46 2009
+++ src/bin/ps/ps.1	Mon Aug  3 20:00:39 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ps.1,v 1.87 2009/03/13 11:13:46 joerg Exp $
+.\"	$NetBSD: ps.1,v 1.88 2009/08/03 20:00:39 dsl Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -311,7 +311,6 @@
 .It Dv "P_32" Ta No "0x00040000	32-bit process (used on 64-bit kernels)"
 .It Dv "P_BIGLOCK" Ta No "0x00080000	process needs kernel ``big lock'' to run"
 .It Dv "P_INEXEC" Ta No "0x00100000	process is exec'ing and cannot be traced"
-.It Dv "P_SYSTRACE" Ta No "0x00200000	process system call tracing active"
 .El
 .It Ar lim
 The soft limit on memory used, specified via a call to

Reply via email to