From owner-cvs-all Mon Jul 16 13:15:33 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [206.40.252.115]) by hub.freebsd.org (Postfix) with ESMTP id D905E37B401; Mon, 16 Jul 2001 13:15:26 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f6GKFBN22251; Mon, 16 Jul 2001 13:15:11 -0700 (PDT) (envelope-from obrien) Date: Mon, 16 Jul 2001 13:15:07 -0700 From: "David O'Brien" To: Sheldon Hearn Cc: Peter Pentchev , Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dump dump.8 Message-ID: <20010716131506.D21211@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010716182739.B56285@ringworld.oblivion.bg> <11101.995298095@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <11101.995298095@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Mon, Jul 16, 2001 at 05:41:35PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > That's what I asked some months ago, but then somebody pointed me at > > style(9), near the end: > > > > "usage: f [-aDde] [-b b_arg] [-m m_arg] req1 req2 [opt1 [opt2]]\n" > > "usage: f [-a | -b] [-c [-dEe] [-n number]]\n" > > > > So it seems it's more like -[0-9][AaBbCcDd...Zz], which also makes > > sense, e.g. when -D overrides/negates -d. > > I wonder whether this section of style(9) predates the CSRG sources. Nope, I added it because style(9) was abigious on the topic. vi(1), od(1) do it this way (many other man pages implicitly go along with this). ls(1), su(1), sed(1) does it a totally different way lex(1), pax(1) does it a yet another totally different way -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message