From 2a087f30a4e5d2b72e0bc046865bb7f5c4c5c22f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 16 Mar 1998 22:43:37 +0000 Subject: Added types, status of functions, cleaned up output of summarize. --- doc/posix1003.1/ch04.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/posix1003.1/ch04.t') diff --git a/doc/posix1003.1/ch04.t b/doc/posix1003.1/ch04.t index b5944a3492..bcd6c4a09e 100644 --- a/doc/posix1003.1/ch04.t +++ b/doc/posix1003.1/ch04.t @@ -13,8 +13,8 @@ @subsection Get Process and Parent Process IDs @example -getpid(), Function -getppid(), Function +getpid(), Function, Dummy Implementation +getppid(), Function, Dummy Implementation @end example @section User Identification @@ -92,7 +92,7 @@ struct tms, Type, times(), Function, Implemented @end example -NOTE: times() always returns 0 for tms_stime, tms_cutime, and +NOTE: @code{times} always returns 0 for tms_stime, tms_cutime, and tms_cstime fields of the @code{struct tms} returned. @section Environment Variables @@ -115,8 +115,8 @@ ctermid(), Function, Unimplemented @example ttyname(), Function, Untested Implementation, assumes directory services -ttyname_r(), Unimplemented -isatty(), Function, Dummy Implementation +ttyname_r(), Function, Unimplemented +isatty(), Function, Partial Implementation @end example @section Configurable System Variables -- cgit v1.2.3