summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/nsdispatch.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-29 14:08:20 +0000
committerru <ru@FreeBSD.org>2000-12-29 14:08:20 +0000
commit8ba41876884256f20dce333e0a239a8555ee2670 (patch)
tree406fdc6bd2e9339a476078f0728594ca5e4102f4 /lib/libc/net/nsdispatch.3
parentf6aeda2758e1076d8ebfb1ef7f190c7f3ed5fb8a (diff)
downloadFreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.zip
FreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.tar.gz
Prepare for mdoc(7)NG.
Diffstat (limited to 'lib/libc/net/nsdispatch.3')
-rw-r--r--lib/libc/net/nsdispatch.322
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3
index bd6366e..93493a1 100644
--- a/lib/libc/net/nsdispatch.3
+++ b/lib/libc/net/nsdispatch.3
@@ -154,7 +154,7 @@ exists which contains a single default entry for
for use by callers which don't require complicated default rules.
.Ed
.Pp
-.Va Sq ...
+.Va Sq ...\&
are optional extra arguments, which
are passed to the appropriate callback function as a variable argument
list of the type
@@ -163,11 +163,11 @@ list of the type
Whilst there is support for arbitrary sources, the following
#defines for commonly implementated sources are available:
.Bl -column NS_COMPAT COMPAT -offset indent
-.Sy #define value
-.It NSSRC_FILES "files"
-.It NSSRC_DNS "dns"
-.It NSSRC_NIS "nis"
-.It NSSRC_COMPAT "compat"
+.It Sy "#define value"
+.It "NSSRC_FILES ""files"""
+.It "NSSRC_DNS ""dns"""
+.It "NSSRC_NIS ""nis"""
+.It "NSSRC_COMPAT ""compat"""
.El
.Pp
Refer to
@@ -178,11 +178,11 @@ for a complete description of what each source type is.
The callback functions should return one of the following values
depending upon status of the lookup:
.Bl -column NS_NOTFOUND -offset indent
-.Sy "Return value" Status code
-.It NS_SUCCESS success
-.It NS_NOTFOUND notfound
-.It NS_UNAVAIL unavail
-.It NS_TRYAGAIN tryagain
+.It Sy "Return value Status code"
+.It "NS_SUCCESS success"
+.It "NS_NOTFOUND notfound"
+.It "NS_UNAVAIL unavail"
+.It "NS_TRYAGAIN tryagain"
.El
.Pp
Refer to
OpenPOWER on IntegriCloud