mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
dregs from unix
This commit is contained in:
parent
10f14b04f3
commit
132fddd31c
1 changed files with 0 additions and 3 deletions
3
dist/fixurls
vendored
3
dist/fixurls
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue