On Sun, Dec 06, 2015 at 12:00:36AM -0500, Michael McConville wrote:
> Thoughts? ok?
> 

It makes sense to me to document this in the manual, and not in a README
file that no-one reads, so ok from me, but please wait for jmc@'s input.

Note that this bug used to be documented in the manual, but it was first
commented out by jmc in -r1.91 (2005) and then deleted by you in -r1.167
this year.

Moreover, shouldn't this bug be mentioned in sh.1 as well?

> 
> Index: README
> ===================================================================
> RCS file: /cvs/src/bin/ksh/README,v
> retrieving revision 1.15
> diff -u -p -r1.15 README
> --- README    5 Dec 2015 19:40:45 -0000       1.15
> +++ README    6 Dec 2015 04:58:27 -0000
> @@ -15,8 +15,3 @@ Files of interest:
>       NOTES           lists of known bugs in pdksh, at&t ksh, and posix.
>       PROJECTS        list of things that need to be done in pdksh.
>       LEGAL           A file detailing legal issues concerning pdksh.
> -
> -
> -BTW, THE MOST FREQUENTLY REPORTED BUG IS
> -     echo hi | read a; echo $a       # Does not print hi
> -I'm aware of this and there is no need to report it.
> Index: ksh.1
> ===================================================================
> RCS file: /cvs/src/bin/ksh/ksh.1,v
> retrieving revision 1.171
> diff -u -p -r1.171 ksh.1
> --- ksh.1     24 Nov 2015 21:07:31 -0000      1.171
> +++ ksh.1     6 Dec 2015 04:58:29 -0000
> @@ -5628,3 +5628,9 @@ The
>  .Pa CONTRIBUTORS
>  file in the source distribution contains a more complete list of people and
>  their part in the shell's development.
> +.Sh BUGS
> +Since time immemorial, the below command has not printed
> +.Qq hi ,
> +as would be expected:
> +.Pp
> +.Dl $ echo hi | read a; echo $a
> 

Reply via email to