summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch09.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-14 17:09:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-14 17:09:27 +0000
commit76fa6499728eea23f0ec97a8fbb3d69ff7b02f9f (patch)
tree113c2b1dd2c1e81fba96b62a80d113b6c7294689 /doc/posix1003.1/ch09.t
parentAdded copyright header (diff)
downloadrtems-76fa6499728eea23f0ec97a8fbb3d69ff7b02f9f.tar.bz2
Added functions from POSIX standard.
Diffstat (limited to 'doc/posix1003.1/ch09.t')
-rw-r--r--doc/posix1003.1/ch09.t22
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/posix1003.1/ch09.t b/doc/posix1003.1/ch09.t
index 66ff0702bb..2fe003d7b4 100644
--- a/doc/posix1003.1/ch09.t
+++ b/doc/posix1003.1/ch09.t
@@ -7,8 +7,26 @@
@c
@chapter System Databases
+
@section System Databases Section
+
@section Database Access
-@section Group Database Access
-@section User Database Access
+
+@subsection Group Database Access
+
+@example
+getgrgid()
+getgrgid_r()
+getgrname()
+getgrnam_r()
+@end example
+
+@subsection User Database Access
+
+@example
+getpwuid()
+getpwuid_r()
+getpwnam()
+getpwnam_r()
+@end example