Fix a typo, fix an xref, an drop a space at EOL.
This commit is contained in:
parent
8d969498b4
commit
29ac95abc3
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: nsdispatch.3,v 1.21 2004/09/29 02:47:32 lukem Exp $
|
.\" $NetBSD: nsdispatch.3,v 1.22 2004/09/29 09:20:19 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1997, 1998, 1999, 2004 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -62,7 +62,7 @@ in the order given in
|
||||||
.Pa /etc/nsswitch.conf
|
.Pa /etc/nsswitch.conf
|
||||||
for the database
|
for the database
|
||||||
.Va database
|
.Va database
|
||||||
until the action criteria for a source of that database is fulfulled.
|
until the action criteria for a source of that database is fulfilled.
|
||||||
.Pp
|
.Pp
|
||||||
.Va retval
|
.Va retval
|
||||||
is passed to each callback function to modify as necessary
|
is passed to each callback function to modify as necessary
|
||||||
|
@ -168,7 +168,7 @@ set to 0.
|
||||||
Some invokers of
|
Some invokers of
|
||||||
.Fn nsdispatch
|
.Fn nsdispatch
|
||||||
(such as
|
(such as
|
||||||
.Xr setgrent(3) )
|
.Xr setgrent 3 )
|
||||||
need to force all methods to be invoked,
|
need to force all methods to be invoked,
|
||||||
irrespective of the action criteria listed in
|
irrespective of the action criteria listed in
|
||||||
.Xr nsswitch.conf 5 .
|
.Xr nsswitch.conf 5 .
|
||||||
|
@ -323,7 +323,7 @@ for a complete description of what each status code is.
|
||||||
.Pp
|
.Pp
|
||||||
.Nm
|
.Nm
|
||||||
returns the value of the callback that caused the dispatcher to finish,
|
returns the value of the callback that caused the dispatcher to finish,
|
||||||
or
|
or
|
||||||
.Dv NS_NOTFOUND
|
.Dv NS_NOTFOUND
|
||||||
otherwise.
|
otherwise.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
|
Loading…
Reference in New Issue