diff options
author | schwarze <> | 2014-01-21 03:15:45 +0000 |
---|---|---|
committer | schwarze <> | 2014-01-21 03:15:45 +0000 |
commit | 1ae249b7d3055912e0dc1f33ec8bbac5380a16e3 (patch) | |
tree | d94438afc3198c6a87eb5474f86377f8cbf0b065 /src/lib/libc/net/resolver.3 | |
parent | e7d211207295f5a942fbf7cb5edb3fcf26669d51 (diff) | |
download | openbsd-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.3 | 10 |
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. | |||
108 | Options stored in | 108 | Options stored in |
109 | .Li _res.options | 109 | .Li _res.options |
110 | are defined in | 110 | are defined in |
111 | .Aq Pa resolv.h | 111 | .In resolv.h |
112 | and are as follows. | 112 | and are as follows. |
113 | Options are stored as a simple bit mask containing the bitwise OR | 113 | Options are stored as a simple bit mask containing the bitwise OR |
114 | of the options enabled. | 114 | of the options enabled. |
@@ -253,7 +253,7 @@ and | |||
253 | .Fa type | 253 | .Fa type |
254 | fields | 254 | fields |
255 | are defined in | 255 | are defined in |
256 | .Aq Pa arpa/nameser.h . | 256 | .In arpa/nameser.h . |
257 | .Pp | 257 | .Pp |
258 | The | 258 | The |
259 | .Fn res_search | 259 | .Fn res_search |
@@ -279,7 +279,7 @@ The query type | |||
279 | is usually | 279 | is usually |
280 | .Dv QUERY , | 280 | .Dv QUERY , |
281 | but can be any of the query types defined in | 281 | but can be any of the query types defined in |
282 | .Aq Pa arpa/nameser.h . | 282 | .In arpa/nameser.h . |
283 | The domain name for the query is given by | 283 | The domain name for the query is given by |
284 | .Fa dname . | 284 | .Fa dname . |
285 | .Fa newrr | 285 | .Fa newrr |