nsdispatch.3 (50c317ac7cdd2d613497b2408c6adadf04321420) nsdispatch.3 (e622b47989c626b3c008a6165e01582f5dc37f78)
1.\" $NetBSD: nsdispatch.3,v 1.8 1999/03/22 19:44:53 garbled Exp $
2.\"
3.\" Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Luke Mewburn.
8.\"

--- 18 unchanged lines hidden (view full) ---

27.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31.\" POSSIBILITY OF SUCH DAMAGE.
32.\"
33.\" $FreeBSD$
34.\"
1.\" $NetBSD: nsdispatch.3,v 1.8 1999/03/22 19:44:53 garbled Exp $
2.\"
3.\" Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Luke Mewburn.
8.\"

--- 18 unchanged lines hidden (view full) ---

27.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31.\" POSSIBILITY OF SUCH DAMAGE.
32.\"
33.\" $FreeBSD$
34.\"
35.Dd January 22, 2007
35.Dd April 4, 2010
36.Dt NSDISPATCH 3
37.Os
38.Sh NAME
39.Nm nsdispatch
40.Nd name-service switch dispatcher routine
41.Sh LIBRARY
42.Lb libc
43.Sh SYNOPSIS

--- 127 unchanged lines hidden (view full) ---

171as a variable argument list of the type
172.Vt va_list .
173.Ss Valid source types
174While there is support for arbitrary sources, the following
175#defines for commonly implemented sources are available:
176.Bl -column NSSRC_COMPAT compat -offset indent
177.It Sy "#define value"
178.It Dv NSSRC_FILES Ta """files""
36.Dt NSDISPATCH 3
37.Os
38.Sh NAME
39.Nm nsdispatch
40.Nd name-service switch dispatcher routine
41.Sh LIBRARY
42.Lb libc
43.Sh SYNOPSIS

--- 127 unchanged lines hidden (view full) ---

171as a variable argument list of the type
172.Vt va_list .
173.Ss Valid source types
174While there is support for arbitrary sources, the following
175#defines for commonly implemented sources are available:
176.Bl -column NSSRC_COMPAT compat -offset indent
177.It Sy "#define value"
178.It Dv NSSRC_FILES Ta """files""
179.It Dv NSSRC_DB Ta """db""
179.It Dv NSSRC_DNS Ta """dns""
180.It Dv NSSRC_NIS Ta """nis""
181.It Dv NSSRC_COMPAT Ta """compat""
182.El
183.Pp
184Refer to
185.Xr nsswitch.conf 5
186for a complete description of what each source type is.

--- 74 unchanged lines hidden ---
180.It Dv NSSRC_DNS Ta """dns""
181.It Dv NSSRC_NIS Ta """nis""
182.It Dv NSSRC_COMPAT Ta """compat""
183.El
184.Pp
185Refer to
186.Xr nsswitch.conf 5
187for a complete description of what each source type is.

--- 74 unchanged lines hidden ---