gbranden pushed a commit to branch master
in repository groff.
commit 8b131d84131eda7eb210f749d04a75543fd8c96a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Dec 12 11:01:20 2022 -0600
[andoc]: Unplant `doc-break-body-text` trap.
* tmac/andoc.tmac (reload-man): Unplant `doc-break-body-text` trap,
added in commit 892703b17e, 6 September. Its survival into man(7)
pages didn't seem to cause any problems but I have no confidence that
will remain true forever.
---
ChangeLog | 7 +++++++
tmac/andoc.tmac | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 13f812608..4b2c770d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-12 G. Branden Robinson <[email protected]>
+
+ * tmac/andoc.tmac (reload-man): Unplant `doc-break-body-text`
+ trap, added in commit 892703b17e, 6 September. Its survival
+ into man(7) pages didn't seem to cause any problems but I have
+ no confidence that will remain true forever.
+
2022-12-12 G. Branden Robinson <[email protected]>
* tmac/an.tmac (initialization): Fix problem with `FT` register
diff --git a/tmac/andoc.tmac b/tmac/andoc.tmac
index 8a3d61dc5..2778a29b3 100644
--- a/tmac/andoc.tmac
+++ b/tmac/andoc.tmac
@@ -77,7 +77,8 @@
. do if d doc-end-macro \
. do doc-end-macro
.
-. \" Remove traps planted by mdoc/doc-{n,dit}roff.
+. \" Remove traps planted by mdoc/doc-{common,{n,dit}roff}.
+. do ch doc-break-body-text
. do ch doc-header
. do ch doc-footer
.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit