dregs from unix

This commit is contained in:
rsc 2005-01-16 21:29:17 +00:00
parent 10f14b04f3
commit 132fddd31c

3
dist/fixurls vendored
View file

@ -23,9 +23,6 @@ for($i=0; $i<@ARGV; $i++){
noref($1, $2);
}
$text =~ s!../man(.)/([^.]*)\.html!$2$1.html!g;
$text =~ s!(http://swtch.com/plan9port/unix)!<a href="\1">\1</a>!g;
open(OUT, ">$ARGV[$i]") || die "open $ARGV[$i]: $!";
print OUT $text;
close OUT;