summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-07-16 21:30:42 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-07-16 21:30:42 +0000
commit281bbbb1c13720b538920e460b3ebfe1362b5f90 (patch)
treef4ed9fbf507a91478cc4c4909d75fcf1f33310b1 /TODO
parent7260a61d39e92ac325832b9dfbb203ebc0eb2a88 (diff)
downloadmandoc-281bbbb1c13720b538920e460b3ebfe1362b5f90.tar.gz
In flush-left mode of both man(7) and mdoc(7), when an output line is broken
at the position of a literal tab, the tab indents the following line. Fixes the perl(1) SYNOPSIS; reminded by deraadt@; OpenBSD rev. 1.66.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 3a1c07e6..89525db0 100644
--- a/TODO
+++ b/TODO
@@ -169,9 +169,6 @@
so far, we only have it in roff(7) and man(7)
reminded by millert@ Thu, 09 Dec 2010 17:29:52 -0500
-- perl(1) SYNOPSIS looks bad; reported by deraadt@
- 1) man(7) seems to need SYNOPSIS .Nm blocks, too
-
- In .Bl -column,
.It Em Authentication<tab>Key Length
ought to render "Key Length" with emphasis, too,