tdregs from unix - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 132fddd31c2e8b83ab3f0aa63ee2b1bcdd7bb624
parent 10f14b04f31487f02f9fa7ac8d7d633683edaa65
Author: rsc 
Date:   Sun, 16 Jan 2005 21:29:17 +0000

dregs from unix

Diffstat:
  M dist/fixurls                        |       3 ---

1 file changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/dist/fixurls b/dist/fixurls
t@@ -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;