Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 00:24:12 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        freebsd-hackers <freebsd-hackers@freebsd.org>
Subject:   Re: mdoc(7) question
Message-ID:  <20030210222412.GA33990@gothmog.gr>
In-Reply-To: <20030210173051.GF393@freepuppy.bellavista.cz>
References:  <20030210173051.GF393@freepuppy.bellavista.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-02-10 18:30, Roman Neuhauser <neuhauser@bellavista.cz> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030210222412.GA33990>