Hello, at http://www.gnu.org/software/groff/manual/html_node/Drawing-Requests.html it is documented, that the output position of text following a \L request is the end of the line. If there is the code
This is a \L'3v'test. Second line. then "Second line." is expectedly drawn after "test.". But if that is processed in nofill mode "Second line." is draw at the beginning of the line! Should this be expected? Carsten