nsswitch.conf.5: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-12 04:29:46 +01:00
parent 1b0f58cdaa
commit f92c739920
1 changed files with 8 additions and 4 deletions

View File

@ -245,10 +245,14 @@ value can be one of:
.B return
Return a result now.
Do not call any further lookup functions.
However, for compatibility reasons, if this is the selected action
for the `group' database and the `notfound' status,
and the configuration file does not contain the `initgroups' line,
the next lookup function is always called, without affecting the search result.
However, for compatibility reasons, if this is the selected action for the
.B group
database and the
.B notfound
status, and the configuration file does not contain the
.B initgroups
line, the next lookup function is always called,
without affecting the search result.
.TP
.B continue
Call the next lookup function.