diff options
-rw-r--r-- | src/lib/libc/net/resolver.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index d36b6d8d89..2dbb69ce28 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.23 2012/09/27 11:31:58 jmc Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.24 2012/11/19 16:33:48 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. |
@@ -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: September 27 2012 $ | 30 | .Dd $Mdocdate: November 19 2012 $ |
31 | .Dt RESOLVER 3 | 31 | .Dt RESOLVER 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -143,8 +143,8 @@ This is useful only in programs that regularly do many queries. | |||
143 | .Tn UDP | 143 | .Tn UDP |
144 | should be the normal mode used. | 144 | should be the normal mode used. |
145 | .It Dv RES_IGNTC | 145 | .It Dv RES_IGNTC |
146 | Unused currently (ignore truncation errors, i.e., don't retry with | 146 | Ignore truncation errors, i.e., don't retry with |
147 | .Tn TCP ) . | 147 | .Tn TCP . |
148 | .It Dv RES_RECURSE | 148 | .It Dv RES_RECURSE |
149 | Set the recursion-desired bit in queries. | 149 | Set the recursion-desired bit in queries. |
150 | This is the default. | 150 | This is the default. |