In the last episode (Feb 11), Roman Neuhauser said:
> Thanks guys. Is there a clean way to make sure that the
> description will always begin on the line below the tag line?
> IOW, with .Bl -tag, if the actual tag width is less than that of
> -width's argument, these two items will fold, and description
> will begin on the tag line. That's not what I want.
.br ( line break, just like html's <br/> ) should work:
.Bl -tag -width indent
.It Fl H
.br
Print a brief help message.
.El
--
Dan Nelson
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message