summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-03-01 19:36:15 +0000
committerCharles.Forsyth <devnull@localhost>2007-03-01 19:36:15 +0000
commit718b68e251f9e16541c4e55abe859e471f8dc1cf (patch)
tree1c5492c8241e8e92de47778b0f9f163246605a8d
parent58b1868021d107be430e836358a876477777b77d (diff)
20070301a
-rw-r--r--CHANGES1
-rw-r--r--include/version.h2
-rw-r--r--man/1/sh-std12
3 files changed, 2 insertions, 13 deletions
diff --git a/CHANGES b/CHANGES
index b6cce514..1c9c1159 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
20070228
make array bounds checking the default for on-the-fly compilers (emu/port/main.c)
+ improve wording in security-ssl(2) and ssl(3)
20070227
/include/fcall.h: ensure unsigned promotion to counter ansi sign-extending rules for GBIT64
/libmemdraw/draw.c: copy fix to memfillcolor
diff --git a/include/version.h b/include/version.h
index 7b71e4c5..eb0148cb 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20070228)"
+#define VERSION "Fourth Edition (20070301)"
diff --git a/man/1/sh-std b/man/1/sh-std
index 87ed676b..7a07399f 100644
--- a/man/1/sh-std
+++ b/man/1/sh-std
@@ -536,15 +536,3 @@ Mount point for named pipes.
.IR sh (1),
.IR sh-expr (1),
.IR sh-tk (1)
-.SH BUGS
-As the shell does not know about functions,
-the
-.B whatis
-command cannot return information about
-their value. Use
-.BI "whatis fn-" name
-to find out the current definition of a function,
-or
-.BI "whatis sfn-" name
-to find out the current definition of a substitution function.
-