From owner-freebsd-hackers Tue Oct 22 14:37:51 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA06276 for hackers-outgoing; Tue, 22 Oct 1996 14:37:51 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA06271 for ; Tue, 22 Oct 1996 14:37:48 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <16682(1)>; Tue, 22 Oct 1996 14:37:06 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177529>; Tue, 22 Oct 1996 14:36:23 -0700 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: freebsd-hackers@freebsd.org (FreeBSD hackers), kuku@gilberto.physik.rwth-aachen.de (Christoph Kukulies) Subject: Re: getopt(1) man page woodoo In-reply-to: Your message of "Tue, 22 Oct 96 11:24:53 PDT." <199610221824.UAA18381@uriah.heep.sax.de> Date: Tue, 22 Oct 1996 14:36:16 PDT From: Bill Fenner Message-Id: <96Oct22.143623pdt.177529@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I should have looked at the man page before I replied; the rest of the page is in andoc form which is why .B doesn't work. Try .Fl - for the --'s, and just .Fl for the -. Bill