summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2003-05-01 19:04:02 +0000
committerjmc <>2003-05-01 19:04:02 +0000
commitb0b363c41fb5798849f7ca119b2c07c293a9d690 (patch)
tree99511d7dac65d03d0fd82ab27feadb77c8699ede
parent385f2a93865ad3e59648464512ed0d339acdba26 (diff)
downloadopenbsd-b0b363c41fb5798849f7ca119b2c07c293a9d690.tar.gz
openbsd-b0b363c41fb5798849f7ca119b2c07c293a9d690.tar.bz2
openbsd-b0b363c41fb5798849f7ca119b2c07c293a9d690.zip
typos;
ok jakob@
-rw-r--r--src/lib/libc/net/getrrsetbyname.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/getrrsetbyname.3 b/src/lib/libc/net/getrrsetbyname.3
index f8e9b9a736..5ff45cbbe3 100644
--- a/src/lib/libc/net/getrrsetbyname.3
+++ b/src/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getrrsetbyname.3,v 1.9 2003/03/06 19:54:52 jmc Exp $ 1.\" $OpenBSD: getrrsetbyname.3,v 1.10 2003/05/01 19:04:02 jmc Exp $
2.\" 2.\"
3.\" Copyright (C) 2000, 2001 Internet Software Consortium. 3.\" Copyright (C) 2000, 2001 Internet Software Consortium.
4.\" 4.\"
@@ -102,7 +102,6 @@ and
102structures, 102structures,
103and the canonical host name strings pointed to by the 103and the canonical host name strings pointed to by the
104.Li rrsetinfo 104.Li rrsetinfo
105u lib/libc/sys/lseek.2
106structure. 105structure.
107Memory allocated for the dynamically allocated structures created by 106Memory allocated for the dynamically allocated structures created by
108a successful call to 107a successful call to
@@ -159,8 +158,9 @@ The
159.Dv RRSET_VALIDATED 158.Dv RRSET_VALIDATED
160flag in 159flag in
161.Li rri_flags 160.Li rri_flags
162is set if the AD (autenticated data) bit in the DNS answer is 161is set if the AD (authenticated data) bit in the DNS answer is
163set. This flag 162set.
163This flag
164.Em should not 164.Em should not
165be trusted unless the transport between the nameserver and the resolver 165be trusted unless the transport between the nameserver and the resolver
166is secure (e.g. IPsec, trusted network, loopback communication). 166is secure (e.g. IPsec, trusted network, loopback communication).