summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/process.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/new_chapters/process.t')
-rw-r--r--doc/new_chapters/process.t22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/new_chapters/process.t b/doc/new_chapters/process.t
index ef148ae613..39c2a4c09a 100644
--- a/doc/new_chapters/process.t
+++ b/doc/new_chapters/process.t
@@ -16,6 +16,7 @@ process creation and execution manager is ...
The directives provided by the process creation and execution manager are:
@itemize @bullet
+@item @code{fork} -
@item @code{execl} -
@item @code{execv} -
@item @code{execle} -
@@ -40,6 +41,27 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
+@subsection fork - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int fork(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
@subsection execl - XXX
@subheading CALLING SEQUENCE: