From: Bruno Haible Date: Wed, 18 Jun 2008 23:48:51 +0000 (+0000) Subject: Fix whitespace problem in info output. X-Git-Tag: v0.18~397 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff582c21dafdcefbfb05b3661e5b364613ab8e4b;p=thirdparty%2Fgettext.git Fix whitespace problem in info output. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index a75aa534d..3df94d5be 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-06-18 Ralf Wildenhues + + * msggrep.texi: Drop leading whitespace. + 2008-05-18 Bruno Haible * gettext.texi (Names): Recommend the gnulib module 'propername'. diff --git a/gettext-tools/doc/msggrep.texi b/gettext-tools/doc/msggrep.texi index 34df18622..c2adebc17 100644 --- a/gettext-tools/doc/msggrep.texi +++ b/gettext-tools/doc/msggrep.texi @@ -53,13 +53,13 @@ A message is selected if @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}, +@var{msgctxt-pattern}, @item or if @samp{-K} is given and its key (msgid or msgid_plural) matches - @var{msgid-pattern}, +@var{msgid-pattern}, @item or if @samp{-T} is given and its translation (msgstr) matches - @var{msgstr-pattern}, +@var{msgstr-pattern}, @item or if @samp{-C} is given and the translator's comment matches - @var{comment-pattern}. +@var{comment-pattern}. @end itemize When more than one selection criterion is specified, the set of selected