summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch04.t
diff options
context:
space:
mode:
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