From c23f40b1458e448ec9e7c974a2c486f2eccff871 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 1 Jun 2000 15:04:25 +0000 Subject: [PATCH] Use instead of . --- doc/kernel-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kernel-doc b/doc/kernel-doc index 07d12622..d8b734c0 100755 --- a/doc/kernel-doc +++ b/doc/kernel-doc @@ -545,7 +545,7 @@ sub output_bird { } print "\n"; foreach $section (@{$args{'sectionlist'}}) { - print "$section\n"; + print "$section\n"; print "

\n"; output_highlight($args{'sections'}{$section}); }