Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/locale Drop trailing space.



details:   https://anonhg.NetBSD.org/src/rev/6e4f2ee404bd
branches:  trunk
changeset: 544328:6e4f2ee404bd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Mar 17 08:41:31 2003 +0000

description:
Drop trailing space.

diffstat:

 lib/libc/locale/iswctype.3  |  4 ++--
 lib/libc/locale/towctrans.3 |  4 ++--
 lib/libc/locale/wctype.3    |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 2215c1b4070c -r 6e4f2ee404bd lib/libc/locale/iswctype.3
--- a/lib/libc/locale/iswctype.3        Mon Mar 17 08:39:54 2003 +0000
+++ b/lib/libc/locale/iswctype.3        Mon Mar 17 08:41:31 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: iswctype.3,v 1.1 2003/03/04 12:11:50 tshiozak Exp $
+.\" $NetBSD: iswctype.3,v 1.2 2003/03/17 08:41:31 wiz Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 function is called with an invalid
 .Fa charclass
 (changes of LC_CTYPE category invalidate
-.Fa charclass ) 
+.Fa charclass )
 or invalid wide character as
 .Fa wc .
 .Pp
diff -r 2215c1b4070c -r 6e4f2ee404bd lib/libc/locale/towctrans.3
--- a/lib/libc/locale/towctrans.3       Mon Mar 17 08:39:54 2003 +0000
+++ b/lib/libc/locale/towctrans.3       Mon Mar 17 08:41:31 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: towctrans.3,v 1.1 2003/03/04 12:11:51 tshiozak Exp $
+.\" $NetBSD: towctrans.3,v 1.2 2003/03/17 08:41:31 wiz Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 function is called with an invalid
 .Fa charmap
 (changes of LC_CTYPE category invalidate
-.Fa charclass ) 
+.Fa charclass )
 or invalid wide character as
 .Fa wc .
 .Pp
diff -r 2215c1b4070c -r 6e4f2ee404bd lib/libc/locale/wctype.3
--- a/lib/libc/locale/wctype.3  Mon Mar 17 08:39:54 2003 +0000
+++ b/lib/libc/locale/wctype.3  Mon Mar 17 08:41:31 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wctype.3,v 1.1 2003/03/04 12:11:53 tshiozak Exp $
+.\" $NetBSD: wctype.3,v 1.2 2003/03/17 08:41:31 wiz Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 .Fn iswctype .
 The following names are defined in all locales:
 .Bd -literal -offset indent
-alnum alpha blank cntrl digit graph 
+alnum alpha blank cntrl digit graph
 lower print punct space upper xdigit
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index