Detypos.
Jarkko Hietaniemi [Thu, 17 May 2001 22:00:06 +0000 (22:00 +0000)]
p4raw-id: //depot/perl@10151

installman
utils.lst

index 4a64163..dad9182 100755 (executable)
@@ -82,7 +82,7 @@ while (<UTILS>) {
     $_ = $1 if /#.*pod\s*=\s*(\S+)/;
     my ($where, $what) = m|^(.*?)/(\S+)|;
     runpod2man($where, $opts{man1dir}, $opts{man1ext}, $what);
-    if (($where, $what) = m|#.*link\s*=\s*(\S+)/(\S+)| {
+    if (($where, $what) = m|#.*link\s*=\s*(\S+)/(\S+)|) {
         runpod2man($where, $opts{man1dir}, $opts{man1ext}, $what);
     }
 }
index 7a50875..b4a839d 100644 (file)
--- a/utils.lst
+++ b/utils.lst
@@ -7,7 +7,7 @@ pod/pod2usage
 pod/podchecker
 pod/podselect
 utils/c2ph      # link = utils/pstruct
-utils/dproffpp
+utils/dprofpp
 utils/h2ph
 utils/h2xs
 utils/perlbug
@@ -16,5 +16,5 @@ utils/perldoc
 utils/pl2pm
 utils/splain
 x2p/a2p         # pod = x2p/a2p.pod
-x2p/findperl
+x2p/find2perl
 x2p/s2p         # link = x2p/psed