Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 Document new proc.curproc.paxflags variable.



details:   https://anonhg.NetBSD.org/src/rev/7953b583a4b3
branches:  trunk
changeset: 822554:7953b583a4b3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Mar 24 21:44:13 2017 +0000

description:
Document new proc.curproc.paxflags variable.

diffstat:

 share/man/man7/sysctl.7 |  13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diffs (55 lines):

diff -r 5d014a37e47c -r 7953b583a4b3 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Fri Mar 24 21:43:20 2017 +0000
+++ b/share/man/man7/sysctl.7   Fri Mar 24 21:44:13 2017 +0000
@@ -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 @@
 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 @@
 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 @@
 .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 @@
 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



Home | Main Index | Thread Index | Old Index