Deleted Added
full compact
nsdispatch.3 (213573) nsdispatch.3 (231564)
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.\"

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

25.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
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.\"
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.\"

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

25.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
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: head/lib/libc/net/nsdispatch.3 213573 2010-10-08 12:40:16Z uqs $
33.\" $FreeBSD: head/lib/libc/net/nsdispatch.3 231564 2012-02-12 18:29:56Z ed $
34.\"
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

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

124is missing or corrupted, or if there is no relevant entry for
125.Va database .
126It is an array of
127.Va ns_src
128structures, which have the following format:
129.Bd -literal -offset indent
130typedef struct _ns_src {
131 const char *src;
34.\"
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

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

124is missing or corrupted, or if there is no relevant entry for
125.Va database .
126It is an array of
127.Va ns_src
128structures, which have the following format:
129.Bd -literal -offset indent
130typedef struct _ns_src {
131 const char *src;
132 u_int32_t flags;
132 uint32_t flags;
133} ns_src;
134.Ed
135.Bd -ragged -offset indent
136The
137.Fa defaults
138array should consist of one entry for each source to be configured by
139default indicated by
140.Va src ,

--- 119 unchanged lines hidden ---
133} ns_src;
134.Ed
135.Bd -ragged -offset indent
136The
137.Fa defaults
138array should consist of one entry for each source to be configured by
139default indicated by
140.Va src ,

--- 119 unchanged lines hidden ---