diff options
author | Carlos O'Donell <carlos@redhat.com> | 2014-02-26 11:03:24 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2014-02-26 11:05:09 -0500 |
commit | 085d0e354a84807ca97f8720e532763bd4bfa933 (patch) | |
tree | dbf9cf2d75b6609e96445ef2d726d8dec27fb964 /manual/job.texi | |
parent | 86e58c0815260c64db5d6469412c0ecdc8ffc8e5 (diff) | |
download | glibc-085d0e354a84807ca97f8720e532763bd4bfa933.tar glibc-085d0e354a84807ca97f8720e532763bd4bfa933.tar.gz glibc-085d0e354a84807ca97f8720e532763bd4bfa933.tar.bz2 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/job.texi')
-rw-r--r-- | manual/job.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/job.texi b/manual/job.texi index 4e58f54e9c..4f9bd81ffe 100644 --- a/manual/job.texi +++ b/manual/job.texi @@ -1,4 +1,4 @@ -@node Job Control, Name Service Switch, Processes, Top +@node Job Control, Name Service Switch, Inter-Process Communication, Top @c %MENU% All about process groups and sessions @chapter Job Control |