From owner-cvs-usrbin Sun Oct 26 23:04:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20618 for cvs-usrbin-outgoing; Sun, 26 Oct 1997 23:04:14 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20546; Sun, 26 Oct 1997 23:03:58 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id RAA26584; Mon, 27 Oct 1997 17:59:52 +1100 Date: Mon, 27 Oct 1997 17:59:52 +1100 From: Bruce Evans Message-Id: <199710270659.RAA26584@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, steve@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/find find.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified files: > usr.bin/find find.1 > Log: > Offending statement removed from STANDARDS section. From what I > can gather from the Posix spec that I have (which is very old) > all one character options are extensions to Posix. My version says that all options are extensions (things like `-type' are primaries). > PR: docs/4701 > Revision Changes Path > 1.13 +1 -14 src/usr.bin/find/find.1 This should have been about `+4 -6' to change the (wrong) list of single char options to a statement that all options are extensions. The list of nonstandard primaries should not have been removed. Bruce