summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/resolver.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
committerru <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
commit863465c1ab2c58349d7f1f859822ef564e592280 (patch)
tree6086e75984c3472fb331e2598243ce260e65581f /lib/libc/net/resolver.3
parent8746d263e1451855025dc83dde5176cc9f1fbe3f (diff)
downloadFreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.zip
FreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.tar.gz
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
Diffstat (limited to 'lib/libc/net/resolver.3')
-rw-r--r--lib/libc/net/resolver.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3
index 7910d76..60c1193 100644
--- a/lib/libc/net/resolver.3
+++ b/lib/libc/net/resolver.3
@@ -125,11 +125,11 @@ query and reply messages with Internet domain name servers.
.Pp
Global configuration and state information that is used by the
resolver routines is kept in the structure
-.Em _res .
+.Va _res .
Most of the values have reasonable defaults and can be ignored.
Options
stored in
-.Em _res.options
+.Va _res.options
are defined in
.Pa resolv.h
and are as follows.
@@ -228,16 +228,16 @@ This environment variable may contain several blank-separated
tokens if you wish to override the
.Em "search list"
on a per-process basis. This is similar to the
-.Em search
+.Ic search
command in the configuration file.
Another environment variable
.Dq Ev RES_OPTIONS
can be set to
override certain internal resolver options which are otherwise
set by changing fields in the
-.Em _res
+.Va _res
structure or are inherited from the configuration file's
-.Em options
+.Ic options
command. The syntax of the
.Dq Ev RES_OPTIONS
environment variable is explained in
@@ -335,7 +335,7 @@ is to update the list of pointers for
labels inserted into the message
as the name is compressed.
If
-.Em dnptr
+.Fa dnptr
is
.Dv NULL ,
names are not compressed.
OpenPOWER on IntegriCloud