groff-commit
[Top][All Lists]
Advanced

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

[groff] 19/30: tmac/an.tmac: Revise comments.


From: G. Branden Robinson
Subject: [groff] 19/30: tmac/an.tmac: Revise comments.
Date: Sat, 12 Oct 2024 12:07:54 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 6929fcfb8d5560c12e6c8c76a4d11623f39c2f3c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Oct 11 12:07:27 2024 -0500

    tmac/an.tmac: Revise comments.
---
 tmac/an.tmac | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/tmac/an.tmac b/tmac/an.tmac
index 881c41cf7..ee9a4c12d 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -26,7 +26,7 @@
 .
 .
 .\" Put site additions in the file man.local, loaded near the end of
-.\" this file.  To add things to TH, use '.am1 TH'.
+.\" this file.  To add things to `TH`, use '.am1 TH'.
 .
 .if !\n(.g \
 .  ab groff man macros require groff extensions; aborting
@@ -240,7 +240,7 @@
 .
 .
 .\" Begin man page.
-.\" .TH topic section[ extra1[ extra2[ extra3]]]
+.\" .TH identifier section[ extra1[ extra2[ extra3]]]
 .de1 TH
 .  if ((\\n[.$] < 2) : (\\n[.$] > 5)) \
 .    an-style-warn .\\$0 expects 2 to 5 arguments, got \\n[.$]
@@ -536,6 +536,9 @@
 .  while (\\n[an*index] < \\n[an*max-index]) \{\
 .    ds an*char \\$*
 .    substring an*char \\n[an*index] \\n[an*index]
+.    \" Note: Nasty hack alert!  DEL is a useful escape character for
+.    \" this string-iterating application because it is vanishingly
+.    \" unlikely to appear in man(7) document text--see Savannah #65469.
 .    ec 
 .    \" Use a weird delimiter to reduce lexical colorizer confusion.
 .    if _*[an*char]_\\_ .nr an*string-contains-backslash 1



reply via email to

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