From fd53a6bc3f592d3e014a16bfc2b38172757da159 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Thu, 12 Nov 2009 00:43:53 +0000 Subject: [PATCH] Do not use \." for comments, always use .\". Discussed with uwe@. --- lib/libintl/gettext.3 | 8 ++++---- usr.bin/tr/tr.1 | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/lib/libintl/gettext.3 b/lib/libintl/gettext.3 index 8bacbbdcb3b..b510f7a6ec7 100644 --- a/lib/libintl/gettext.3 +++ b/lib/libintl/gettext.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: gettext.3,v 1.10 2004/01/24 16:59:51 wiz Exp $ +.\" $NetBSD: gettext.3,v 1.11 2004/11/10 13:46:14 wiz Exp $ .\" .\" Copyright (c) 2000 Citrus Project, .\" All rights reserved. @@ -399,9 +399,9 @@ the name of the selected 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 --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 6ce0b859b57..c9c11bd1cad 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: tr.1,v 1.16 2006/09/17 12:19:01 wiz Exp $ +.\" $NetBSD: tr.1,v 1.17 2009/08/22 00:23:02 joerg Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -174,21 +174,21 @@ Class names are: .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 -- 2.11.4.GIT