diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-06-24 12:09:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-06-24 12:09:29 +0000 |
commit | ae76ca907e2f482b3caecd8dc22eca387eb2edde (patch) | |
tree | 4cd626a3ab8e107a72c7e994fac83d1a0e477ccd | |
parent | 992351efb7c048f2feace7e85c00a1735739edcf (diff) | |
download | mandoc-ae76ca907e2f482b3caecd8dc22eca387eb2edde.tar.gz |
more details about ASCII control characters
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ---------------------------------------------- |