diff options
author | 2005-04-05 22:14:20 +0000 | |
---|---|---|
committer | 2005-04-05 22:14:20 +0000 | |
commit | f821683c6253a58779996f9d8d54139b7fa737e3 (patch) | |
tree | f3490f6070d83dbd53e5924c5aefefe215829c34 /lib/libc | |
parent | Off-by-ones in register comparisons. (diff) | |
download | wireguard-openbsd-f821683c6253a58779996f9d8d54139b7fa737e3.tar.xz wireguard-openbsd-f821683c6253a58779996f9d8d54139b7fa737e3.zip |
explain where type and class are defined; ok jmc@
CVS ----------------------------------------------------------------------
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/resolver.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index ac48252e833..d1eb2298ae9 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.18 2005/01/22 15:44:25 jmc Exp $ +.\" $OpenBSD: resolver.3,v 1.19 2005/04/05 22:14:20 fgsch Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -231,6 +231,13 @@ The reply message is left in the buffer with length .Fa anslen supplied by the caller. +Values for the +.Fa class +and +.Fa type +fields +are defined in +.Aq Pa arpa/nameserv.h . .Pp The .Fn res_search |