groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/39: groff(1): Fix rendering glitch and correctness.


From: G. Branden Robinson
Subject: [groff] 03/39: groff(1): Fix rendering glitch and correctness.
Date: Tue, 31 May 2022 20:32:17 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 3cc9f44ed01a28557fc38a2673de62b0dc1c6c60
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat May 28 13:36:34 2022 -0500

    groff(1): Fix rendering glitch and correctness.
    
    * src/roff/groff/groff.1.man (Options) <-l>: Handle case where no
      default print spooler is configured, and report formatter behavior
      correctly if it isn't.
    
    Fixes <https://savannah.gnu.org/bugs/?62535>.  Thanks to Bjarni Ingi
    Gislason for the report.
---
 ChangeLog                  | 9 +++++++++
 src/roff/groff/groff.1.man | 5 +++++
 2 files changed, 14 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 4535c4a1..353ea37f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-05-28  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * src/roff/groff/groff.1.man (Options) <-l>: Handle case where
+       no default print spooler is configured, and report formatter
+       behavior correctly if it isn't.
+
+       Fixes <https://savannah.gnu.org/bugs/?62535>.  Thanks to Bjarni
+       Ingi Gislason for the report.
+
 2022-05-28  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * Makefile.am (.man): Process '@PSPRINT@' substitutions with
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 8d88c0a4..eaf41181 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -266,8 +266,13 @@ see
 .MR groff_font @MAN5EXT@ .
 .
 If no such directive is present for the output device,
+.ie '@PSPRINT@'' \{\
+this option is ignored.
+.\}
+.el \{\
 output is piped to
 .MR @PSPRINT@ 1 .
+.\}
 .
 See options
 .B \-L



reply via email to

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