summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-06-24 12:09:29 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-06-24 12:09:29 +0000
commitae76ca907e2f482b3caecd8dc22eca387eb2edde (patch)
tree4cd626a3ab8e107a72c7e994fac83d1a0e477ccd
parent992351efb7c048f2feace7e85c00a1735739edcf (diff)
downloadmandoc-ae76ca907e2f482b3caecd8dc22eca387eb2edde.tar.gz
more details about ASCII control characters
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5916d07c..d0f9c5a2 100644
--- a/TODO
+++ b/TODO
@@ -95,6 +95,10 @@ are mere guesses, and some may be wrong.
need special handling because it is sometimes used for certain
delimiters, so it may need handling *after* roff.c rather than before.
reminded by John Gardner 16 Jun 2020 14:26:28 +1000
+ Actually, more ASCII control characters than just 0x07 may need
+ later handling because they can for example be used in macro names.
+ So they may need handling after roff(7) processing.
+ pointed out by John Gardner 23 Jun 2020 18:28:08 +1000
loc ** exist ** algo ** size ** imp *
--- missing mdoc features ----------------------------------------------