summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch09.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 18:50:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 18:50:14 +0000
commit6984a19876c6aa688f48d933a624a48dfd5751c1 (patch)
treeaaa72a7f1f4425ee4289c4f7bdff10e2601e73a5 /doc/posix1003.1/ch09.t
parentCompleted first pass at function status. (diff)
downloadrtems-6984a19876c6aa688f48d933a624a48dfd5751c1.tar.bz2
Completed status pass on functions and data types.
Diffstat (limited to 'doc/posix1003.1/ch09.t')
-rw-r--r--doc/posix1003.1/ch09.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix1003.1/ch09.t b/doc/posix1003.1/ch09.t
index 1ef42568c6..e299db252b 100644
--- a/doc/posix1003.1/ch09.t
+++ b/doc/posix1003.1/ch09.t
@@ -15,7 +15,7 @@
@subsection Group Database Access
@example
-struct group, Type,
+struct group, Type, Untested Implementation
getgrgid(), Function, Unimplemented
getgrgid_r(), Function, Unimplemented
getgrname(), Function, Unimplemented
@@ -25,7 +25,7 @@ getgrnam_r(), Function, Unimplemented
@subsection User Database Access
@example
-struct passwd, Type,
+struct passwd, Type, Untested Implementation
getpwuid(), Function, Untested Implemented, assumes /etc/passwd exists
getpwuid_r(), Function, Unimplemented
getpwnam(), Function, Untested Implemented, assumes /etc/passwd exists