summaryrefslogtreecommitdiff
path: root/pod/perlpod.pod
diff options
context:
space:
mode:
authorCasey R. Tweten <crt@kiski.net>2000-11-16 07:02:47 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-16 23:21:31 +0000
commitc6b85e5d3668a89cd3bf3dfeefdf7162018b7166 (patch)
tree8bc44772aa56e0599d7b00dd97ccd5b48e0e0a64 /pod/perlpod.pod
parent4a5365b82747fe5c0cd53e165b6d61c6dddc52ad (diff)
downloadperl-c6b85e5d3668a89cd3bf3dfeefdf7162018b7166.tar.gz
Re: [p5p] [PATCH perlpod.pod] Digging into the =head
Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net> p4raw-id: //depot/perl@7716
Diffstat (limited to 'pod/perlpod.pod')
-rw-r--r--pod/perlpod.pod11
1 files changed, 9 insertions, 2 deletions
diff --git a/pod/perlpod.pod b/pod/perlpod.pod
index 6c0c5348c4..22a0256961 100644
--- a/pod/perlpod.pod
+++ b/pod/perlpod.pod
@@ -27,6 +27,8 @@ use however it pleases. Currently recognized commands are
=head1 heading
=head2 heading
+ =head3 heading
+ =head4 heading
=item text
=over N
=back
@@ -50,8 +52,13 @@ another paragraph to the doc if you're mixing up code and pod a lot.
=item =head2
-Head1 and head2 produce first and second level headings, with the text in
-the same paragraph as the "=headn" directive forming the heading description.
+=item =head3
+
+=item =head4
+
+Head1, head2, head3 and head4 produce first, second, third and fourth
+level headings, with the text in the same paragraph as the "=headn"
+directive forming the heading description.
=item =over