groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/49: [man]: Improve `TE` diagnostic.


From: G. Branden Robinson
Subject: [groff] 05/49: [man]: Improve `TE` diagnostic.
Date: Sun, 6 Nov 2022 00:37:18 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b6b9678d9c92bc1344aa8024f63d269f81f31b55
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Nov 2 01:33:48 2022 -0500

    [man]: Improve `TE` diagnostic.
    
    * tmac/an.tmac (TE): Update diagnostic to mention another failure mode:
      a man page that is simply a `so` request requires soelim(1) to be run
      if the sourced page uses tbl(1).
---
 ChangeLog    | 6 ++++++
 tmac/an.tmac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9f200652c..10d6af090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-11-02  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/an.tmac (TE): Update diagnostic to mention another
+       failure mode: a man page that is simply a `so` request requires
+       soelim(1) to be run if the sourced page uses tbl(1).
+
 2022-11-01  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * src/devices/xditview/xditview.am
diff --git a/tmac/an.tmac b/tmac/an.tmac
index 7cafe691a..3a38e1582 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -1081,7 +1081,7 @@ contains unsupported escape sequence
 .  HTML-IMAGE-END
 .  if \\n[an-is-output-html] .ll \\n[an-TS-ll]u
 .  if !r TW .if !\\n[an-was-tbl-failure-reported] \{\
-.    ds an-msg tbl preprocessor failed or was not run;\"
+.    ds an-msg tbl preprocessor failed, or it or soelim was not run;\"
 .    as an-msg " table(s) likely not rendered\"
 .    as an-msg " (TE macro called with TW register undefined)\"
 .    an-warn \\*[an-msg]



reply via email to

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