diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-18 11:55:43 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-25 12:12:27 +0100 |
| commit | 91bb32bf2e215a20b840ca2be4e6ee06abbe6e97 (patch) | |
| tree | 02cec658a2b3a5bb0cb38f037b77a35f9c5fe2fb /man2 | |
| parent | df102cb588ca812e23800272ffea4e2f6fbb516d (diff) | |
| download | man-pages-91bb32bf2e215a20b840ca2be4e6ee06abbe6e97.tar.gz | |
shmctl.2: Refer to proc(5) for description of /proc/sys/kernel/shm_rmid_forced
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/shmctl.2 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 95f1e1e0d8..f56f001636 100644 --- a/man2/shmctl.2 +++ b/man2/shmctl.2 @@ -42,7 +42,7 @@ .\" attaches to a segment that has already been marked for deletion. .\" 2005-08-02, mtk: Added IPC_INFO, SHM_INFO, SHM_STAT descriptions. .\" -.TH SHMCTL 2 2012-05-31 "Linux" "Linux Programmer's Manual" +.TH SHMCTL 2 2013-03-18 "Linux" "Linux Programmer's Manual" .SH NAME shmctl \- shared memory control .SH SYNOPSIS @@ -153,6 +153,11 @@ will be set. .IP The caller \fImust\fP ensure that a segment is eventually destroyed; otherwise its pages that were faulted in will remain in memory or swap. +.IP +See also the description of +.I /proc/sys/kernel/shm_rmid_forced +in +.BR proc (5). .TP 10 .BR IPC_INFO " (Linux-specific)" Returns information about system-wide shared memory limits and |
