summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch09.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-11-15 10:37:59 -0600
committerJoel Sherrill <joel@rtems.org>2017-01-11 12:13:21 -0600
commit48a7fa31f918a6fc88719b3c9393a9ba2829f42a (patch)
tree10bf638de133099fcabe5fe713ca98a546a27ab2 /doc/posix1003.1/ch09.t
parentRemove obsolete __RTEMS_HAVE_SYS_CPUSET_H__ (diff)
downloadrtems-48a7fa31f918a6fc88719b3c9393a9ba2829f42a.tar.bz2
Remove texinfo format documentation. Replaced by Sphinx formatted documentation.
closes #2812.
Diffstat (limited to '')
-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.
-