diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-10-23 17:30:12 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-10-23 17:30:12 +0200 |
| commit | 8eb13afb83238091d932f01b731808c66f8dade8 (patch) | |
| tree | ac3d5680eb74f1edd436ece063852ca160d8a98c /man5 | |
| parent | 10bd75534ec3062dbb2d6037174c83e913d7aa88 (diff) | |
| download | man-pages-8eb13afb83238091d932f01b731808c66f8dade8.tar.gz | |
proc.5: Add reference to pid_namespaces(7) for /proc/sys/kernel/ns_last_pid
Add reference to pid_namespaces(7) for the description of
/proc/sys/kernel/ns_last_pid.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 430cfd06c1..eeba1cfe6f 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -4546,6 +4546,10 @@ message queue. This is a read-only file that displays the upper limit on the number of a process's group memberships. .TP +.IR /proc/sys/kernel/ns_last_pid " (since Linux 3.3)" +See +.BR pid_namespaces (7). +.TP .IR /proc/sys/kernel/ostype " and " /proc/sys/kernel/osrelease These files give substrings of |
