summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/systemdb.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 21:08:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 21:08:33 +0000
commit94bc52c36cb5bc468345771375a0a17f0c136a96 (patch)
tree0af0a7d7f09900999c1e9a17be774c02118caf29 /doc/posix_users/systemdb.t
parentUpdated to incldue descriptions and reformatted to wrap lines better. (diff)
downloadrtems-94bc52c36cb5bc468345771375a0a17f0c136a96.tar.bz2
Added descriptions.
Diffstat (limited to 'doc/posix_users/systemdb.t')
-rw-r--r--doc/posix_users/systemdb.t32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/posix_users/systemdb.t b/doc/posix_users/systemdb.t
index af3a54a09c..b8f1223288 100644
--- a/doc/posix_users/systemdb.t
+++ b/doc/posix_users/systemdb.t
@@ -16,14 +16,14 @@ system databases manager is ...
The directives provided by the system databases manager are:
@itemize @bullet
-@item @code{getgrgid} -
-@item @code{getgrgid_r} -
-@item @code{getgrnam} -
-@item @code{getgrnam_r} -
-@item @code{getpwuid} -
-@item @code{getpwuid_r} -
-@item @code{getpwnam} -
-@item @code{getpwnam_r} -
+@item @code{getgrgid} - Get Group File Entry for ID
+@item @code{getgrgid_r} - Reentrant Get Group File Entry
+@item @code{getgrnam} - Get Group File Entry for Name
+@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_r} - Reentrant Get Password File Entry for Name
@end itemize
@section Background
@@ -42,7 +42,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
-@subsection getgrgid -
+@subsection getgrgid - Get Group File Entry for ID
@subheading CALLING SEQUENCE:
@@ -69,7 +69,7 @@ The
@subheading NOTES:
@page
-@subsection getgrgid_r -
+@subsection getgrgid_r - Reentrant Get Group File Entry
@subheading CALLING SEQUENCE:
@@ -96,7 +96,7 @@ The
@subheading NOTES:
@page
-@subsection getgrnam -
+@subsection getgrnam - Get Group File Entry for Name
@subheading CALLING SEQUENCE:
@@ -123,7 +123,7 @@ The
@subheading NOTES:
@page
-@subsection getgrnam_r -
+@subsection getgrnam_r - Reentrant Get Group File Entry for Name
@subheading CALLING SEQUENCE:
@@ -150,7 +150,7 @@ The
@subheading NOTES:
@page
-@subsection getpwuid -
+@subsection getpwuid - Get Password File Entry for UID
@subheading CALLING SEQUENCE:
@@ -177,7 +177,7 @@ The
@subheading NOTES:
@page
-@subsection getpwuid_r -
+@subsection getpwuid_r - Reentrant Get Password File Entry for UID
@subheading CALLING SEQUENCE:
@@ -204,7 +204,7 @@ The
@subheading NOTES:
@page
-@subsection getpwnam -
+@subsection getpwnam - Password File Entry for Name
@subheading CALLING SEQUENCE:
@@ -231,7 +231,7 @@ The
@subheading NOTES:
@page
-@subsection getpwnam_r -
+@subsection getpwnam_r - Reentrant Get Password File Entry for Name
@subheading CALLING SEQUENCE: