From 4936b6545f65254b304165a29ee96e51431e10c0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 16 Mar 1998 17:05:47 +0000 Subject: Function implmentation status information correct. --- doc/posix1003.1/ch03.t | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/posix1003.1') diff --git a/doc/posix1003.1/ch03.t b/doc/posix1003.1/ch03.t index 0ed0e3dea9..48e650e13f 100644 --- a/doc/posix1003.1/ch03.t +++ b/doc/posix1003.1/ch03.t @@ -20,18 +20,18 @@ fork(), Unimplementable @subsection Execute a File @example -execl(), Unimplementable -execv(), Unimplementable -execle(), Unimplementable -execve(), Unimplementable -execlp(), Unimplementable -execvp(), Unimplementable +execl(), Unimplementable, Requires Processes +execv(), Unimplementable, Requires Processes +execle(), Unimplementable, Requires Processes +execve(), Unimplementable, Requires Processes +execlp(), Unimplementable, Requires Processes +execvp(), Unimplementable, Requires Processes @end example @subsection Register Fork Handlers @example -pthread_atfork(), Implemented +pthread_atfork(), Unimplementable, Requires Processes @end example @section Process Termination @@ -39,14 +39,14 @@ pthread_atfork(), Implemented @subsection Wait for Process Termination @example -wait(), Implemented -waitpid(), Implemented +wait(), Unimplementable, Requires Processes +waitpid(), Unimplementable, Requires Processes @end example @subsection Terminate a Process @example -_exit(), Implemented +_exit(), Unimplemented @end example @section Signals -- cgit v1.2.3