From d549a3e085f3da5351670c0be0397467fa1394e7 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 12 Apr 2011 23:54:12 +0000 Subject: empty .SS is ok --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) 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 + on ports@ Tue, 12 Apr 2011 15:39:26 -0300 + ************************************************************************ * performance issues ************************************************************************ -- cgit