groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/05: groff.texi: remove repeated words.


From: Bertrand Garrigues
Subject: [groff] 05/05: groff.texi: remove repeated words.
Date: Tue, 29 Aug 2017 17:36:12 -0400 (EDT)

bgarrigues pushed a commit to branch master
in repository groff.

commit 9ad5ad1106b552403f86fa7da4d68ee471a35eaf
Author: Bertrand Garrigues <address@hidden>
Date:   Tue Aug 29 18:03:18 2017 +0200

    groff.texi: remove repeated words.
    
    Fix bug https://savannah.gnu.org/bugs/?51046.
---
 ChangeLog      |  6 ++++++
 doc/groff.texi | 26 ++++++++++++++------------
 2 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ead82a6..930c7e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-08-28  Bjarni Ingi Gislason <address@hidden>
 
+       groff.texi: remove repeated words.
+
+       Fix bug https://savannah.gnu.org/bugs/?51046.
+
+2017-08-28  Bjarni Ingi Gislason <address@hidden>
+
        groff_man(7) manual page: Fix explanation of the ".itc" request.
 
        See bug at https://savannah.gnu.org/bugs/?51043.
diff --git a/doc/groff.texi b/doc/groff.texi
index bbbab34..98d1f17 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -7754,11 +7754,11 @@ mode, and 0 in normal mode.
 @subsection Leaders
 @cindex leaders
 
-Sometimes it may may be desirable to use the @code{tc} request to fill a
+Sometimes it may be desirable to use the @code{tc} request to fill a
 particular tab stop with a given glyph (for example dots in a table of
-contents), but also normal tab stops on the rest of the line.  For this
address@hidden provides an alternate tab mechanism, called @dfn{leaders},
-which does just that.
+contents), but also normal tab stops on the rest of the line.
+For this @code{gtroff} provides an alternate tab mechanism, called
address@hidden, which does just that.
 
 @cindex leader character
 A leader character (character address@hidden) behaves similarly to a tab
@@ -10634,7 +10634,7 @@ numeric expression with a default scale indicator of 
@samp{z}.
 @itemx \s'address@hidden'
 @itemx \s+'@var{n}'
 @itemx \s-'@var{n}'
-Increase or or decrease the point size by @address@hidden points;
+Increase or decrease the point size by @address@hidden points;
 @address@hidden a numeric expression (which may start with a minus sign)
 with a default scale indicator of @samp{z}.
 @end table
@@ -11583,10 +11583,11 @@ macro one level higher.  This is used to define a 
wrapper macro for
 @cindex address@hidden, when reading text for a macro
 When @code{gtroff} reads in the text for a macro, string, or diversion,
 it copies the text (including request lines, but excluding escapes) into
-an internal buffer.  Escapes are converted into an internal form, except
-for @code{\n}, @code{\$}, @code{\*}, @code{\\} and @address@hidden,
-which are evaluated and inserted into the text where the escape was
-located.  This is known as @dfn{copy-in} mode or @dfn{copy} mode.
+an internal buffer.
+Escapes are converted into an internal form, except for @code{\n},
address@hidden, @code{\*}, @code{\\} and @address@hidden, which are evaluated
+and inserted into the text where the escape was located.
+This is known as @dfn{copy-in} mode or @dfn{copy} mode.
 
 What this means is that you can specify when these escapes are to be
 evaluated (either at copy-in time or at the time of use) by insulating
@@ -13564,9 +13565,10 @@ for @code{pso} also.
 @Defreq {mso, file}
 Identical to the @code{so} request except that @code{gtroff} searches
 for the specified @var{file} in the same directories as macro files for
-the the @option{-m} command line option.  If the file name to be
-included has the form @address@hidden and it isn't found,
address@hidden tries to include @address@hidden and vice versa.
+the @option{-m} command line option.
+If the file name to be included has the form @address@hidden and it
+isn't found, @code{mso} tries to include @address@hidden and vice
+versa.
 If the file does not exist, a warning of type @samp{file} is emitted.
 @xref{Debugging}, for information about warnings.
 @endDefreq



reply via email to

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