summaryrefslogtreecommitdiff
path: root/bin/ksh/NOTES
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-02-26 03:53:36 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-02-26 03:53:36 +0000
commitb8adc92a35eae036c3465c472f327c58ac3798ae (patch)
treeacd099bde133437d49a0eb22edb9560d7685eb51 /bin/ksh/NOTES
parentc30cea5c407d0cac527041e25ec47bf53f1374e2 (diff)
remove double word stuttering
ok henning@
Diffstat (limited to 'bin/ksh/NOTES')
-rw-r--r--bin/ksh/NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/NOTES b/bin/ksh/NOTES
index 9db5173cfd7..49fc4b2f15b 100644
--- a/bin/ksh/NOTES
+++ b/bin/ksh/NOTES
@@ -1,4 +1,4 @@
-$OpenBSD: NOTES,v 1.7 1999/06/15 01:18:33 millert Exp $
+$OpenBSD: NOTES,v 1.8 2003/02/26 03:53:35 david Exp $
General features of at&t ksh88 that are not (yet) in pdksh:
- exported aliases and functions (not in ksh93).
@@ -9,7 +9,7 @@ General features of at&t ksh88 that are not (yet) in pdksh:
- doesn't have posix file globbing (eg, [[:alpha:]], etc.).
- use of an `agent' to execute unreadable/setuid/setgid shell scripts
(don't ask).
- - read/select aren't hooked in to the the command line editor
+ - read/select aren't hooked in to the command line editor
- the last command of a pipeline is not run in the parent shell
Known bugs (see also BUG-REPORTS and PROJECTS files):