diff options
author | fgsch <> | 2005-04-05 22:14:20 +0000 |
---|---|---|
committer | fgsch <> | 2005-04-05 22:14:20 +0000 |
commit | 6465de7843179659b6c45819061d5baa0baca722 (patch) | |
tree | 1e8da6e814a5f555016052769fa911575ef16553 | |
parent | adf0cc84af95f45c15d1706187b42ff0e386ccb4 (diff) | |
download | openbsd-6465de7843179659b6c45819061d5baa0baca722.tar.gz openbsd-6465de7843179659b6c45819061d5baa0baca722.tar.bz2 openbsd-6465de7843179659b6c45819061d5baa0baca722.zip |
explain where type and class are defined; ok jmc@
CVS ----------------------------------------------------------------------
-rw-r--r-- | src/lib/libc/net/resolver.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index ac48252e83..d1eb2298ae 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.18 2005/01/22 15:44:25 jmc Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.19 2005/04/05 22:14:20 fgsch 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. |
@@ -231,6 +231,13 @@ The reply message is left in the | |||
231 | buffer with length | 231 | buffer with length |
232 | .Fa anslen | 232 | .Fa anslen |
233 | supplied by the caller. | 233 | supplied by the caller. |
234 | Values for the | ||
235 | .Fa class | ||
236 | and | ||
237 | .Fa type | ||
238 | fields | ||
239 | are defined in | ||
240 | .Aq Pa arpa/nameserv.h . | ||
234 | .Pp | 241 | .Pp |
235 | The | 242 | The |
236 | .Fn res_search | 243 | .Fn res_search |