summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/systemdb.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 21:24:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 21:24:38 +0000
commit7479042a5914a6b9223e734b4a14652314661e1a (patch)
treee673fe698aa58bb0e4c6be0bd468ced47207594a /doc/posix_users/systemdb.t
parentAdded descriptions. (diff)
downloadrtems-7479042a5914a6b9223e734b4a14652314661e1a.tar.bz2
Generated concept and function index entries.
Diffstat (limited to 'doc/posix_users/systemdb.t')
-rw-r--r--doc/posix_users/systemdb.t60
1 files changed, 54 insertions, 6 deletions
diff --git a/doc/posix_users/systemdb.t b/doc/posix_users/systemdb.t
index b8f1223288..0c341d3b45 100644
--- a/doc/posix_users/systemdb.t
+++ b/doc/posix_users/systemdb.t
@@ -1,16 +1,16 @@
@c
-@c COPYRIGHT (c) 1988-1998.
-@c On-Line Applications Research Corporation (OAR).
-@c All rights reserved.
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
@c
-@c $Id$
+@c $Id$
@c
@chapter System Databases Manager
@section Introduction
-The
+The
system databases manager is ...
The directives provided by the system databases manager are:
@@ -22,7 +22,7 @@ The directives provided by the system databases manager are:
@item @code{getgrnam_r} - Reentrant Get Group File Entry for Name
@item @code{getpwuid} - Get Password File Entry for UID
@item @code{getpwuid_r} - Reentrant Get Password File Entry for UID
-@item @code{getpwnam} Get Password File Entry for Name
+@item @code{getpwnam} Get Password File Entry for Name
@item @code{getpwnam_r} - Reentrant Get Password File Entry for Name
@end itemize
@@ -41,9 +41,15 @@ A subsection is dedicated to each of this manager's directives
and describes the calling sequence, related constants, usage,
and status codes.
+@c
+@c
+@c
@page
@subsection getgrgid - Get Group File Entry for ID
+@findex getgrgid
+@cindex get group file entry for id
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -68,9 +74,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection getgrgid_r - Reentrant Get Group File Entry
+@findex getgrgid_r
+@cindex reentrant get group file entry
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -95,9 +107,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection getgrnam - Get Group File Entry for Name
+@findex getgrnam
+@cindex get group file entry for name
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -122,9 +140,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection getgrnam_r - Reentrant Get Group File Entry for Name
+@findex getgrnam_r
+@cindex reentrant get group file entry for name
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -149,9 +173,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection getpwuid - Get Password File Entry for UID
+@findex getpwuid
+@cindex get password file entry for uid
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -176,9 +206,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection getpwuid_r - Reentrant Get Password File Entry for UID
+@findex getpwuid_r
+@cindex reentrant get password file entry for uid
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -203,9 +239,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection getpwnam - Password File Entry for Name
+@findex getpwnam
+@cindex password file entry for name
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -230,9 +272,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection getpwnam_r - Reentrant Get Password File Entry for Name
+@findex getpwnam_r
+@cindex reentrant get password file entry for name
+
@subheading CALLING SEQUENCE:
@ifset is-C