summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorDavid Nicol <davidnicol@gmail.com>2007-08-08 13:06:16 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2007-08-09 07:56:20 +0000
commitd3bf4b0e5207a91e509350df0ebcce4b2c9908f0 (patch)
tree7c9dee475db6ee509cc651c961a9464af7bbc95c /pod
parent304334dafcf24508b017cfdd22e0883402e1d769 (diff)
downloadperl-d3bf4b0e5207a91e509350df0ebcce4b2c9908f0.tar.gz
Re: [PATCH] Re: [perl #44387] The blank in option '-x directory' should be deleted from perlrun.pod
From: "David Nicol" <davidnicol@gmail.com> Message-Id: <934f64a20708081606n441c392am615cf5461e4f3e94@mail.gmail.com> p4raw-id: //depot/perl@31692
Diffstat (limited to 'pod')
-rw-r--r--pod/perlrun.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 06649b815e..c10da01ba6 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -967,7 +967,7 @@ See L<perllexwarn>.
=item B<-x>
X<-x>
-=item B<-x> I<directory>
+=item B<-x>I<directory>
tells Perl that the program is embedded in a larger chunk of unrelated
ASCII text, such as in a mail message. Leading garbage will be
@@ -980,6 +980,9 @@ C<__END__> if there is trailing garbage to be ignored (the program
can process any or all of the trailing garbage via the DATA filehandle
if desired).
+The directory, if specified, must appear immedately following the B<-x>
+with no intervening whitespace.
+
=back
=head1 ENVIRONMENT