summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-27 20:39:49 +0000
committerjoel <joel@FreeBSD.org>2012-03-27 20:39:49 +0000
commit18cdef73e124780c9a41193ca63682fadd4420c6 (patch)
treef7e3cc5d48e543f9da627c2037159bf9a28a1d2e /lib
parent18b36c765a6a024877171e4b6bfe649f667815cc (diff)
downloadFreeBSD-src-18cdef73e124780c9a41193ca63682fadd4420c6.zip
FreeBSD-src-18cdef73e124780c9a41193ca63682fadd4420c6.tar.gz
Minor indentation and paragraph nits.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/nsdispatch.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3
index 088456c..a1da892 100644
--- a/lib/libc/net/nsdispatch.3
+++ b/lib/libc/net/nsdispatch.3
@@ -85,7 +85,7 @@ typedef struct _ns_dtab {
void *mdata;
} ns_dtab;
.Ed
-.Bd -ragged -offset indent
+.Pp
The
.Fa dtab
array should consist of one entry for each source type that is
@@ -105,7 +105,6 @@ values for
.Va method ,
and
.Va mdata .
-.Ed
.Pp
Additionally, methods may be implemented in NSS modules, in
which case they are selected using the
@@ -132,7 +131,7 @@ typedef struct _ns_src {
uint32_t flags;
} ns_src;
.Ed
-.Bd -ragged -offset indent
+.Pp
The
.Fa defaults
array should consist of one entry for each source to be configured by
@@ -157,12 +156,13 @@ and
set to 0.
.Pp
For convenience, a global variable defined as:
+.Pp
.Dl extern const ns_src __nsdefaultsrc[];
+.Pp
exists which contains a single default entry for the source
.Sq files
that may be used by callers which do not require complicated default
rules.
-.Ed
.Pp
.Sq Va ...
are optional extra arguments, which are passed to the appropriate method
OpenPOWER on IntegriCloud