nscd.conf.5: Minor fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-12 04:30:20 +01:00
parent 44f3a7d766
commit 683c5f7080
1 changed files with 18 additions and 6 deletions

View File

@ -200,7 +200,7 @@ The default is no.
.I service
.I bytes
.RS
The maximum allowable size of the database files in bytes for the
The maximum allowable size, in bytes, of the database files for the
.IR service .
The default is 33554432.
.RE
@ -210,13 +210,25 @@ The default is 33554432.
.I <yes|no>
.RS
When set to
.IR no " for " passwd " or " group " service, then the " .byname
.IR no
for
.I passwd
.I or
.I group
.IR service ,
then the
.I .byname
requests are not added to
.IR passwd.byuid " or " group.bygid
.IR passwd.byuid
or
.I group.bygid
cache.
This can help with tables containing multiple records for the same id.
The default is yes. This option is valid only for services
.IR passwd " and " group ".
This can help with tables containing multiple records for the same ID.
The default is yes.
This option is valid only for services
.IR passwd
and
.IR group .
.RE
.SH "SEE ALSO"