From 132fddd31c2e8b83ab3f0aa63ee2b1bcdd7bb624 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 16 Jan 2005 21:29:17 +0000 Subject: dregs from unix --- dist/fixurls | 3 --- 1 file changed, 3 deletions(-) (limited to 'dist') diff --git a/dist/fixurls b/dist/fixurls index c9beba82..cb8b9b64 100755 --- a/dist/fixurls +++ b/dist/fixurls @@ -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)!\1!g; - open(OUT, ">$ARGV[$i]") || die "open $ARGV[$i]: $!"; print OUT $text; close OUT; -- cgit v1.2.3