summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/resolver.3
diff options
context:
space:
mode:
authorschwarze <>2014-01-21 03:15:45 +0000
committerschwarze <>2014-01-21 03:15:45 +0000
commit1ae249b7d3055912e0dc1f33ec8bbac5380a16e3 (patch)
treed94438afc3198c6a87eb5474f86377f8cbf0b065 /src/lib/libc/net/resolver.3
parente7d211207295f5a942fbf7cb5edb3fcf26669d51 (diff)
downloadopenbsd-1ae249b7d3055912e0dc1f33ec8bbac5380a16e3.tar.gz
openbsd-1ae249b7d3055912e0dc1f33ec8bbac5380a16e3.tar.bz2
openbsd-1ae249b7d3055912e0dc1f33ec8bbac5380a16e3.zip
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'src/lib/libc/net/resolver.3')
-rw-r--r--src/lib/libc/net/resolver.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3
index fb67c83b05..93b365a619 100644
--- a/src/lib/libc/net/resolver.3
+++ b/src/lib/libc/net/resolver.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: resolver.3,v 1.28 2013/06/05 03:39:23 tedu Exp $ 1.\" $OpenBSD: resolver.3,v 1.29 2014/01/21 03:15:45 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 1985, 1991, 1993 3.\" Copyright (c) 1985, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.Dd $Mdocdate: June 5 2013 $ 30.Dd $Mdocdate: January 21 2014 $
31.Dt RESOLVER 3 31.Dt RESOLVER 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -108,7 +108,7 @@ Most of the values have reasonable defaults and can be ignored.
108Options stored in 108Options stored in
109.Li _res.options 109.Li _res.options
110are defined in 110are defined in
111.Aq Pa resolv.h 111.In resolv.h
112and are as follows. 112and are as follows.
113Options are stored as a simple bit mask containing the bitwise OR 113Options are stored as a simple bit mask containing the bitwise OR
114of the options enabled. 114of the options enabled.
@@ -253,7 +253,7 @@ and
253.Fa type 253.Fa type
254fields 254fields
255are defined in 255are defined in
256.Aq Pa arpa/nameser.h . 256.In arpa/nameser.h .
257.Pp 257.Pp
258The 258The
259.Fn res_search 259.Fn res_search
@@ -279,7 +279,7 @@ The query type
279is usually 279is usually
280.Dv QUERY , 280.Dv QUERY ,
281but can be any of the query types defined in 281but can be any of the query types defined in
282.Aq Pa arpa/nameser.h . 282.In arpa/nameser.h .
283The domain name for the query is given by 283The domain name for the query is given by
284.Fa dname . 284.Fa dname .
285.Fa newrr 285.Fa newrr