aboutsummaryrefslogtreecommitdiffstats
path: root/extension/fork.3am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-08-08 23:11:31 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-08-08 23:11:31 +0300
commit94008850575fe9450b52aa83b77f9b08e5e55f6e (patch)
tree28be4cc03ab4b9cd0d4c482a83fa5d3c06b4d8dc /extension/fork.3am
parent49658bfd0ef5d4efccd210c48560c43bf455ee16 (diff)
downloadegawk-94008850575fe9450b52aa83b77f9b08e5e55f6e.tar.gz
egawk-94008850575fe9450b52aa83b77f9b08e5e55f6e.tar.bz2
egawk-94008850575fe9450b52aa83b77f9b08e5e55f6e.zip
Update extension man pages.
Diffstat (limited to 'extension/fork.3am')
-rw-r--r--extension/fork.3am11
1 files changed, 8 insertions, 3 deletions
diff --git a/extension/fork.3am b/extension/fork.3am
index 804ad0c9..9e545a14 100644
--- a/extension/fork.3am
+++ b/extension/fork.3am
@@ -1,10 +1,10 @@
-.TH FORK 3am "Jul 30 2012" "Free Software Foundation" "GNU Awk Extension Modules"
+.TH FORK 3am "Aug 08 2012" "Free Software Foundation" "GNU Awk Extension Modules"
.SH NAME
fork, wait, waitpid \- basic process management
.SH SYNOPSIS
.ft CW
@load "fork"
-.br
+.sp
pid = fork()
.sp
ret = waitpid(pid)
@@ -42,7 +42,8 @@ There is no corresponding
.B exec()
function.
.PP
-The interfaces could be enhanced to provide more facilities.
+The interfaces could be enhanced to provide more facilities,
+including pulling out the various bits of the return status.
.SH EXAMPLE
.ft CW
.nf
@@ -63,6 +64,10 @@ else
.IR readfile (3am),
.IR rwarray (3am),
.IR time (3am).
+.PP
+.IR fork (2),
+.IR wait (2),
+.IR waitpid (2).
.SH AUTHOR
Arnold Robbins,
.BR arnold@skeeve.com .