Module Name:    src
Committed By:   pgoyette
Date:           Fri Mar 24 21:44:13 UTC 2017

Modified Files:
        src/share/man/man7: sysctl.7

Log Message:
Document new proc.curproc.paxflags variable.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/share/man/man7/sysctl.7

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

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.110 src/share/man/man7/sysctl.7:1.111
--- src/share/man/man7/sysctl.7:1.110	Thu Jan 12 18:19:31 2017
+++ src/share/man/man7/sysctl.7	Fri Mar 24 21:44:13 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.110 2017/01/12 18:19:31 abhinav Exp $
+.\"	$NetBSD: sysctl.7,v 1.111 2017/03/24 21:44:13 pgoyette Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)sysctl.3	8.4 (Berkeley) 5/9/95
 .\"
-.Dd November 17, 2016
+.Dd March 25, 2017
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -964,7 +964,7 @@ structures is returned,
 whose size depends on the current number of such objects in the system.
 The third and fourth level numeric names are as follows:
 .Bl -column "KERN_PROC_SESSION" "Fourth level is:" -offset indent
-.It Sy Third level name Ta Sy Fourth level is:
+.It Sy Third level name Ta Sy Fourth level is :
 .It KERN_PROC_ALL	None
 .It KERN_PROC_GID	A group ID
 .It KERN_PROC_PID	A process ID
@@ -1347,7 +1347,7 @@ The fourth level name is an address fami
 select all address families.
 The fifth and sixth level names are as follows:
 .Bl -column "Fifth level name" "Sixth level is:" -offset indent
-.It Sy Fifth level name Ta Sy Sixth level is:
+.It Sy Fifth level name Ta Sy Sixth level is :
 .It NET_RT_FLAGS	rtflags
 .It NET_RT_DUMP	None
 .It NET_RT_IFLIST	None
@@ -2124,6 +2124,7 @@ points to the current process, or the PI
 .It proc.pid.stopfork	int	yes
 .It proc.pid.stopexec	int	yes
 .It proc.pid.stopexit	int	yes
+.It proc.pid.paxflags	int	no
 .El
 .Bl -tag -width "123456"
 .It Li proc.pid.corename ( Dv PROC_PID_CORENAME )
@@ -2244,6 +2245,10 @@ or its resource settings with
 before it disappears.
 .Pp
 This value is also inherited by the process's children.
+.It Li proc.pid.paxflags ( Dv PROC_PID_PAXFLAGS )
+This read-only variable returns the current value of the process's pax
+flags (see
+.Xr paxctl 8 ) .
 .El
 .Ss The user.* subtree ( Dv CTL_USER )
 The string and integer information available for the

Reply via email to