summaryrefslogtreecommitdiffstats
path: root/doc/kernel-doc
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-02 19:23:53 +0200
committerMartin Mares <mj@ucw.cz>2000-06-02 19:23:53 +0200
commit371adba6deb0add48fd4d03d40d4e098590689fc (patch)
tree1d35dd49b022d3e3a384e7454e2fe91b5f816c46 /doc/kernel-doc
parent6cba2d5eeb522cbf6f1cc28c38fc2c445f41d1e6 (diff)
downloadbird-371adba6deb0add48fd4d03d40d4e098590689fc.tar
bird-371adba6deb0add48fd4d03d40d4e098590689fc.zip
Use <chapt> for chapters, <sect> for sections and <sect1> for subsections.
Diffstat (limited to 'doc/kernel-doc')
-rwxr-xr-xdoc/kernel-doc2
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});
}