summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch03.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1/ch03.t')
-rw-r--r--doc/posix1003.1/ch03.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix1003.1/ch03.t b/doc/posix1003.1/ch03.t
index fc82426dcf..9a3e67cb29 100644
--- a/doc/posix1003.1/ch03.t
+++ b/doc/posix1003.1/ch03.t
@@ -13,7 +13,7 @@
@subsection Process Creation
@example
-fork(), Function, Unimplementable
+fork(), Function, Unimplementable, Requires Processes
@end example
@@ -54,7 +54,7 @@ WSTOPSIG(), Function, Unimplementable, Requires Processes
@subsection Terminate a Process
@example
-_exit(), Function, Unimplemented
+_exit(), Function, Implemented
@end example
@section Signals