summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/resolver.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3
index 389906d8a3..6545132d50 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.6 1999/02/27 21:55:34 deraadt Exp $ 1.\" $OpenBSD: resolver.3,v 1.7 1999/05/12 13:26:47 aaron 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.
@@ -212,7 +212,7 @@ The query requests information of the specified
212.Fa type 212.Fa type
213and 213and
214.Fa class 214.Fa class
215for the specified fully-qualified domain name 215for the specified fully qualified domain name
216.Fa dname . 216.Fa dname .
217The reply message is left in the 217The reply message is left in the
218.Fa answer 218.Fa answer
@@ -281,7 +281,7 @@ is given by
281The compression uses 281The compression uses
282an array of pointers 282an array of pointers
283.Fa dnptrs 283.Fa dnptrs
284to previously-compressed names in the current message. 284to previously compressed names in the current message.
285The first pointer points 285The first pointer points
286to the beginning of the message and the list ends with 286to the beginning of the message and the list ends with
287.Dv NULL . 287.Dv NULL .