From 86e8991db4745c21d383d5ff018ce82c0c3fd725 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 22 Aug 2023 19:50:20 -0700 Subject: 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. --- genman.txr | 2 -- 1 file changed, 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)))) -- cgit v1.2.3