summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-04-20 14:02:32 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-04-20 14:02:32 +0000
commit9ae5efa98d12fee60b8b08cead624275dd828742 (patch)
treea270c20a76c06ec8d2712234f5204e7c81cfe3e1
parent64c4e270653d0b6e64692ea8539ffef6c291d93c (diff)
downloadmandoc-9ae5efa98d12fee60b8b08cead624275dd828742.tar.gz
dedup issues
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index ccfd625d..957ada00 100644
--- a/TODO
+++ b/TODO
@@ -363,9 +363,11 @@ are mere guesses, and some may be wrong.
--- HTML issues --------------------------------------------------------
-- duplicate names generate duplicate href="#..." attributes
+- duplicate names generate duplicate href="#..." anchor attributes
possibly use "#..._<N>" suffixes?
Jakub Klinkovsky <j dot l dot k at gmx dot com> 3 Oct 2017 21:23:36 +0200
+ see also the thread: gre(4): Rename duplicate sections
+ up to 20 Apr 2018 15:27:33 +0200
- format ".IP *" etc. as <ul> rather than <dl>
https://github.com/Debian/debiman/issues/67
@@ -467,6 +469,9 @@ are mere guesses, and some may be wrong.
* warning issues
************************************************************************
+- warn about duplicate .Sh/.Ss heads
+ gre(4): Rename duplicate sections 20 Apr 2018 15:27:33 +0200
+
- style message about macros inside .Bd -literal and .Dl, in particular
font changing macros like .Cm, .Ar, .Fa (from the mdoclint TODO)