diff options
author | Lukas Mai <l.mai@web.de> | 2015-12-28 01:58:50 +0100 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2015-12-28 01:58:50 +0100 |
commit | 62a78fcbd46b51247c23fbf496a17e7ee03b6a2b (patch) | |
tree | 61f2d86ff519db89601573106417cbf9897a6118 /pod/perlpodspec.pod | |
parent | 903c858a4dec7ba02a3b2af464fd61878f1bdf48 (diff) | |
download | perl-62a78fcbd46b51247c23fbf496a17e7ee03b6a2b.tar.gz |
perlpodspec: fix typo
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r-- | pod/perlpodspec.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index 69a83c31d3..65f79f5055 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -1349,7 +1349,7 @@ either the name of a Pod page like C<LE<lt>Foo::BarE<gt>> (which might be a real Perl module or program in an @INC / PATH directory, or a .pod file in those places); or the name of a Unix man page, like C<LE<lt>crontab(5)E<gt>>. In theory, C<LE<lt>chmodE<gt>> -in ambiguous between a Pod page called "chmod", or the Unix man page +is ambiguous between a Pod page called "chmod", or the Unix man page "chmod" (in whatever man-section). However, the presence of a string in parens, as in "crontab(5)", is sufficient to signal that what is being discussed is not a Pod page, and so is presumably a |