summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-05-08 16:51:31 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-05-08 16:51:31 +0000
commit9a10c1e111cda16d8688c42bb111f86cc9fb30d2 (patch)
treea433eed6c6500b03e3e69550ced8be08137ff353 /bin
parente559e06f550eb2d3bacb277d58b1e3004ced232c (diff)
documentation tweaks.
Diffstat (limited to 'bin')
-rw-r--r--bin/ksh/BUG-REPORTS4
-rw-r--r--bin/ksh/ChangeLog4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/BUG-REPORTS b/bin/ksh/BUG-REPORTS
index 93c45435a3e..19c879cc5b1 100644
--- a/bin/ksh/BUG-REPORTS
+++ b/bin/ksh/BUG-REPORTS
@@ -1,4 +1,4 @@
-$OpenBSD: BUG-REPORTS,v 1.17 2007/11/25 16:40:04 jmc Exp $
+$OpenBSD: BUG-REPORTS,v 1.18 2008/05/08 16:51:30 sobrado Exp $
List of reported problems (problems reported and fixed before 5.0.4 not
included). Unresolved problems (may or may not still exist) marked by *,
@@ -490,7 +490,7 @@ x pdksh 5.1.3, - (reported by Roberto Zacheo): when set -u, variable trimming
[see Mail.6:21]
[fixed in 5.2.0 - fixed varsub() to test if variable is null]
-x pdksh 5.1.3, - (reported by David Tamkin): when a fucntion is autoloaded,
+x pdksh 5.1.3, - (reported by David Tamkin): when a function is autoloaded,
ksh complains the definition file didn't define the function, even if it did.
[see Mail.6:52]
[fixed in 5.2.0 - exec.c(comexec): when checking if defined, use cp,
diff --git a/bin/ksh/ChangeLog b/bin/ksh/ChangeLog
index d700b4ae7fd..1f333086fd9 100644
--- a/bin/ksh/ChangeLog
+++ b/bin/ksh/ChangeLog
@@ -41,7 +41,7 @@ Tue May 18 11:24:12 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)
Thu May 13 17:23:17 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)
- * emacs.c(x_bound,bind_if_not_bound): new variable/fucntion.
+ * emacs.c(x_bound,bind_if_not_bound): new variable/function.
* emacs.c(x_bind): set bit in x_bound[].
* emacs.c(x_emacs_keys): call bind_if_not_bound.
@@ -527,7 +527,7 @@ Wed Oct 30 11:23:17 NST 1996 Michael Rendell (michael@panda.cs.mun.ca)
* exec.c(comexec): case CFUNC: set $0 to kshname if non-function
function.
-$OpenBSD: ChangeLog,v 1.14 2003/03/10 03:48:16 david Exp $
+$OpenBSD: ChangeLog,v 1.15 2008/05/08 16:51:30 sobrado Exp $
Tue Oct 29 11:34:58 NST 1996 Michael Rendell (michael@panda.cs.mun.ca)