diff --git a/CHANGES b/CHANGES index 6f8c90d0..7627fe9f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +February 14, 2005 + add source links to man pages + February 13, 2005 lib9: add readcons(1) add laddr, raddr to Netconninfo (see dial(3)) diff --git a/dist/addsrclinks b/dist/addsrclinks new file mode 100755 index 00000000..f0311aa8 --- /dev/null +++ b/dist/addsrclinks @@ -0,0 +1,24 @@ +#!/usr/bin/perl + +@_ = <>; +my $root = $ENV{'PLAN9'}; +my $html = join("", @_); +$html =~ s;$root;XXX$root;g; +while($html =~ /((.|\n)*)XXX($root\/([a-zA-Z0-9_.\/]|−)*[a-zA-Z0-9_\/])((.|\n)*)/){ + ($a, $b, $c) = ($1, $3, $5); + $b =~ s/−/-/g; + $l = $b; + while(! -e $l){ + if($l =~ /(.*\/)(.+)/){ + $l = $1; + }else{ + last; + } + } + $bb = substr($b, length($l)); + $b = $l; + $b =~ s/-/\−/g; + $bb =~ s/-/\−/g; + $html = "$a$b$bb$c"; +} +print $html; diff --git a/dist/checkman.awk b/dist/checkman.awk index 3567cc2d..781c5730 100644 --- a/dist/checkman.awk +++ b/dist/checkman.awk @@ -46,7 +46,6 @@ BEGIN { Omitman["sh(1)"] = 1 Omitman["ssh(1)"] = 1 Omitman["stty(1)"] = 1 - Omitman["tar(1)"] = 1 Omitman["tex(1)"] = 1 Omitman["unutf(1)"] = 1 Omitman["vnc(1)"] = 1 @@ -83,8 +82,6 @@ BEGIN { Omitman["sin(3)"] = 1 Omitman["strerror(3)"] = 1 - Omitman["factotum(4)"] = 1 # for now leave undocumented - Omitman["core(5)"] = 1 Omitman["passwd(5)"] = 1 diff --git a/dist/main.html b/dist/main.html index e2742a81..4372ba72 100644 --- a/dist/main.html +++ b/dist/main.html @@ -30,6 +30,8 @@ Edit ./^$/,s/
|
latest tree: plan9port.tgz
(date and checksums;
- list of recent changes;
- license)
+ list of recent changes;
+ license)
|