diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-13 08:14:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-13 08:14:32 +0000 |
commit | d52fe7da486fd032a82c29ee467dd8504f394b88 (patch) | |
tree | ea4be2d15b636c6b6a135f0604a1194667884d62 /pod/perlrun.pod | |
parent | 0e28d6a375c38eec68bc723dfb433ed749cccd63 (diff) | |
download | perl-d52fe7da486fd032a82c29ee467dd8504f394b88.tar.gz |
Document that -F doesn't accept whitespace in patterns.
(fixes bug #37366)
p4raw-id: //depot/perl@25745
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 36e331dbdc..519e24f7e0 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -451,7 +451,7 @@ modules in non-standard locations. specifies the pattern to split on if B<-a> is also in effect. The pattern may be surrounded by C<//>, C<"">, or C<''>, otherwise it will be -put in single quotes. +put in single quotes. You can't use literal whitespace in the pattern. =item B<-h> |