summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch04.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 22:43:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 22:43:37 +0000
commit2a087f30a4e5d2b72e0bc046865bb7f5c4c5c22f (patch)
tree13aeb2a51322618ccc986361ebf6e3d72d989eb7 /doc/posix1003.1/ch04.t
parentAdded function status and data types (diff)
downloadrtems-2a087f30a4e5d2b72e0bc046865bb7f5c4c5c22f.tar.bz2
Added types, status of functions, cleaned up output of summarize.
Diffstat (limited to 'doc/posix1003.1/ch04.t')
-rw-r--r--doc/posix1003.1/ch04.t10
1 files changed, 5 insertions, 5 deletions
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