summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-12-15 23:56:42 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-12-15 23:56:42 +0000
commitd811213134b49a83e1f9097dd5774cd3bfe43d86 (patch)
treee6a0ab26ae838805b4ac2630f402b10512026ba5 /TODO
parentd04190b8d7eafcfaf5acd72959c929b04dc335e2 (diff)
downloadmandoc-d811213134b49a83e1f9097dd5774cd3bfe43d86.tar.gz
In quoted macro arguments, double quotes can be quoted by doubling them.
For a long time, we handle this in roff(7) and man(7) macros. Now add correct handling for the mdoc(7) case, too. Closely based on a patch by Tsugutomo dot ENAMI at jp dot sony dot com, see http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=48438 received via Thomas Klausner (wiz@), slightly tweaked by me.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index e4e224d2..d4aff2c0 100644
--- a/TODO
+++ b/TODO
@@ -203,11 +203,6 @@ None known.
- a column list with blank `Ta' cells triggers a spurrious
start-with-whitespace printing of a newline
-- double quotes inside double quotes are escaped by doubling them
- implement this in mdoc(7), too
- so far, we only have it in roff(7) and man(7)
- reminded by millert@ Thu, 09 Dec 2010 17:29:52 -0500
-
- In .Bl -column,
.It Em Authentication<tab>Key Length
ought to render "Key Length" with emphasis, too,