Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/iconv Mark up NULL; bump date for last; drop traili...



details:   https://anonhg.NetBSD.org/src/rev/4c2baa71f8fa
branches:  trunk
changeset: 551209:4c2baa71f8fa
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 01 15:40:46 2003 +0000

description:
Mark up NULL; bump date for last; drop trailing space.

diffstat:

 lib/libc/iconv/iconv.3 |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r f6f6a405bbaa -r 4c2baa71f8fa lib/libc/iconv/iconv.3
--- a/lib/libc/iconv/iconv.3    Mon Sep 01 14:20:57 2003 +0000
+++ b/lib/libc/iconv/iconv.3    Mon Sep 01 15:40:46 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: iconv.3,v 1.7 2003/09/01 06:16:14 tshiozak Exp $
+.\" $NetBSD: iconv.3,v 1.8 2003/09/01 15:40:46 wiz Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 22, 2003
+.Dd September 1, 2003
 .Dt ICONV 3
 .Os
 .\" ----------------------------------------------------------------------
@@ -122,7 +122,7 @@
 .Fn iconv :
 .Bl -tag -width 0123
 .It "src == NULL || *src == NULL"
-.\" 
+.\"
 If the source and/or destination codesets are stateful,
 .Fn iconv
 places these into their initial state.
@@ -131,7 +131,8 @@
 .Fa dst
 and
 .Fa *dst
-are non-NULL,
+are 
+.No non- Ns Dv NULL ,
 .Fn iconv
 stores the shift sequence for the destination switching to the initial state
 in the buffer pointed to by
@@ -146,7 +147,9 @@
 .Fa dst
 or
 .Fa *dst
-may be NULL.  In this case, the shift sequence for the destination switching
+may be
+.Dv NULL .
+In this case, the shift sequence for the destination switching
 to the initial state is discarded.
 .El
 .\" ----------------------------------------------------------------------



Home | Main Index | Thread Index | Old Index