From owner-freebsd-bugs Tue Aug 24 17:11:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id A3666152DE for ; Tue, 24 Aug 1999 17:11:22 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp18415.on.bellglobal.com (ppp18335.on.bellglobal.com [206.172.130.15]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id UAA02219; Tue, 24 Aug 1999 20:12:27 -0400 (EDT) Received: (from tim@localhost) by ppp18415.on.bellglobal.com (8.9.3/8.9.1) id UAA10198; Tue, 24 Aug 1999 20:09:43 -0400 (EDT) (envelope-from tim) Date: Tue, 24 Aug 1999 20:09:42 -0400 From: Tim Vanderhoek To: Thomas Gellekum Cc: chris@calldei.com, Sheldon Hearn , Chris Piazza , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13274: /bin/sh 'read' command does not work correctly Message-ID: <19990824200942.F8869@ppp18415.on.bellglobal.com> References: <67252.935481572@axl.noc.iafrica.com> <19990824092120.H90868@holly.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Thomas Gellekum on Tue, Aug 24, 1999 at 04:33:34PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Aug 24, 1999 at 04:33:34PM +0200, Thomas Gellekum wrote: > > char c; > - int eflag; > + char rflag; An int is faster. > print the old name for the directory. > -.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] variable ... > +.It Li "read [ -p prompt ] [ -t timeout ] [ -e ] [ -r] variable ... I think that should be read [-er] [-p prompt] [-t timeout] variable ... Appropriately marked-up, of course. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message