gbranden pushed a commit to branch master
in repository groff.

commit 6e800a081f0443c293442c087e588c1c997dfbae
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Aug 7 07:48:31 2025 -0500

    doc/ms.ms.in: Add fallback text for nroff mode.
    
    ...where we'd have an eqn(1) or pic(1) example but can't render it.
    
    Also bump document date; it's been perceptibly whacked on this month.
---
 doc/ms.ms.in | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/doc/ms.ms.in b/doc/ms.ms.in
index 0ceb1bd27..2037880bb 100644
--- a/doc/ms.ms.in
+++ b/doc/ms.ms.in
@@ -43,7 +43,7 @@
 .ds FR 1
 .nr TC-MARGIN \w'00' \" expect 2-digit page numbers at most
 .ds header-title Using \f[I]groff\f[] with the \f[I]ms\f[] macros\"
-.ds date July 2025\"
+.ds date August 2025\"
 .ND \*[date]
 .ds CH \" empty
 .ie t \{\
@@ -2717,9 +2717,15 @@ string to base the equation label on the current heading 
number,
 giving us more flexibility to reorganize the document.
 .
 .
+.ie t \{\
 .EQ C (\*[SN-NO-DOT]a)
 p ~ = ~ q sqrt { 1 + ~ ( x / q sup 2 ) }
 .EN
+.\}
+.el \{
+.ce
+.B "[Equation not rendered on terminal output device.]"
+.\}
 .
 .
 .PP
@@ -2740,7 +2746,7 @@ circle "output";
 .TE
 .
 .
-.if t \{\
+.ie t \{\
 .PS
 circle "input";
 arrow;
@@ -2749,6 +2755,10 @@ arrow;
 circle "output";
 .PE
 .\}
+.el \{
+.ce
+.B "[Picture not rendered on terminal output device.]"
+.\}
 .
 .
 .PP

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

Reply via email to