diff options
Diffstat (limited to 'man8/nscd.8')
-rw-r--r-- | man8/nscd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man8/nscd.8 b/man8/nscd.8 index 1b39b95..3d2204e 100644 --- a/man8/nscd.8 +++ b/man8/nscd.8 @@ -6,7 +6,7 @@ .\" 2008-12-05 Petr Baudis <pasky@suse.cz> .\" Rewrite the NOTES section to reflect modern reality .\" -.TH nscd 8 2022-10-30 "Linux man-pages 6.05.01" +.TH nscd 8 2023-10-31 "Linux man-pages 6.7" .SH NAME nscd \- name service cache daemon .SH DESCRIPTION @@ -18,7 +18,7 @@ The default configuration file, determines the behavior of the cache daemon. See .BR nscd.conf (5). -.PP +.P .B nscd provides caching for accesses of the .BR passwd (5), @@ -34,7 +34,7 @@ databases through standard libc interfaces, such as .BR getgrgid (3), .BR gethostbyname (3), and others. -.PP +.P There are two caches for each database: a positive one for items found, and a negative one for items not found. @@ -70,7 +70,7 @@ In that case, you need to run the following command after changing the configuration file of the database so that .B nscd invalidates its cache: -.PP +.P .in +4n .EX $ \fBnscd \-i\fP \fI<database>\fP |