diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-02 19:23:53 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-02 19:23:53 +0200 |
commit | 371adba6deb0add48fd4d03d40d4e098590689fc (patch) | |
tree | 1d35dd49b022d3e3a384e7454e2fe91b5f816c46 /doc/kernel-doc | |
parent | 6cba2d5eeb522cbf6f1cc28c38fc2c445f41d1e6 (diff) | |
download | bird-371adba6deb0add48fd4d03d40d4e098590689fc.tar bird-371adba6deb0add48fd4d03d40d4e098590689fc.zip |
Use <chapt> for chapters, <sect> for sections and <sect1> for subsections.
Diffstat (limited to 'doc/kernel-doc')
-rwxr-xr-x | doc/kernel-doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kernel-doc b/doc/kernel-doc index b495758..b09cf56 100755 --- a/doc/kernel-doc +++ b/doc/kernel-doc @@ -572,7 +572,7 @@ sub output_intro_bird { # print out each section $lineprefix=" "; foreach $section (@{$args{'sectionlist'}}) { - print "<sect1>$section\n<p>\n"; + print "<sect>$section\n<p>\n"; output_highlight($args{'sections'}{$section}); } |