[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1343285553-14275-2-git-send-email-mail@danrl.de>
Date:	Thu, 26 Jul 2012 08:52:32 +0200
From:	Dan Luedtke <mail@...rl.de>
To:	rdunlap@...otime.net, linux-kernel@...r.kernel.org
Cc:	Dan Luedtke <mail@...rl.de>
Subject: [PATCH 2/3] scripts/kernel-doc: modern html -> html version 5
Fixed non-timeless comment.
Signed-off-by: Dan Luedtke <mail@...rl.de>
---
 scripts/kernel-doc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index f85b278..1d3c779 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -189,7 +189,7 @@ my $local_lt = "\\\\\\\\lt:";
 my $local_gt = "\\\\\\\\gt:";
 my $blankline_html = $local_lt . "p" . $local_gt;	# was "<p>"
 
-# modern html
+# html version 5
 my %highlights_html5 = ( $type_constant, "<span class=\"const\">\$1</span>",
 			$type_func, "<span class=\"func\">\$1</span>",
 			$type_struct_xml, "<span class=\"struct\">\$1</span>",
-- 
1.7.10
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists