From 085d0e354a84807ca97f8720e532763bd4bfa933 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 26 Feb 2014 11:03:24 -0500 Subject: 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. --- manual/process.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/process.texi') diff --git a/manual/process.texi b/manual/process.texi index aee65b9..aa59040 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 -- cgit v1.1