From owner-cvs-all Thu Feb 25 19:40:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CFB414EA8; Thu, 25 Feb 1999 19:40:25 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA60258; Thu, 25 Feb 1999 19:40:09 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Thu, 25 Feb 1999 19:40:09 -0800 (PST) From: Message-Id: <199902260340.TAA60258@freefall.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Garrett Wollman Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/rm rm.c In-Reply-To: Your message of "Thu, 25 Feb 1999 21:15:35 EST." <199902260215.VAA26573@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Don't emit usage() message when no arguments given to -f. This > > appears to be consistent with other Unixen, like Solaris. > > It is also wrong, by my reading of POSIX.1. POSIX 1003.2-1992, section 4.53.3 says: ``The following options SHALL be supported by the implementation: -f Do not prompt for confirmation. Do not write diagnostic messages or modify the exit status in the case of non-existent operands. Any previous occurrences of the -i option shall be ignored. ... '' The code seems correct now ... Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message