Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Do not use \." for comments, always use .\". Discussed with ...
details: https://anonhg.NetBSD.org/src/rev/5a1ad7ad19e3
branches: trunk
changeset: 748964:5a1ad7ad19e3
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Nov 12 00:43:52 2009 +0000
description:
Do not use \." for comments, always use .\". Discussed with uwe@.
diffstat:
lib/libintl/gettext.3 | 8 ++++----
usr.bin/tr/tr.1 | 32 ++++++++++++++++----------------
2 files changed, 20 insertions(+), 20 deletions(-)
diffs (68 lines):
diff -r 820ed244049f -r 5a1ad7ad19e3 lib/libintl/gettext.3
--- a/lib/libintl/gettext.3 Wed Nov 11 23:59:36 2009 +0000
+++ b/lib/libintl/gettext.3 Thu Nov 12 00:43:52 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gettext.3,v 1.11 2004/11/10 13:46:14 wiz Exp $
+.\" $NetBSD: gettext.3,v 1.12 2009/11/12 00:43:52 joerg Exp $
.\"
.\" Copyright (c) 2000 Citrus Project,
.\" All rights reserved.
@@ -399,9 +399,9 @@
The functions are implemented by Citrus project,
based on the documentations for GNU gettext.
.Sh BUGS
-\." The text was ripped off from Annex C of
-\." .Dq LI18NUX 2000 Globalization Specification Version 1.0 .
-\." .Pp
+.\" The text was ripped off from Annex C of
+.\" .Dq LI18NUX 2000 Globalization Specification Version 1.0 .
+.\" .Pp
.Fn bind_textdomain_codeset
does not work at this moment
.Pq it always fails .
diff -r 820ed244049f -r 5a1ad7ad19e3 usr.bin/tr/tr.1
--- a/usr.bin/tr/tr.1 Wed Nov 11 23:59:36 2009 +0000
+++ b/usr.bin/tr/tr.1 Thu Nov 12 00:43:52 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tr.1,v 1.17 2009/08/22 00:23:02 joerg Exp $
+.\" $NetBSD: tr.1,v 1.18 2009/11/12 00:43:53 joerg Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -174,21 +174,21 @@
.It xdigit \*[Lt]hexadecimal characters\*[Gt]
.El
.Pp
-\." All classes may be used in
-\." .Ar string1 ,
-\." and in
-\." .Ar string2
-\." when both the
-\." .Fl d
-\." and
-\." .Fl s
-\." options are specified.
-\." Otherwise, only the classes ``upper'' and ``lower'' may be used in
-\." .Ar string2
-\." and then only when the corresponding class (``upper'' for ``lower''
-\." and vice-versa) is specified in the same relative position in
-\." .Ar string1 .
-\." .Pp
+.\" All classes may be used in
+.\" .Ar string1 ,
+.\" and in
+.\" .Ar string2
+.\" when both the
+.\" .Fl d
+.\" and
+.\" .Fl s
+.\" options are specified.
+.\" Otherwise, only the classes ``upper'' and ``lower'' may be used in
+.\" .Ar string2
+.\" and then only when the corresponding class (``upper'' for ``lower''
+.\" and vice-versa) is specified in the same relative position in
+.\" .Ar string1 .
+.\" .Pp
With the exception of the
.Dq upper
and
Home |
Main Index |
Thread Index |
Old Index