tdregs from unix - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 132fddd31c2e8b83ab3f0aa63ee2b1bcdd7bb624
(DIR) parent 10f14b04f31487f02f9fa7ac8d7d633683edaa65
(HTM) Author: rsc <devnull@localhost>
Date: Sun, 16 Jan 2005 21:29:17 +0000
dregs from unix
Diffstat:
M dist/fixurls | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
(DIR) 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)!<a href="\1">\1</a>!g;
-
open(OUT, ">$ARGV[$i]") || die "open $ARGV[$i]: $!";
print OUT $text;
close OUT;