plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 132fddd31c2e8b83ab3f0aa63ee2b1bcdd7bb624
parent 10f14b04f31487f02f9fa7ac8d7d633683edaa65
Author: rsc <devnull@localhost>
Date:   Sun, 16 Jan 2005 21:29:17 +0000

dregs from unix

Diffstat:
Mdist/fixurls | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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)!<a href="\1">\1</a>!g; - open(OUT, ">$ARGV[$i]") || die "open $ARGV[$i]: $!"; print OUT $text; close OUT;