summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-04-12 23:54:12 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-04-12 23:54:12 +0000
commitd549a3e085f3da5351670c0be0397467fa1394e7 (patch)
treee3e60fb426ac79d6e22aaad423269ecec151a3ed
parent7c8eae67dee599e46dea26124019169105fa75e1 (diff)
downloadmandoc-d549a3e085f3da5351670c0be0397467fa1394e7.tar.gz
empty .SS is ok
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7bbc2b28..603a88ec 100644
--- a/TODO
+++ b/TODO
@@ -320,6 +320,13 @@
* error reporting issues
************************************************************************
+- In man(7), an empty subsection (.SS) should not be an error, probably
+ not even a warning. For example, in ExtUtils::CChecker(3p), this is
+ used in a way similar to empty .It -tag in mdoc(7), that is, explaining
+ two commands (both presented with .SS markup) in one paragraph of text.
+ Reported by Gleydson Soares <gsoares at trusted dot com dot br>
+ on ports@ Tue, 12 Apr 2011 15:39:26 -0300
+
************************************************************************
* performance issues
************************************************************************