Do not use \." for comments, always use .\". Discussed with uwe@.
This commit is contained in:
parent
dd6f356cec
commit
2ec9715635
|
@ -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,
|
.\" Copyright (c) 2000 Citrus Project,
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -399,9 +399,9 @@ the name of the selected
|
||||||
The functions are implemented by Citrus project,
|
The functions are implemented by Citrus project,
|
||||||
based on the documentations for GNU gettext.
|
based on the documentations for GNU gettext.
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
\." The text was ripped off from Annex C of
|
.\" The text was ripped off from Annex C of
|
||||||
\." .Dq LI18NUX 2000 Globalization Specification Version 1.0 .
|
.\" .Dq LI18NUX 2000 Globalization Specification Version 1.0 .
|
||||||
\." .Pp
|
.\" .Pp
|
||||||
.Fn bind_textdomain_codeset
|
.Fn bind_textdomain_codeset
|
||||||
does not work at this moment
|
does not work at this moment
|
||||||
.Pq it always fails .
|
.Pq it always fails .
|
||||||
|
|
|
@ -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
|
.\" Copyright (c) 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -174,21 +174,21 @@ Class names are:
|
||||||
.It xdigit \*[Lt]hexadecimal characters\*[Gt]
|
.It xdigit \*[Lt]hexadecimal characters\*[Gt]
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
\." All classes may be used in
|
.\" All classes may be used in
|
||||||
\." .Ar string1 ,
|
.\" .Ar string1 ,
|
||||||
\." and in
|
.\" and in
|
||||||
\." .Ar string2
|
.\" .Ar string2
|
||||||
\." when both the
|
.\" when both the
|
||||||
\." .Fl d
|
.\" .Fl d
|
||||||
\." and
|
.\" and
|
||||||
\." .Fl s
|
.\" .Fl s
|
||||||
\." options are specified.
|
.\" options are specified.
|
||||||
\." Otherwise, only the classes ``upper'' and ``lower'' may be used in
|
.\" Otherwise, only the classes ``upper'' and ``lower'' may be used in
|
||||||
\." .Ar string2
|
.\" .Ar string2
|
||||||
\." and then only when the corresponding class (``upper'' for ``lower''
|
.\" and then only when the corresponding class (``upper'' for ``lower''
|
||||||
\." and vice-versa) is specified in the same relative position in
|
.\" and vice-versa) is specified in the same relative position in
|
||||||
\." .Ar string1 .
|
.\" .Ar string1 .
|
||||||
\." .Pp
|
.\" .Pp
|
||||||
With the exception of the
|
With the exception of the
|
||||||
.Dq upper
|
.Dq upper
|
||||||
and
|
and
|
||||||
|
|
Loading…
Reference in New Issue