=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.334 retrieving revision 1.335 diff -u -p -r1.334 -r1.335 --- mandoc/TODO 2023/11/24 05:02:18 1.334 +++ mandoc/TODO 2024/09/21 12:08:54 1.335 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.334 2023/11/24 05:02:18 schwarze Exp $ +* $Id: TODO,v 1.335 2024/09/21 12:08:54 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -582,7 +582,17 @@ are mere guesses, and some may be wrong. Steffen Nurpmeso Sat, 08 Nov 2014 13:34:59 +0100 loc * exist ** algo ** size * imp ** -- In .Bl -enum -width 0n, groff continues one the same line after +- Multiple issues with .In below SYNOPSIS; groff behaviour is: + text line + .In -> no line break before #include + called .In -> no line break before angle bracket + .In + .In -> second one gets #include, too + two arguments -> line break before second + child macro -> line break before child + .In + text line -> line break before the text line + Evan Silberman Fri, 20 Sep 2024 16:48:19 -0700 + loc ** exist ** algo * size * imp * + +- In .Bl -enum -width 0n, groff continues on the same line after the number, mandoc breaks the line. mail to kristaps@ Mon, 20 Jul 2009 02:21:39 +0200 loc * exist ** algo ** size * imp **