Hi, Carsten wrote: > But if that is processed in nofill mode "Second line." is draw at the > beginning of the line! Should this be expected?
I think this shows the issue. $ nroff .pl 5 This is a \L'3v'test. Second line. ^D This is a │ │ │test. Second line. $ nroff .nf .pl 5 This is a \L'3v'test. Second line. ^D This is a Second line. │ │test. $ Cheers, Ralph.