groff-commit
[Top][All Lists]
Advanced

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

[groff] 16/48: pic(1), tbl(1): Parallelize wording with eqn(1).


From: G. Branden Robinson
Subject: [groff] 16/48: pic(1), tbl(1): Parallelize wording with eqn(1).
Date: Fri, 31 Mar 2023 08:33:08 -0400 (EDT)

gbranden pushed a commit to branch branden-2023-03-31
in repository groff.

commit da14c1495742f5ee2e9f92b9c85c4dbb7b2b8403
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Mar 27 08:26:45 2023 -0500

    pic(1), tbl(1): Parallelize wording with eqn(1).
    
    This tightens pic(1)'s claim regarding what can accept its output; it no
    longer implies that any troff can interpret it.  The output does seem to
    largely avoid groff-specific syntax or extensions, apart from stroke and
    fill color selection.  It's not clear to me if that defeats the
    processing of GNU pic output by, say, DWB or Plan 9 troff, so until we
    know, make the narrower claim.
---
 src/preproc/pic/pic.1.man | 6 +++---
 src/preproc/tbl/tbl.1.man | 7 +++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index b422b3e76..8c9a62665 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -107,11 +107,11 @@ document formatting system.
 .I @g@pic
 is a
 .MR @g@troff @MAN1EXT@
-preprocessor that compiles descriptions of diagrammatic pictures
+preprocessor that translates descriptions of diagrammatic pictures
 embedded in
-.I troff \" generic
+.MR roff @MAN7EXT@
 or \*[tx] input files into the language understood by \*[tx] or
-.IR troff . \" generic
+.IR @g@troff .
 .
 It copies the contents of each
 .I file
diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index c0d7f5220..e13aef97b 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -84,10 +84,9 @@ document formatting system.
 .I @g@tbl
 is a
 .MR @g@troff @MAN1EXT@
-preprocessor that translates descriptions of tables embedded in its
-input into the language,
-.MR groff @MAN7EXT@ ,
-understood by
+preprocessor that translates descriptions of tables embedded in
+.MR roff @MAN7EXT@
+input files into the language understood by
 .IR @g@troff .
 .
 It copies the contents of each



reply via email to

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