From: Jarkko Hietaniemi Date: Sun, 20 Apr 1997 19:38:13 +0000 (+0300) Subject: Two doublewords less X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10a676f83f541430b63a3192b246bf6f86d3b189;p=p5sagit%2Fp5-mst-13.2.git Two doublewords less private-msgid: 199704201938.WAA07722@alpha.hut.fi --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 33beee7..51e6942 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -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 diff --git a/vms/perlvms.pod b/vms/perlvms.pod index 830ff61..5f9e91f 100644 --- a/vms/perlvms.pod +++ b/vms/perlvms.pod @@ -508,7 +508,7 @@ true, a warning message is printed, and C is returned. In most cases, C kill is implemented via the CRTL's C 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 function is presently implemented via $FORCEX, which is ignored by supervisor-mode images like DCL.)