summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch09.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/ch09.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/ch09.t')
-rw-r--r--doc/posix1003.1/ch09.t18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/posix1003.1/ch09.t b/doc/posix1003.1/ch09.t
index 21eb3462c5..1ef42568c6 100644
--- a/doc/posix1003.1/ch09.t
+++ b/doc/posix1003.1/ch09.t
@@ -15,18 +15,20 @@
@subsection Group Database Access
@example
-getgrgid(), Function
-getgrgid_r(), Function
-getgrname(), Function
-getgrnam_r(), Function
+struct group, Type,
+getgrgid(), Function, Unimplemented
+getgrgid_r(), Function, Unimplemented
+getgrname(), Function, Unimplemented
+getgrnam_r(), Function, Unimplemented
@end example
@subsection User Database Access
@example
-getpwuid(), Function
-getpwuid_r(), Function
-getpwnam(), Function
-getpwnam_r(), Function
+struct passwd, Type,
+getpwuid(), Function, Untested Implemented, assumes /etc/passwd exists
+getpwuid_r(), Function, Unimplemented
+getpwnam(), Function, Untested Implemented, assumes /etc/passwd exists
+getpwnam_r(), Function, Unimplemented
@end example