OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man7 / svipc.7
index 3dd9554..5d81f9c 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.\" FIXME There is now duplication of some of the information
+.\" FIXME There is now duplication of some of the information
 .\" below in semctl.2, msgctl.2, and shmctl.2 -- MTK, Nov 04
 .\"
-.\" FIXME Ultimately, there should probably be
+.\" FIXME Ultimately, there should probably be
 .\" svmq_overview(7), svshm_overview(7), and sem_overview(7)
 .\" that provide an overview of each System V IPC mechanism.
 .\" In that case:
@@ -37,7 +37,7 @@
 .\"   * The only part that uniquely belongs in svipc(7) is perphaps
 .\"     the discussion of ipc_perm.
 .\"
-.TH SVIPC 7 2013-02-12 "Linux" "Linux Programmer's Manual"
+.TH SVIPC 7 2014-09-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 svipc \- System V interprocess communication mechanisms
 .SH SYNOPSIS
@@ -328,6 +328,10 @@ Time of the last
 .BR shmctl (2)
 system call that changed
 .IR shmid_ds .
+.SS IPC namespaces
+For a discussion of the interaction of System V IPC objects and
+IPC namespaces, see
+.BR namespaces (7).
 .SH SEE ALSO
 .BR ipcmk (1),
 .BR ipcrm (1),
@@ -344,9 +348,10 @@ system call that changed
 .BR shmctl (2),
 .BR shmdt (2),
 .BR shmget (2),
-.BR ftok (3)
+.BR ftok (3),
+.BR namespaces (7)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,