summaryrefslogtreecommitdiffstats
path: root/doc/kernel-doc
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-01 17:04:25 +0200
committerMartin Mares <mj@ucw.cz>2000-06-01 17:04:25 +0200
commitc23f40b1458e448ec9e7c974a2c486f2eccff871 (patch)
tree6e87c50584d63a8e67545036c349240fead7c97a /doc/kernel-doc
parenta9aa4c1ebb5ccdb2c6c7672267ad32670261a10b (diff)
downloadbird-c23f40b1458e448ec9e7c974a2c486f2eccff871.tar
bird-c23f40b1458e448ec9e7c974a2c486f2eccff871.zip
Use <funcsect> instead of <sect3>.
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 07d1262..d8b734c 100755
--- a/doc/kernel-doc
+++ b/doc/kernel-doc
@@ -545,7 +545,7 @@ sub output_bird {
}
print "</descrip>\n";
foreach $section (@{$args{'sectionlist'}}) {
- print "<sect3>$section\n";
+ print "<funcsect>$section\n";
print "<p>\n";
output_highlight($args{'sections'}{$section});
}