gbranden pushed a commit to branch master
in repository groff.

commit 48ffe1b639e1465cc641945b662894cc02f64b71
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jan 29 03:14:46 2026 -0600

    gro{dvi,lj4,pdf,ps}(1): Suppress screeching.
    
    * src/devices/grodvi/grodvi.1.man (FT):
    * src/devices/grolj4/grolj4.1.man (FT):
    * src/devices/gropdf/gropdf.1.man (FT):
    * src/devices/grops/grops.1.man (FT): Suppress screeching ("-w font")
      from formatter if a font used for illustrating the typeface repertoire
      is unavailable.  Using a text typeface to depict its own name is
      typographical gravy.
---
 ChangeLog                       | 10 ++++++++++
 src/devices/grodvi/grodvi.1.man |  1 +
 src/devices/grolj4/grolj4.1.man |  1 +
 src/devices/gropdf/gropdf.1.man |  1 +
 src/devices/grops/grops.1.man   |  1 +
 5 files changed, 14 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 55163224d..f6d1ee9ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2026-01-29  G. Branden Robinson <[email protected]>
+
+       * src/devices/grodvi/grodvi.1.man (FT):
+       * src/devices/grolj4/grolj4.1.man (FT):
+       * src/devices/gropdf/gropdf.1.man (FT):
+       * src/devices/grops/grops.1.man (FT): Suppress screeching ("-w
+       font") from formatter if a font used for illustrating the
+       typeface repertoire is unavailable.  Using a text typeface to
+       depict its own name is typographical gravy.
+
 2026-01-29  G. Branden Robinson <[email protected]>
 
        * font/devpdf/util/BuildFoundries.pl (LoadFoundry): Tweak
diff --git a/src/devices/grodvi/grodvi.1.man b/src/devices/grodvi/grodvi.1.man
index a088282ec..6cd4d49d7 100644
--- a/src/devices/grodvi/grodvi.1.man
+++ b/src/devices/grodvi/grodvi.1.man
@@ -55,6 +55,7 @@ output driver for TeX DVI format
 .\" repertoire for the devices where it has any effect at all, and so
 .\" should be retained.
 .de FT
+.  if \\n[.$] .if !F \\$1 .ftr \\$1 R
 .  if '\\*(.T'dvi' .ft \\$1
 ..
 .
diff --git a/src/devices/grolj4/grolj4.1.man b/src/devices/grolj4/grolj4.1.man
index fca9bb800..9aec92169 100644
--- a/src/devices/grolj4/grolj4.1.man
+++ b/src/devices/grolj4/grolj4.1.man
@@ -51,6 +51,7 @@ output driver for HP LaserJet 4 and compatible printers
 .\" repertoire for the devices where it has any effect at all, and so
 .\" should be retained.
 .de FT
+.  if \\n[.$] .if !F \\$1 .ftr \\$1 R
 .  if '\\*(.T'lj4' .ft \\$1
 ..
 .
diff --git a/src/devices/gropdf/gropdf.1.man b/src/devices/gropdf/gropdf.1.man
index 5ae4904e9..843951a20 100644
--- a/src/devices/gropdf/gropdf.1.man
+++ b/src/devices/gropdf/gropdf.1.man
@@ -52,6 +52,7 @@ output driver for Portable Document Format
 .\" repertoire for the devices where it has any effect at all, and so
 .\" should be retained.
 .de FT
+.  if \\n[.$] .if !F \\$1 .ftr \\$1 R
 .  if '\\*(.T'ps' .ft \\$1
 .  if '\\*(.T'pdf' .ft \\$1
 ..
diff --git a/src/devices/grops/grops.1.man b/src/devices/grops/grops.1.man
index 8671cbbd8..397c6d783 100644
--- a/src/devices/grops/grops.1.man
+++ b/src/devices/grops/grops.1.man
@@ -53,6 +53,7 @@ output driver for PostScript
 .\" repertoire for the devices where it has any effect at all, and so
 .\" should be retained.
 .de FT
+.  if \\n[.$] .if !F \\$1 .ftr \\$1 R
 .  if '\\*(.T'ps' .ft \\$1
 .  if '\\*(.T'pdf' .ft \\$1
 ..

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to