diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-02-03 17:47:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-02-03 17:47:04 +0100 |
commit | 41cf8e73c965e95b0378d5c6f8e81787f311b316 (patch) | |
tree | f32ef94b22de054ca66d36d8a44e8f43639d7de8 /pod/perlfunc.pod | |
parent | 790d3169bf82e566456367b233bbd0ca95d0a4af (diff) | |
download | perl-41cf8e73c965e95b0378d5c6f8e81787f311b316.tar.gz |
Correct a =head2 to a =head3 in perlfunc.pod
Commit 8f0d6a616731a3d1 added the 'Non-function Keywords by Cross-reference'
section, using =head3 to group by man page. However, the entry for entry
for perlsyn was typo'd as =head2.
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index da1502a0e9..a5bffe4517 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -8571,7 +8571,7 @@ These are documented in L<perlsub>. =back -=head2 perlsyn +=head3 perlsyn =over |