From: Rafael Garcia-Suarez Date: Sun, 20 Jul 2003 21:48:21 +0000 (+0000) Subject: Minor doc nits concerning the dosish ALTERNATE_SHEBANG X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd1adc7196bee51c11d554b66ceced1a99bc2bda;p=p5sagit%2Fp5-mst-13.2.git Minor doc nits concerning the dosish ALTERNATE_SHEBANG (bug #22968) p4raw-id: //depot/perl@20173 --- diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod index 40e15de..c24d7ba 100644 --- a/pod/perlfaq3.pod +++ b/pod/perlfaq3.pod @@ -792,8 +792,8 @@ For OS/2 just use as the first line in C<*.cmd> file (C<-S> due to a bug in cmd.exe's `extproc' handling). For DOS one should first invent a corresponding -batch file and codify it in C (see the -F file in the source distribution for more information). +batch file and codify it in C (see the +F file in the source distribution for more information). The Win95/NT installation, when using the ActiveState port of Perl, will modify the Registry to associate the C<.pl> extension with the diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 043ab5d..024184a 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -127,7 +127,7 @@ as the first line in C<*.cmd> file (B<-S> due to a bug in cmd.exe's =item MS-DOS Create a batch file to run your program, and codify it in -C (see the F file in the source +C (see the F file in the source distribution for more information). =item Win95/NT