diff options
author | jmc <> | 2015-12-16 18:12:42 +0000 |
---|---|---|
committer | jmc <> | 2015-12-16 18:12:42 +0000 |
commit | 66955a2abc7a95bfdd90a05eb6fc6d78b3a75c88 (patch) | |
tree | 2c676376beca18f0b24f9b5f230878586474c62e | |
parent | 65015706aa88135b196fdb07536e39d260511c45 (diff) | |
download | openbsd-66955a2abc7a95bfdd90a05eb6fc6d78b3a75c88.tar.gz openbsd-66955a2abc7a95bfdd90a05eb6fc6d78b3a75c88.tar.bz2 openbsd-66955a2abc7a95bfdd90a05eb6fc6d78b3a75c88.zip |
tweak previous;
-rw-r--r-- | src/lib/libc/net/gethostbyname.3 | 3 | ||||
-rw-r--r-- | 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 @@ | |||
1 | .\" $OpenBSD: gethostbyname.3,v 1.28 2015/12/16 16:32:30 deraadt Exp $ | 1 | .\" $OpenBSD: gethostbyname.3,v 1.29 2015/12/16 18:12:42 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" 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 | |||
171 | with argument | 171 | with argument |
172 | .Fa h_errno . | 172 | .Fa h_errno . |
173 | .Sh ENVIRONMENT | 173 | .Sh ENVIRONMENT |
174 | .Bl -tag -width RES_OPTIONS | ||
174 | .It RES_OPTIONS | 175 | .It RES_OPTIONS |
175 | A list of options to override the resolver's internal defaults. | 176 | A list of options to override the resolver's internal defaults. |
176 | See | 177 | 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 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.32 2015/12/16 16:32:30 deraadt Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.33 2015/12/16 18:12:42 jmc 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. |
@@ -171,9 +171,9 @@ to be equal to the server's address. | |||
171 | Do not check if the query section of the reply packet | 171 | Do not check if the query section of the reply packet |
172 | is equal to that of the query packet. | 172 | is equal to that of the query packet. |
173 | .It Dv RES_NOALIASES | 173 | .It Dv RES_NOALIASES |
174 | (In the past, this turned off the legacy | 174 | In the past, this turned off the legacy |
175 | .Ev HOSTALIASES | 175 | .Ev HOSTALIASES |
176 | feature). | 176 | feature. |
177 | .It Dv RES_USE_INET6 | 177 | .It Dv RES_USE_INET6 |
178 | Enables support for IPv6-only applications. | 178 | Enables support for IPv6-only applications. |
179 | This causes IPv4 addresses to be returned as an IPv4 mapped address. | 179 | This causes IPv4 addresses to be returned as an IPv4 mapped address. |