$NetBSD: patch-ae,v 1.3 1999/04/03 00:51:31 tron Exp $ --- tools/cpmanpages.tcl.orig Sat Apr 3 02:34:22 1999 +++ tools/cpmanpages.tcl Sat Apr 3 02:41:01 1999 @@ -207,9 +207,9 @@ set targetFile $targetDir/$manName.$extension file delete $targetFile $targetFile.gz if $gzip { - set cmd "link $firstFilePath.gz $targetFile.gz" + set cmd "link -sym $firstFilePath.gz $targetFile.gz" } else { - set cmd "link $firstFilePath $targetFile" + set cmd "link -sym $firstFilePath $targetFile" } if {[catch { eval $cmd