Thu Nov 12 00:43:53 2009 UTC ()
Do not use \." for comments, always use .\". Discussed with uwe@.


(joerg)
diff -r1.11 -r1.12 src/lib/libintl/gettext.3
diff -r1.17 -r1.18 src/usr.bin/tr/tr.1

cvs diff -r1.11 -r1.12 src/lib/libintl/gettext.3 (expand / switch to unified diff)

--- src/lib/libintl/gettext.3 2004/11/10 13:46:14 1.11
+++ src/lib/libintl/gettext.3 2009/11/12 00:43:52 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: gettext.3,v 1.11 2004/11/10 13:46:14 wiz Exp $ 1.\" $NetBSD: gettext.3,v 1.12 2009/11/12 00:43:52 joerg Exp $
2.\" 2.\"
3.\" Copyright (c) 2000 Citrus Project, 3.\" Copyright (c) 2000 Citrus Project,
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -389,19 +389,19 @@ The @@ -389,19 +389,19 @@ The
389function returns a pointer to a string containing 389function returns a pointer to a string containing
390the name of the selected 390the name of the selected
391.Fa codeset . 391.Fa codeset .
392.\".Sh "RETURN VALUES" 392.\".Sh "RETURN VALUES"
393.\".Sh EXAMPLES 393.\".Sh EXAMPLES
394.Sh SEE ALSO 394.Sh SEE ALSO
395.Xr setlocale 3 , 395.Xr setlocale 3 ,
396.Xr nls 7 396.Xr nls 7
397.\".Sh STANDARDS 397.\".Sh STANDARDS
398.Sh HISTORY 398.Sh HISTORY
399The functions are implemented by Citrus project, 399The functions are implemented by Citrus project,
400based on the documentations for GNU gettext. 400based on the documentations for GNU gettext.
401.Sh BUGS 401.Sh BUGS
402\." The text was ripped off from Annex C of 402.\" The text was ripped off from Annex C of
403\." .Dq LI18NUX 2000 Globalization Specification Version 1.0 . 403.\" .Dq LI18NUX 2000 Globalization Specification Version 1.0 .
404\." .Pp 404.\" .Pp
405.Fn bind_textdomain_codeset 405.Fn bind_textdomain_codeset
406does not work at this moment 406does not work at this moment
407.Pq it always fails . 407.Pq it always fails .

cvs diff -r1.17 -r1.18 src/usr.bin/tr/tr.1 (expand / switch to unified diff)

--- src/usr.bin/tr/tr.1 2009/08/22 00:23:02 1.17
+++ src/usr.bin/tr/tr.1 2009/11/12 00:43:53 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: tr.1,v 1.17 2009/08/22 00:23:02 joerg Exp $ 1.\" $NetBSD: tr.1,v 1.18 2009/11/12 00:43:53 joerg Exp $
2.\" 2.\"
3.\" Copyright (c) 1991, 1993 3.\" Copyright (c) 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to Berkeley by 6.\" This code is derived from software contributed to Berkeley by
7.\" the Institute of Electrical and Electronics Engineers, Inc. 7.\" the Institute of Electrical and Electronics Engineers, Inc.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -164,41 +164,41 @@ Class names are: @@ -164,41 +164,41 @@ Class names are:
164.It alpha \*[Lt]alphabetic characters\*[Gt] 164.It alpha \*[Lt]alphabetic characters\*[Gt]
165.It blank \*[Lt]blank characters\*[Gt] 165.It blank \*[Lt]blank characters\*[Gt]
166.It cntrl \*[Lt]control characters\*[Gt] 166.It cntrl \*[Lt]control characters\*[Gt]
167.It digit \*[Lt]numeric characters\*[Gt] 167.It digit \*[Lt]numeric characters\*[Gt]
168.It graph \*[Lt]graphic characters\*[Gt] 168.It graph \*[Lt]graphic characters\*[Gt]
169.It lower \*[Lt]lower-case alphabetic characters\*[Gt] 169.It lower \*[Lt]lower-case alphabetic characters\*[Gt]
170.It print \*[Lt]printable characters\*[Gt] 170.It print \*[Lt]printable characters\*[Gt]
171.It punct \*[Lt]punctuation characters\*[Gt] 171.It punct \*[Lt]punctuation characters\*[Gt]
172.It space \*[Lt]space characters\*[Gt] 172.It space \*[Lt]space characters\*[Gt]
173.It upper \*[Lt]upper-case characters\*[Gt] 173.It upper \*[Lt]upper-case characters\*[Gt]
174.It xdigit \*[Lt]hexadecimal characters\*[Gt] 174.It xdigit \*[Lt]hexadecimal characters\*[Gt]
175.El 175.El
176.Pp 176.Pp
177\." All classes may be used in 177.\" All classes may be used in
178\." .Ar string1 , 178.\" .Ar string1 ,
179\." and in 179.\" and in
180\." .Ar string2 180.\" .Ar string2
181\." when both the 181.\" when both the
182\." .Fl d 182.\" .Fl d
183\." and 183.\" and
184\." .Fl s 184.\" .Fl s
185\." options are specified. 185.\" options are specified.
186\." Otherwise, only the classes ``upper'' and ``lower'' may be used in 186.\" Otherwise, only the classes ``upper'' and ``lower'' may be used in
187\." .Ar string2 187.\" .Ar string2
188\." and then only when the corresponding class (``upper'' for ``lower'' 188.\" and then only when the corresponding class (``upper'' for ``lower''
189\." and vice-versa) is specified in the same relative position in 189.\" and vice-versa) is specified in the same relative position in
190\." .Ar string1 . 190.\" .Ar string1 .
191\." .Pp 191.\" .Pp
192With the exception of the 192With the exception of the
193.Dq upper 193.Dq upper
194and 194and
195.Dq lower 195.Dq lower
196classes, characters in the classes are in unspecified order. 196classes, characters in the classes are in unspecified order.
197In the 197In the
198.Dq upper 198.Dq upper
199and 199and
200.Dq lower 200.Dq lower
201classes, characters are entered in ascending order. 201classes, characters are entered in ascending order.
202.Pp 202.Pp
203For specific information as to which ASCII characters are included 203For specific information as to which ASCII characters are included
204in these classes, see 204in these classes, see