summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch09.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1/ch09.t')
-rw-r--r--doc/posix1003.1/ch09.t34
1 files changed, 0 insertions, 34 deletions
diff --git a/doc/posix1003.1/ch09.t b/doc/posix1003.1/ch09.t
deleted file mode 100644
index e299db252b..0000000000
--- a/doc/posix1003.1/ch09.t
+++ /dev/null
@@ -1,34 +0,0 @@
-@c
-@c COPYRIGHT (c) 1988-1998.
-@c On-Line Applications Research Corporation (OAR).
-@c All rights reserved.
-@c
-@c $Id$
-@c
-
-@chapter System Databases
-
-@section System Databases Section
-
-@section Database Access
-
-@subsection Group Database Access
-
-@example
-struct group, Type, Untested Implementation
-getgrgid(), Function, Unimplemented
-getgrgid_r(), Function, Unimplemented
-getgrname(), Function, Unimplemented
-getgrnam_r(), Function, Unimplemented
-@end example
-
-@subsection User Database Access
-
-@example
-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
-getpwnam_r(), Function, Unimplemented
-@end example
-