groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/03: doc/groff.texi: Fix Savannah #63777.


From: G. Branden Robinson
Subject: [groff] 03/03: doc/groff.texi: Fix Savannah #63777.
Date: Sun, 12 Feb 2023 17:13:47 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit ac4e28bd9e0ac5c3941275eba9d8ace5f2775662
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Feb 12 15:51:26 2023 -0600

    doc/groff.texi: Fix Savannah #63777.
    
    * doc/groff.texi (Manipulating Filling and Adjustment): Say more about
      the consequences of a break.
    
    Fixes <https://savannah.gnu.org/bugs/?63777>.  Thanks to Dave Kemper for
    the report.
    
    ANNOUNCE: Update bug counts.
---
 ANNOUNCE       |  6 +++---
 ChangeLog      |  8 ++++++++
 doc/groff.texi | 17 +++++++++--------
 3 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/ANNOUNCE b/ANNOUNCE
index 92193afa5..e4cb8b194 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -58,7 +58,7 @@ release shipped with three automated unit tests; this one 
ships with
 over 160 unit and regression tests.
 
 As of this writing, per the GNU Savannah bug tracker, the groff project
-has resolved 414 problems as fixed for the 1.23.0 release.  Some of the
+has resolved 415 problems as fixed for the 1.23.0 release.  Some of the
 bugs we've corrected were over 30 years old.
 
 Classifying these issues by type and the component of the project to
@@ -66,9 +66,9 @@ which they apply, we find the following.
 
   Type                              Component
   ----                              ---------
-  Build/installation           38   Core                           95
+  Build/installation           38   Core                           96
   Crash/unresponsive           11   Driver: grohtml                 7
-  Documentation               100   Driver: gropdf                  9
+  Documentation               101   Driver: gropdf                  9
   Feature change               40   Driver: grops                   2
   Incorrect behavior          129   Driver: grotty                  4
   Lint                         15   Driver: others/general          8
diff --git a/ChangeLog b/ChangeLog
index d1dbe2895..6eec5b754 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-02-12  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/groff.texi (Manipulating Filling and Adjustment): Say more
+       about the consequences of a break.
+
+       Fixes <https://savannah.gnu.org/bugs/?63777>.  Thanks to Dave
+       Kemper for the report.
+
 2023-02-12  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [docs]: Re-re-christen 'ESCAPE_AMPERSAND' ('\&').  Now call it a
diff --git a/doc/groff.texi b/doc/groff.texi
index 59e9a972c..949679e35 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -7882,14 +7882,15 @@ Indicator of output device selection (Boolean-valued); 
see
 @cindex @code{sp} request, causing implicit break
 @cindex @code{ti} request, causing implicit break
 @cindex @code{trf} request, causing implicit break
-A break interrupts filling.  Various ways of causing breaks were shown
-in @ref{Breaking}.  The @code{br} request likewise causes a break.
-A break is implied by several other requests:@: @code{bp}, @code{ce},
-@code{cf}, @code{fi}, @code{fl}, @code{in}, @code{nf}, @code{rj},
-@code{sp}, @code{ti}, and @code{trf}.  If the no-break control character
-is used with any of these requests, GNU @code{troff} suppresses the
-break; instead the requested operation takes effect at the next break.
-@samp{'br} does nothing.
+A break updates the drawing position per the page offset, indentation,
+vertical spacing, and page length, interrupting filling.  Various ways
+of causing breaks were shown in @ref{Breaking}.  The @code{br} request
+likewise causes a break.  A break is implied by several other
+requests:@: @code{bp}, @code{ce}, @code{cf}, @code{fi}, @code{fl},
+@code{in}, @code{nf}, @code{rj}, @code{sp}, @code{ti}, and @code{trf}.
+If the no-break control character is used with any of these requests,
+GNU @code{troff} suppresses the break; instead the requested operation
+takes effect at the next break.  @samp{'br} does nothing.
 
 @Example
 .ll 55n



reply via email to

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