summaryrefslogtreecommitdiff
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
parente559e06f550eb2d3bacb277d58b1e3004ced232c (diff)
documentation tweaks.
-rw-r--r--bin/ksh/BUG-REPORTS4
-rw-r--r--bin/ksh/ChangeLog4
-rw-r--r--usr.sbin/faithd/README4
3 files changed, 6 insertions, 6 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)
diff --git a/usr.sbin/faithd/README b/usr.sbin/faithd/README
index 8db2b04ee7a..a51f0e64b07 100644
--- a/usr.sbin/faithd/README
+++ b/usr.sbin/faithd/README
@@ -1,7 +1,7 @@
Configuring FAITH IPv6-to-IPv4 TCP relay
Kazu Yamamoto and Jun-ichiro itojun Hagino
-$OpenBSD: README,v 1.10 2004/02/25 09:51:32 jmc Exp $
+$OpenBSD: README,v 1.11 2008/05/08 16:51:30 sobrado Exp $
$KAME: README,v 1.9 2002/05/09 14:10:06 itojun Exp $
@@ -95,7 +95,7 @@ There are two ways to translate IPv4 address to IPv6 address:
(5.a) Install "newbie" and set up FAITH mode. See kit/ports/newbie.
(5.b) Add an entry into /etc/hosts so that you can resolve hostname into
-faked IPv6 addrss. For example, add the following line for www.netbsd.org:
+faked IPv6 address. For example, add the following line for www.netbsd.org:
3ffe:0501:ffff:0000::140.160.140.252 www.netbsd.org