Module Name:    src
Committed By:   joerg
Date:           Thu Nov 12 00:43:53 UTC 2009

Modified Files:
        src/lib/libintl: gettext.3
        src/usr.bin/tr: tr.1

Log Message:
Do not use \." for comments, always use .\". Discussed with u...@.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libintl/gettext.3
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/tr/tr.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libintl/gettext.3
diff -u src/lib/libintl/gettext.3:1.11 src/lib/libintl/gettext.3:1.12
--- src/lib/libintl/gettext.3:1.11	Wed Nov 10 13:46:14 2004
+++ src/lib/libintl/gettext.3	Thu Nov 12 00:43:52 2009
@@ -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 .

Index: src/usr.bin/tr/tr.1
diff -u src/usr.bin/tr/tr.1:1.17 src/usr.bin/tr/tr.1:1.18
--- src/usr.bin/tr/tr.1:1.17	Sat Aug 22 00:23:02 2009
+++ src/usr.bin/tr/tr.1	Thu Nov 12 00:43:53 2009
@@ -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

Reply via email to