proc.5: wfix: s/since kernel/since Linux/

This commit is contained in:
Michael Kerrisk 2013-01-06 22:08:14 +01:00
parent f6e171212e
commit 7e07d9504e
1 changed files with 8 additions and 8 deletions

View File

@ -242,12 +242,12 @@ operations, and is employed by
.BR pthread_setname_np (3) .BR pthread_setname_np (3)
when used to rename threads other than the caller. when used to rename threads other than the caller.
.TP .TP
.IR /proc/[pid]/coredump_filter " (since kernel 2.6.23)" .IR /proc/[pid]/coredump_filter " (since Linux 2.6.23)"
See See
.BR core (5). .BR core (5).
.TP .TP
.IR /proc/[pid]/cpuset " (since kernel 2.6.12)" .IR /proc/[pid]/cpuset " (since Linux 2.6.12)"
.\" and /proc/[pid]/task/[tid]/cpuset .\" and/proc/[pid]/task/[tid]/cpuset
See See
.BR cpuset (7). .BR cpuset (7).
.TP .TP
@ -430,7 +430,7 @@ Thus the example command above could be written as:
.\" Added in 2.6.11; updating requires CAP_AUDIT_CONTROL .\" Added in 2.6.11; updating requires CAP_AUDIT_CONTROL
.\" CONFIG_AUDITSYSCALL .\" CONFIG_AUDITSYSCALL
.TP .TP
.IR /proc/[pid]/fdinfo/ " (since kernel 2.6.22)" .IR /proc/[pid]/fdinfo/ " (since Linux 2.6.22)"
This is a subdirectory containing one entry for each file which the This is a subdirectory containing one entry for each file which the
process has open, named by its file descriptor. process has open, named by its file descriptor.
The contents of each file can be read to obtain information The contents of each file can be read to obtain information
@ -549,7 +549,7 @@ if process A reads process B's
while process B is updating one of these 64-bit counters, while process B is updating one of these 64-bit counters,
process A could see an intermediate result. process A could see an intermediate result.
.TP .TP
.IR /proc/[pid]/gid_map " (since kernel 3.6)" .IR /proc/[pid]/gid_map " (since Linux 3.6)"
This file reports the mapping of gids from the user namespace of the process specified by This file reports the mapping of gids from the user namespace of the process specified by
.IR pid .IR pid
to the user namespace of the process that opened to the user namespace of the process that opened
@ -574,7 +574,7 @@ After the creation of a new user namespace this file may be written to
exactly once to specify the mapping of gids in the new user namespace. exactly once to specify the mapping of gids in the new user namespace.
.TP .TP
.IR /proc/[pid]/limits " (since kernel 2.6.24)" .IR /proc/[pid]/limits " (since Linux 2.6.24)"
This file displays the soft limit, hard limit, and units of measurement This file displays the soft limit, hard limit, and units of measurement
for each of the process's resource limits (see for each of the process's resource limits (see
.BR getrlimit (2)). .BR getrlimit (2)).
@ -1760,7 +1760,7 @@ Masks of capabilities enabled in inheritable, permitted, and effective sets
.IP * .IP *
.IR CapBnd : .IR CapBnd :
Capability Bounding set Capability Bounding set
(since kernel 2.6.26, see (since Linux 2.6.26, see
.BR capabilities (7)). .BR capabilities (7)).
.IP * .IP *
.IR Cpus_allowed : .IR Cpus_allowed :
@ -1841,7 +1841,7 @@ directory are not available if the main thread has already terminated
(typically by calling (typically by calling
.BR pthread_exit (3)). .BR pthread_exit (3)).
.TP .TP
.IR /proc/[pid]/uid_map " (since kernel 3.6)" .IR /proc/[pid]/uid_map " (since Linux 3.6)"
This file reports the mapping of uids from the user namespace of the process specified by This file reports the mapping of uids from the user namespace of the process specified by
.IR pid .IR pid
to the user namespace of the process that opened to the user namespace of the process that opened