summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rwxr-xr-xdis/lookman1
-rwxr-xr-xdis/man2
-rw-r--r--include/version.h2
4 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 879b1baa..9323d2a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
20070901
add andrey's changes to emu/MacOSX/win.c (used by emu/MacOSX/mkfile-a)
+ add saoret's changes to dis/lookman, dis/man
20070817
two old changes that weren't in the distribution...
libkeyring/rsaalg.c: previously failed to ensure the output key was the right length (really rsagen should do that)
diff --git a/dis/lookman b/dis/lookman
index edf8972b..57610bf6 100755
--- a/dis/lookman
+++ b/dis/lookman
@@ -3,6 +3,7 @@ load std
fn cmdform {
sed 's;/man/;;
+ s;(.*)/(0intro);man \1 \2 # intro(\1);
s;(.*)/(.*);man \1 \2 # \2(\1);'
}
post=cmdform
diff --git a/dis/man b/dis/man
index 1c83abc5..07bc3b90 100755
--- a/dis/man
+++ b/dis/man
@@ -97,7 +97,7 @@ for i in $fils {
wm/man -f $i
}{~ $cmd b}{
if{~ $i '/man/*/0intro'}{
- x=`{echo $i | sed 's;/man/(.*)/.*;/\1 intro;'}
+ x=`{echo $i | sed 's;/man/(.*)/.*;\1 intro;'}
}{~ $i '/man/*/*'}{
x=`{echo $i | sed 's;/man/(.*)/(.*);\1 \2;'}
}{
diff --git a/include/version.h b/include/version.h
index 08486292..d1828233 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20070831)"
+#define VERSION "Fourth Edition (20070901)"