From f8409a078762a3426fb9d9a28e649614b6a9e819 Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 27 Jan 2003 02:16:43 +0000 Subject: [PATCH] more man page typos --- CHANGES | 2 +- dns/dns_txt.3 | 2 +- uint/uint16_unpack.3 | 2 +- uint/uint16_unpack_big.3 | 2 +- uint/uint32_unpack.3 | 2 +- uint/uint32_unpack_big.3 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index ef8d3ca..71ba546 100644 --- a/CHANGES +++ b/CHANGES @@ -8,7 +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) + fix typos in several man pages (Hynek Schlawack) 0.14: avoid bus errors in byte_copy diff --git a/dns/dns_txt.3 b/dns/dns_txt.3 index 0f33306..469aa2c 100644 --- a/dns/dns_txt.3 +++ b/dns/dns_txt.3 @@ -6,7 +6,7 @@ dns_txt \- look up TXT records int \fBdns_txt\fP(stralloc* \fIout\fR,stralloc* \fIfqdn\fR); .SH DESCRIPTION -dns_ip4 looks up TXT records for the fully-qualified domain name in +dns_txt looks up TXT records for the fully-qualified domain name in \fIfqdn\fR. It puts the concatenation of the TXT records into \fIout\fR and returns 0. If the domain does not exist in DNS, or has no TXT records, \fIout\fR will be empty. diff --git a/uint/uint16_unpack.3 b/uint/uint16_unpack.3 index 2850b41..7408eba 100644 --- a/uint/uint16_unpack.3 +++ b/uint/uint16_unpack.3 @@ -12,7 +12,7 @@ uint16 is a 16-bit unsigned integer type, normally either unsigned int or unsigned long. uint16_unpack portably reads a uint16 as stored on a little-endian -architecture from \fIs\fR and writes it info \fIu\fR in the native byte order. +architecture from \fIs\fR and writes it into \fIu\fR in the native byte order. .SH "SEE ALSO" uint16_pack(3), uint16_unpack_big(3) diff --git a/uint/uint16_unpack_big.3 b/uint/uint16_unpack_big.3 index d52803e..61b9d3f 100644 --- a/uint/uint16_unpack_big.3 +++ b/uint/uint16_unpack_big.3 @@ -13,7 +13,7 @@ or unsigned long. uint16_unpack_big portably reads a uint16 as stored on a big-endian architecture (i.e. in network byte order) from \fIs\fR and writes it -info \fIu\fR in the native byte order. +into \fIu\fR in the native byte order. .SH "SEE ALSO" uint16_pack_big(3), uint16_unpack(3) diff --git a/uint/uint32_unpack.3 b/uint/uint32_unpack.3 index f1c4dbf..39b6372 100644 --- a/uint/uint32_unpack.3 +++ b/uint/uint32_unpack.3 @@ -12,7 +12,7 @@ uint32 is a 32-bit unsigned integer type, normally either unsigned int or unsigned long. uint32_unpack portably reads a uint32 as stored on a little-endian -architecture from \fIs\fR and writes it info \fIu\fR in the native byte order. +architecture from \fIs\fR and writes it into \fIu\fR in the native byte order. .SH "SEE ALSO" uint32_pack(3), uint32_unpack_big(3) diff --git a/uint/uint32_unpack_big.3 b/uint/uint32_unpack_big.3 index 80665d2..59baa0f 100644 --- a/uint/uint32_unpack_big.3 +++ b/uint/uint32_unpack_big.3 @@ -13,7 +13,7 @@ or unsigned long. uint32_unpack_big portably reads a uint32 as stored on a big-endian architecture (i.e. in network byte order) from \fIs\fR and writes it -info \fIu\fR in the native byte order. +into \fIu\fR in the native byte order. .SH "SEE ALSO" uint32_pack_big(3), uint32_unpack(3)