diff options
| -rw-r--r-- | CHANGES | 1 | ||||
| -rw-r--r-- | include/version.h | 2 | ||||
| -rw-r--r-- | man/1/sh-std | 12 |
3 files changed, 2 insertions, 13 deletions
@@ -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. - |
