summaryrefslogtreecommitdiff
path: root/manual/libc.texinfo
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-08-15 01:23:29 +0000
committerUlrich Drepper <drepper@redhat.com>1996-08-15 01:23:29 +0000
commit706074a5bb120f78f4fd8bc40c6814f14e17e530 (patch)
treec5da6add27af818bf38e5d9e4f9b3c2dedc718ff /manual/libc.texinfo
parent046e3001f9370904c1efd764cfe49c472818ddfb (diff)
update from main archive 960814cvs/libc-960815
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r--manual/libc.texinfo9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo
index 7a8c1c3327..8622e04fcb 100644
--- a/manual/libc.texinfo
+++ b/manual/libc.texinfo
@@ -137,6 +137,7 @@ of the GNU C Library.
* Process Startup:: Writing the beginning and end of your program.
* Processes:: How to create processes and run other programs.
* Job Control:: All about process groups and sessions.
+* Name Service Switch:: Accessing the various system databases.
* Users and Groups:: How users are identified and classified.
* System Information:: Getting information about the
hardware and software configuration
@@ -806,6 +807,13 @@ Functions for Job Control
* Process Group Functions:: Functions for manipulating process groups.
* Terminal Access Functions:: Functions for controlling terminal access.
+Name Service Switch
+
+* NSS Basics:: What is this NSS good for.
+* NSS Configuration File:: Configuring NSS.
+* NSS Module Internals:: How does it work internally.
+* Extending NSS:: What to do to add services or databases.
+
Users and Groups
* User and Group IDs:: Each user and group has a unique numeric ID.
@@ -961,6 +969,7 @@ Porting the GNU C Library
@include startup.texi
@include process.texi
@include job.texi
+@include nss.texi
@include users.texi
@include sysinfo.texi
@include conf.texi