summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-08-22 19:50:20 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-08-22 19:50:20 -0700
commit4328e83e0acc9f6a4b8bf518c237434435909305 (patch)
treea71f07f00faced87ab8a3a3d17e48f6e827617b2
parent5c54168155c5f65992add0c09581b97e7f8f1fa3 (diff)
downloadtxr-4328e83e0acc9f6a4b8bf518c237434435909305.tar.gz
txr-4328e83e0acc9f6a4b8bf518c237434435909305.tar.bz2
txr-4328e83e0acc9f6a4b8bf518c237434435909305.zip
genman: remove special handling of "NAME".
* genman.txr: remove the manual insertion of the mapping of the "lbAB" tag to the new hash for "NAME", the first section of the man page. This is an outdated dud that does nothing. The tag is being properly processed without this hack and the new hash-title function will assign it to a different hash.
-rw-r--r--genman.txr2
1 files changed, 0 insertions, 2 deletions
diff --git a/genman.txr b/genman.txr
index b41399b5..c5e1a797 100644
--- a/genman.txr
+++ b/genman.txr
@@ -41,8 +41,6 @@
(defun toc-tag (sec)
`TOC-@sec`)
- (set [tagmap "lbAB"] (hash-title "NAME"))
-
(defun process-ambiguities (hash)
(dohash (sym tags hash)
(let ((shash (fmt "S-~,08X" (crc32 sym))))