From 66955a2abc7a95bfdd90a05eb6fc6d78b3a75c88 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 16 Dec 2015 18:12:42 +0000 Subject: tweak previous; --- src/lib/libc/net/gethostbyname.3 | 3 ++- src/lib/libc/net/resolver.3 | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index f8c4891c68..482e3b4a9c 100644 --- a/src/lib/libc/net/gethostbyname.3 +++ b/src/lib/libc/net/gethostbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostbyname.3,v 1.28 2015/12/16 16:32:30 deraadt Exp $ +.\" $OpenBSD: gethostbyname.3,v 1.29 2015/12/16 18:12:42 jmc Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -171,6 +171,7 @@ The contents of the error message is the same as that returned by with argument .Fa h_errno . .Sh ENVIRONMENT +.Bl -tag -width RES_OPTIONS .It RES_OPTIONS A list of options to override the resolver's internal defaults. See diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index db7400df9b..74be255189 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.32 2015/12/16 16:32:30 deraadt Exp $ +.\" $OpenBSD: resolver.3,v 1.33 2015/12/16 18:12:42 jmc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -171,9 +171,9 @@ to be equal to the server's address. Do not check if the query section of the reply packet is equal to that of the query packet. .It Dv RES_NOALIASES -(In the past, this turned off the legacy +In the past, this turned off the legacy .Ev HOSTALIASES -feature). +feature. .It Dv RES_USE_INET6 Enables support for IPv6-only applications. This causes IPv4 addresses to be returned as an IPv4 mapped address. -- cgit v1.2.3-55-g6feb