diff options
Diffstat (limited to 'lib/libc/net/resolver.3')
-rw-r--r-- | lib/libc/net/resolver.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index fb67c83b053..93b365a619f 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.28 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: resolver.3,v 1.29 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RESOLVER 3 .Os .Sh NAME @@ -108,7 +108,7 @@ Most of the values have reasonable defaults and can be ignored. Options stored in .Li _res.options are defined in -.Aq Pa resolv.h +.In resolv.h and are as follows. Options are stored as a simple bit mask containing the bitwise OR of the options enabled. @@ -253,7 +253,7 @@ and .Fa type fields are defined in -.Aq Pa arpa/nameser.h . +.In arpa/nameser.h . .Pp The .Fn res_search @@ -279,7 +279,7 @@ The query type is usually .Dv QUERY , but can be any of the query types defined in -.Aq Pa arpa/nameser.h . +.In arpa/nameser.h . The domain name for the query is given by .Fa dname . .Fa newrr |