Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 More fixes.



details:   https://anonhg.NetBSD.org/src/rev/133fe76b86eb
branches:  trunk
changeset: 548392:133fe76b86eb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 26 11:55:56 2003 +0000

description:
More fixes.

diffstat:

 share/man/man7/nls.7 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 47394967311c -r 133fe76b86eb share/man/man7/nls.7
--- a/share/man/man7/nls.7      Thu Jun 26 11:53:18 2003 +0000
+++ b/share/man/man7/nls.7      Thu Jun 26 11:55:56 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: nls.7,v 1.10 2003/06/26 11:53:18 wiz Exp $
+.\"     $NetBSD: nls.7,v 1.11 2003/06/26 11:55:56 wiz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -291,7 +291,8 @@
 YORUBA YO      NEGRO-AFRICAN
 ZHUANG ZA
 ZULU   ZU      NEGRO-AFRICAN
-.ta.fi
+.ta
+.fi
 .Pp
 For example, the locale for the Danish language spoken in Denmark
 using the ISO8859-1 character set is da_DK.ISO8859-1.
@@ -433,8 +434,8 @@
 and
 .Em wint_t .
 .Em wchar_t
-is a type which can contain one wide character and operates like
-'char' type does for one character.
+is a type which can contain one wide character and operates like 'char'
+type does for one character.
 .Em wint_t
 can contain one wide character or WEOF (wide EOF).
 .Pp



Home | Main Index | Thread Index | Old Index