From 371adba6deb0add48fd4d03d40d4e098590689fc Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 2 Jun 2000 17:23:53 +0000 Subject: Use for chapters, for sections and for subsections. --- doc/kernel-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/kernel-doc') 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 "$section\n

\n"; + print "$section\n

\n"; output_highlight($args{'sections'}{$section}); } -- cgit v1.2.3