Thoughts? ok?
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