diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-06-15 01:18:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-06-15 01:18:37 +0000 |
commit | b6f2d26d5b213fdd95fe8f3a8aaa9c02e181070c (patch) | |
tree | 3940e971a5fd11eb5754339ba24122db7dcdece3 /bin/ksh/ksh.1tbl | |
parent | ed796a820653ef1e6c63e0bae7a6f19bbff18fbb (diff) |
patches from pdksh 5.2.13.11
Diffstat (limited to 'bin/ksh/ksh.1tbl')
-rw-r--r-- | bin/ksh/ksh.1tbl | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 87858d03d22..c56f42d0240 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.20 1999/06/14 03:13:58 pjanzen Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.21 1999/06/15 01:18:34 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1335,7 +1335,7 @@ and below. .It Ev LINENO The line number of the function or shell script that is currently being -executed. Not yet implemented. +executed. .It Ev LINES Set to the number of lines on the terminal or window. Not yet implemented. .It Ev MAIL @@ -4702,6 +4702,13 @@ and a copy of your script). New version of .Nm pdksh can be obtained from ftp://ftp.cs.mun.ca/pub/pdksh. +.Pp +BTW, the most frequently reported bug is: +.Bd -literal -offset indent +echo hi | read a; echo $a\ \ \ # Does not print hi +.Ed +.Pp +I'm aware of this and there is no need to report it. .Sh AUTHORS This shell is based on the public domain 7th edition Bourne shell clone by Charles Forsyth and parts of the BRL shell by Doug A. Gwyn, Doug Kingston, |