diff options
author | jmc <> | 2003-05-01 19:04:02 +0000 |
---|---|---|
committer | jmc <> | 2003-05-01 19:04:02 +0000 |
commit | b0b363c41fb5798849f7ca119b2c07c293a9d690 (patch) | |
tree | 99511d7dac65d03d0fd82ab27feadb77c8699ede /src | |
parent | 385f2a93865ad3e59648464512ed0d339acdba26 (diff) | |
download | openbsd-b0b363c41fb5798849f7ca119b2c07c293a9d690.tar.gz openbsd-b0b363c41fb5798849f7ca119b2c07c293a9d690.tar.bz2 openbsd-b0b363c41fb5798849f7ca119b2c07c293a9d690.zip |
typos;
ok jakob@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/getrrsetbyname.3 | 8 |
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 | |||
102 | structures, | 102 | structures, |
103 | and the canonical host name strings pointed to by the | 103 | and the canonical host name strings pointed to by the |
104 | .Li rrsetinfo | 104 | .Li rrsetinfo |
105 | u lib/libc/sys/lseek.2 | ||
106 | structure. | 105 | structure. |
107 | Memory allocated for the dynamically allocated structures created by | 106 | Memory allocated for the dynamically allocated structures created by |
108 | a successful call to | 107 | a successful call to |
@@ -159,8 +158,9 @@ The | |||
159 | .Dv RRSET_VALIDATED | 158 | .Dv RRSET_VALIDATED |
160 | flag in | 159 | flag in |
161 | .Li rri_flags | 160 | .Li rri_flags |
162 | is set if the AD (autenticated data) bit in the DNS answer is | 161 | is set if the AD (authenticated data) bit in the DNS answer is |
163 | set. This flag | 162 | set. |
163 | This flag | ||
164 | .Em should not | 164 | .Em should not |
165 | be trusted unless the transport between the nameserver and the resolver | 165 | be trusted unless the transport between the nameserver and the resolver |
166 | is secure (e.g. IPsec, trusted network, loopback communication). | 166 | is secure (e.g. IPsec, trusted network, loopback communication). |