From e3b6d64e707f2c4f6df2622ee0c52bdf0b942b63 Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 25 Jan 2003 17:17:55 +0000 Subject: [PATCH] fix typo (Hynek) --- CHANGES | 1 + dns/dns_mx.3 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index eab40fb..ef8d3ca 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/dns/dns_mx.3 b/dns/dns_mx.3 index bf74177..2b79261 100644 --- a/dns/dns_mx.3 +++ b/dns/dns_mx.3 @@ -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