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.t35
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/posix1003.1/ch09.t b/doc/posix1003.1/ch09.t
deleted file mode 100644
index 8c302c4315..0000000000
--- a/doc/posix1003.1/ch09.t
+++ /dev/null
@@ -1,35 +0,0 @@
-@c
-@c COPYRIGHT (c) 1988-2002.
-@c On-Line Applications Research Corporation (OAR).
-@c All rights reserved.
-
-@chapter System Databases
-
-@section System Databases Section
-
-@section Database Access
-
-@subsection Group Database Access
-
-@example
-struct group, Type, Implemented
-getgrgid(), Function, Implemented
-getgrgid_r(), Function, Implemented
-getgrname(), Function, Implemented
-getgrnam_r(), Function, Implemented
-@end example
-
-NOTE: Creates /etc/group if none exists.
-
-@subsection User Database Access
-
-@example
-struct passwd, Type, Implemented
-getpwuid(), Function, Implemented
-getpwuid_r(), Function, Implemented
-getpwnam(), Function, Implemented
-getpwnam_r(), Function, Implemented
-@end example
-
-NOTE: Creates /etc/passwd if none exists.
-