Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/iconv Misc fixes from jmc@openbsd.



details:   https://anonhg.NetBSD.org/src/rev/137bdeee05bd
branches:  trunk
changeset: 557981:137bdeee05bd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 24 15:33:43 2004 +0000

description:
Misc fixes from jmc@openbsd.

diffstat:

 lib/libc/iconv/iconv.3 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 2a0d72c4b0a0 -r 137bdeee05bd lib/libc/iconv/iconv.3
--- a/lib/libc/iconv/iconv.3    Sat Jan 24 13:02:41 2004 +0000
+++ b/lib/libc/iconv/iconv.3    Sat Jan 24 15:33:43 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: iconv.3,v 1.8 2003/09/01 15:40:46 wiz Exp $
+.\" $NetBSD: iconv.3,v 1.9 2004/01/24 15:33:43 wiz Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -107,7 +107,7 @@
 .Pp
 If the string pointed to by
 .Fa *src
-contains a character which is valid unders the source codeset but
+contains a character which is valid under the source codeset but
 can not be converted to the destination codeset,
 the character is replaced by an
 .Dq invalid character
@@ -131,7 +131,7 @@
 .Fa dst
 and
 .Fa *dst
-are 
+are
 .No non- Ns Dv NULL ,
 .Fn iconv
 stores the shift sequence for the destination switching to the initial state
@@ -180,7 +180,7 @@
 .Sh ERRORS
 The
 .Fn iconv_open
-function may causes an error in the following cases:
+function may cause an error in the following cases:
 .Bl -tag -width Er
 .It Bq Er ENOMEM
 Memory is exhausted.
@@ -193,7 +193,7 @@
 .Pp
 The
 .Fn iconv_close
-function may causes an error in the following case:
+function may cause an error in the following case:
 .Bl -tag -width Er
 .It Bq Er EBADF
 The conversion descriptor specified by
@@ -203,7 +203,7 @@
 .Pp
 The
 .Fn iconv
-function may causes an error in the following cases:
+function may cause an error in the following cases:
 .Bl -tag -width Er
 .It Bq Er EBADF
 The conversion descriptor specified by



Home | Main Index | Thread Index | Old Index