summaryrefslogtreecommitdiffstats
path: root/man8/nscd.8
diff options
context:
space:
mode:
Diffstat (limited to 'man8/nscd.8')
-rw-r--r--man8/nscd.828
1 files changed, 14 insertions, 14 deletions
diff --git a/man8/nscd.8 b/man8/nscd.8
index a172fdef8..6fcf93623 100644
--- a/man8/nscd.8
+++ b/man8/nscd.8
@@ -17,22 +17,22 @@ The default configuration file,
.IR /etc/nscd.conf ,
determines the behavior of the cache daemon.
See
-.BR nscd.conf (5).
+.MR nscd.conf 5 .
.P
.B nscd
provides caching for accesses of the
-.BR passwd (5),
-.BR group (5),
-.BR hosts (5)
-.BR services (5)
+.MR passwd 5 ,
+.MR group 5 ,
+.MR hosts 5
+.MR services 5
and
.I netgroup
databases through standard libc interfaces, such as
-.BR getpwnam (3),
-.BR getpwuid (3),
-.BR getgrnam (3),
-.BR getgrgid (3),
-.BR gethostbyname (3),
+.MR getpwnam 3 ,
+.MR getpwuid 3 ,
+.MR getgrnam 3 ,
+.MR getgrgid 3 ,
+.MR gethostbyname 3 ,
and others.
.P
There are two caches for each database:
@@ -41,7 +41,7 @@ for items not found.
Each cache has a separate TTL (time-to-live)
period for its data.
Note that the shadow file is specifically not cached.
-.BR getspnam (3)
+.MR getspnam 3
calls remain uncached as a result.
.SH OPTIONS
.TP
@@ -61,7 +61,7 @@ for the
.I hosts
database), and flush the cache when these are changed.
However, this will happen only after a short delay (unless the
-.BR inotify (7)
+.MR inotify 7
mechanism is available and glibc 2.9 or later is available),
and this auto-detection does not cover configuration files
required by nonstandard NSS modules, if any are specified in
@@ -77,8 +77,8 @@ $ \fBnscd \-i\fP \fI<database>\fP
.EE
.in
.SH SEE ALSO
-.BR nscd.conf (5),
-.BR nsswitch.conf (5)
+.MR nscd.conf 5 ,
+.MR nsswitch.conf 5
.\" .SH AUTHOR
.\" .B nscd
.\" was written by Thorsten Kukuk and Ulrich Drepper.