From owner-freebsd-doc Mon Nov 22 10:45:10 1999 Delivered-To: freebsd-doc@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id 06CBD14F6E for ; Mon, 22 Nov 1999 10:44:41 -0800 (PST) (envelope-from hibma@skylink.it) Received: from skylink.it (va-153.skylink.it [194.185.55.153]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id TAA12588 for ; Mon, 22 Nov 1999 19:45:12 +0100 Received: from localhost (localhost [127.0.0.1]) by skylink.it (8.9.3/8.9.3) with ESMTP id SAA72801 for ; Mon, 22 Nov 1999 18:59:35 +0100 (CET) (envelope-from hibma@skylink.it) Date: Mon, 22 Nov 1999 18:59:34 +0100 (CET) From: Nick Hibma X-Sender: n_hibma@henny.jrc.it Reply-To: Nick Hibma To: FreeBSD Documentation Mailing List Subject: mdoc question. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would like to 'encode' the following in a manpage: [ -a start ] [ -e end | -s size ] but the following .Op Fl a Ar start .Op Fl e Ar end | Fl s Ar size produces [ -a start ] [ -e end | -s file ... ] Could someone give me a hint on how to produce the correct output? Cheers, Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message