fix typo (Hynek)

master
leitner 22 years ago
parent 2911ccae43
commit e3b6d64e70

@ -8,6 +8,7 @@
scan_ip6 returned 1 for "::" (Uwe Ohse)
add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
fix typo in dns_mx man page (Hynek Schlawack)
0.14:
avoid bus errors in byte_copy

@ -6,7 +6,7 @@ dns_mx \- look up Mail eXchanger
int \fBdns_mx\fP(stralloc* \fIout\fR,stralloc* \fIfqdn\fR);
.SH DESCRIPTION
dns_ip4 looks up MX records for the fully-qualified domain name in
dns_mx looks up MX records for the fully-qualified domain name in
\fIfqdn\fR. It puts the MX records into \fIout\fR and returns 0. Each MX
record is a two-byte MX distance (big endian) followed by a
\\0-terminated dot-encoded domain name. If the domain does not exist in

Loading…
Cancel
Save