From owner-cvs-all Sun Jan 27 15:26:41 2002 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 4E55D37B400; Sun, 27 Jan 2002 15:26:34 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g0RNN8k97975; Sun, 27 Jan 2002 18:23:08 -0500 (EST) (envelope-from mike) Date: Sun, 27 Jan 2002 18:23:08 -0500 From: Mike Barcroft To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uuencode uuencode.1 src/usr.bin/uudecode uudecode.c Message-ID: <20020127182308.D10222@espresso.q9media.com> References: <200201271821.g0RILN284192@freefall.freebsd.org> <200201272309.g0RN9R599282@green.bikeshed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200201272309.g0RN9R599282@green.bikeshed.org>; from green@FreeBSD.org on Sun, Jan 27, 2002 at 06:09:27PM -0500 Organization: The FreeBSD Project 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 Brian F. Feldman writes: > Mike Barcroft wrote: > > mike 2002/01/27 10:21:23 PST > > > > Modified files: > > usr.bin/uuencode uuencode.1 > > usr.bin/uudecode uudecode.c > > Log: > > Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p option > > (which allows one to redirect output to stdout); `-o /dev/stdout' is > > recommended instead. > > > > Submitted by: Joseph Mallett > > MFC after: 2 weeks > > How about `-o -'? "In early drafts, the [-o outfile] option-argument allowed the use of - to mean standard output. The symbol - has only been used previously in IEEE Std 1003.1-2001 as a standard input indicator. The developers of the standard did not wish to overload the meaning of - in this manner. The /dev/stdout concept exists on most modern systems. The /dev/stdout syntax does not refer to a new special file. It is just a magic cookie to specify standard output." --POSIX.1-2001 Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message