On 2003-02-10 18:30, Roman Neuhauser <[EMAIL PROTECTED]> wrote:
> Hi there,
> two quick mdoc(7) questions:
>
> I'm writing a man page for a utility I'm writing, and I want the option
> listing look like this:
>
> OPTIONS
> -h, --help
> Print a brief help message.
How about this?
Here is a list:
.Bl -tag -width indent
.It Fl h , Fl \-help
Option description here.
.It Fl p , Fl \-print
Option description here.
.El
- Giorgos
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message