keithmarshall pushed a commit to branch master
in repository groff.

commit f383d977f1b2d9ed518a9a2bb49e05faeb7bea2b
Author: Keith Marshall <keith.d.marsh...@ntlworld.com>
AuthorDate: Sun Oct 24 21:25:38 2021 +0100

    [ms]: Fix misleading NH macro indentation.
    
    * tmac/s.tmac (@NH) [.T is html]: .if statement should exhibit same
    indentation as preceding .DEVTAG-NH statement, but is overindented;
    fix it.
---
 ChangeLog   | 8 ++++++++
 tmac/s.tmac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0de438e..3d3ef44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-10-24  Keith Marshall  <keith.d.marsh...@ntlworld.com>
+
+       [ms]: Fix misleading NH macro indentation.
+
+       * tmac/s.tmac (@NH) [.T is html]: .if statement should exhibit same
+       indentation as preceding .DEVTAG-NH statement, but is overindented;
+       fix it.
+
 2021-10-23  Keith Marshall  <keith.d.marsh...@ntlworld.com>
 
        [ms]: Defend against uncontrolled page trap recursion.
diff --git a/tmac/s.tmac b/tmac/s.tmac
index 735e50e..ebc5817 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -1701,7 +1701,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .nr sh*psincr (\\n[GROWPS]-\\n[nh*hl])*\\n[PSINCR]
 .SH-NO-TAG
 .DEVTAG-NH "\\$1"
-.  if '\*(.T'html' .nr s@devtag-needs-end-of-heading 1
+.if '\*(.T'html' .nr s@devtag-needs-end-of-heading 1
 \\*[SN-STYLE]
 ..
 .\" ****************************

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

Reply via email to