Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 1999 20:09:42 -0400
From:      Tim Vanderhoek <vanderh@ecf.utoronto.ca>
To:        Thomas Gellekum <tg@ihf.rwth-aachen.de>
Cc:        chris@calldei.com, Sheldon Hearn <sheldonh@uunet.co.za>, Chris Piazza <cpiazza@home.net>, freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/13274: /bin/sh 'read' command does not work correctly
Message-ID:  <19990824200942.F8869@ppp18415.on.bellglobal.com>
In-Reply-To: <kqogfxz1s1.fsf@zabagek.ihf.rwth-aachen.de>; from Thomas Gellekum on Tue, Aug 24, 1999 at 04:33:34PM %2B0200
References:  <67252.935481572@axl.noc.iafrica.com> <kqzozhzjnn.fsf@zabagek.ihf.rwth-aachen.de> <19990824092120.H90868@holly.dyndns.org> <kqogfxz1s1.fsf@zabagek.ihf.rwth-aachen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990824200942.F8869>