summaryrefslogtreecommitdiff
path: root/manual/libc.texinfo
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-05-19 20:44:08 +0000
committerRichard M. Stallman <rms@gnu.org>1992-05-19 20:44:08 +0000
commit9cba3b6818248a627612aeb49ae324771f16608c (patch)
treecf8b0ed998317f5223b81e1340eaae67c5aa220d /manual/libc.texinfo
parent5f871d30610dd68bad95312a7b591023be011365 (diff)
Handle splitting of process.texinfo into startup.texinfo and child.texinfo.
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r--manual/libc.texinfo10
1 files changed, 6 insertions, 4 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo
index 53dd9e8c48..7cab13019c 100644
--- a/manual/libc.texinfo
+++ b/manual/libc.texinfo
@@ -76,10 +76,11 @@ This is the reference manual for version 0.00 of the GNU C Library.
facilities.
* Signal Handling:: All about signals; how to send them,
block them, and handle them.
-* Processes:: How to create processes and run other
- programs.
+* Processes Startup:: Writing the beginning and end of your program.
+* Child Processes:: How to create processes and run other programs.
* Job Control:: All about process groups and sessions.
-* Users and Groups::
+* Users and Groups:: How users are identified and classified.
+ The database of users.
* System Information:: Getting information about the
hardware and software configuration
of the machine a program runs on.
@@ -884,7 +885,8 @@ Porting the GNU C Library
@include time.texinfo
@include setjmp.texinfo
@include signal.texinfo
-@include process.texinfo
+@include startup.texinfo
+@include child.texinfo
@include job.texinfo
@include users.texinfo
@include sysinfo.texinfo