Two doublewords less
Jarkko Hietaniemi [Sun, 20 Apr 1997 19:38:13 +0000 (22:38 +0300)]
private-msgid: 199704201938.WAA07722@alpha.hut.fi

pod/perlrun.pod
vms/perlvms.pod

index 33beee7..51e6942 100644 (file)
@@ -118,7 +118,7 @@ modify the Registry yourself.
 
 =item Macintosh
 
-Macintosh perl scripts will have the the appropriate Creator and
+Macintosh perl scripts will have the appropriate Creator and
 Type, so that double-clicking them will invoke the perl application.
 
 =back
index 830ff61..5f9e91f 100644 (file)
@@ -508,7 +508,7 @@ true, a warning message is printed, and C<undef> is returned.
 In most cases, C<kill> kill is implemented via the CRTL's C<kill()>
 function, so it will behave according to that function's
 documentation.  If you send a SIGKILL, however, the $DELPRC system
-service is is called directly.  This insures that the target
+service is called directly.  This insures that the target
 process is actually deleted, if at all possible.  (The CRTL's C<kill()>
 function is presently implemented via $FORCEX, which is ignored by
 supervisor-mode images like DCL.)