gbranden pushed a commit to branch master
in repository groff.

commit 085cb45789943b8c1056e31b0657c5a1abf78889
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Mon Jun 2 02:38:25 2025 -0500

    groff(7): Fix content and style nits.
    
    Content:
    * Clarify that we mean TeX's "DVI"; there is another.
    
    Style:
    * Fix goofy grammar.
    
    Markup:
    * Add page-local string for TeX logo, the same as we use in eqn(1),
      grodvi(1), pic(1), soelim(1), tfmtodit(1), groff_diff(7), and
      "pic.ms".
---
 man/groff.7.man | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index a569e1205..0141d0677 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -45,6 +45,15 @@ language reference
 .
 .
 .\" ====================================================================
+.\" Local definitions
+.\" ====================================================================
+.
+.\" define a string tx for the TeX logo
+.ie t .ds tx T\h'-.1667m'\v'.224m'E\v'-.224m'\h'-.125m'X
+.el   .ds tx TeX
+.
+.
+.\" ====================================================================
 .\" Setup
 .\" ====================================================================
 .
@@ -282,7 +291,7 @@ you can browse it interactively with \[lq]info groff\[rq].
 Additional formats,
 including plain text,
 HTML,
-DVI,
+\*(tx DVI,
 and PDF,
 may be available in
 .IR @DOCDIR@ .
@@ -317,7 +326,7 @@ a program that reads device and font descriptions
 interprets the
 .I groff
 language expressed in input text,
-translating it to a device-independent page description language
+and translates it into a device-independent page description language
 (\c
 .MR groff_out @MAN5EXT@ )
 that is usually then post-processed by an output driver to produce
@@ -9129,6 +9138,9 @@ presents a detailed history of
 systems and summarizes concepts common to them.
 .
 .
+.\" Clean up.
+.rm tx
+.
 .\" Restore compatibility mode (for, e.g., Solaris 10/11).
 .cp \n[*groff_groff_7_man_C]
 .do rr *groff_groff_7_man_C

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to