about summary refs log tree commit diff
path: root/manual/process.texi
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-02-26 11:03:24 -0500
committerCarlos O'Donell <carlos@redhat.com>2014-02-26 11:05:09 -0500
commit085d0e354a84807ca97f8720e532763bd4bfa933 (patch)
treedbf9cf2d75b6609e96445ef2d726d8dec27fb964 /manual/process.texi
parent86e58c0815260c64db5d6469412c0ecdc8ffc8e5 (diff)
downloadglibc-085d0e354a84807ca97f8720e532763bd4bfa933.tar.gz
glibc-085d0e354a84807ca97f8720e532763bd4bfa933.tar.xz
glibc-085d0e354a84807ca97f8720e532763bd4bfa933.zip
Add a new "Inter-Process Communication" chapter.
This patch adds a new "Inter-Process Communication"
chapter to cover the sem*, msg*, and shm* functions.
Initially we document only the sem* function signatures
and their safety notes.
Diffstat (limited to 'manual/process.texi')
-rw-r--r--manual/process.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/process.texi b/manual/process.texi
index aee65b9738..aa59040cb4 100644
--- a/manual/process.texi
+++ b/manual/process.texi
@@ -1,4 +1,4 @@
-@node Processes, Job Control, Program Basics, Top
+@node Processes, Inter-Process Communication, Program Basics, Top
 @c %MENU% How to create processes and run other programs
 @chapter Processes