bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Drop leading whitespace in msggrep.texi


From: Ralf Wildenhues
Subject: Drop leading whitespace in msggrep.texi
Date: Wed, 18 Jun 2008 21:15:32 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi Bruno,

leading whitespace in running .texi text shows up in the info output,
see here: <http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00920.html>.
This patch fixes all instances the script found in the gettext.

Cheers,
Ralf

gettext-tools/doc/ChangeLog:
2008-06-18  Ralf Wildenhues  <address@hidden>

        * msggrep.texi: Drop leading whitespace.

Index: gettext-tools/doc/msggrep.texi
===================================================================
RCS file: /cvsroot/gettext/gettext/gettext-tools/doc/msggrep.texi,v
retrieving revision 1.8
diff -u -r1.8 msggrep.texi
--- gettext-tools/doc/msggrep.texi      2 Sep 2007 10:42:12 -0000       1.8
+++ gettext-tools/doc/msggrep.texi      18 Jun 2008 19:12:35 -0000
@@ -53,13 +53,13 @@
 @item it comes from one of the specified source files,
 @item or if it comes from one of the specified domains,
 @item or if @samp{-J} is given and its context (msgctxt) matches
-      @var{msgctxt-pattern},
address@hidden,
 @item or if @samp{-K} is given and its key (msgid or msgid_plural) matches
-      @var{msgid-pattern},
address@hidden,
 @item or if @samp{-T} is given and its translation (msgstr) matches
-      @var{msgstr-pattern},
address@hidden,
 @item or if @samp{-C} is given and the translator's comment matches
-      @var{comment-pattern}.
address@hidden
 @end itemize
 
 When more than one selection criterion is specified, the set of selected




reply via email to

[Prev in Thread] Current Thread [Next in Thread]