diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-04-12 23:54:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-04-12 23:54:12 +0000 |
commit | d549a3e085f3da5351670c0be0397467fa1394e7 (patch) | |
tree | e3e60fb426ac79d6e22aaad423269ecec151a3ed /TODO | |
parent | 7c8eae67dee599e46dea26124019169105fa75e1 (diff) | |
download | mandoc-d549a3e085f3da5351670c0be0397467fa1394e7.tar.gz |
empty .SS is ok
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ************************************************************************ |