summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRolf Eike Beer <eike-kernel@sf-tec.de>2006-10-03 23:13:02 +0200
committerAdrian Bunk <bunk@stusta.de>2006-10-03 23:13:02 +0200
commita073a8bde49b2c90777c526110488f4d0c52ea47 (patch)
tree5012c5cc8856cbc3d2f8c03b79e6d5a57b6894c3 /scripts
parent9f5d785e93f7c68c37582ddea848de23689fdd76 (diff)
downloadlinux-3.10-a073a8bde49b2c90777c526110488f4d0c52ea47.tar.gz
linux-3.10-a073a8bde49b2c90777c526110488f4d0c52ea47.tar.bz2
linux-3.10-a073a8bde49b2c90777c526110488f4d0c52ea47.zip
Fix copy&waste bug in comment in scripts/kernel-doc
This is obviously copied from some lines before without proper fixing. Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/kernel-doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index c9ca0c23bd9..00d1ad19b2c 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -57,8 +57,8 @@ use strict;
# other functions are ignored.
#
# -nofunction funcname
-# If set, then only generate documentation for the other function(s). All
-# other functions are ignored. Cannot be used with -function together
+# If set, then only generate documentation for the other function(s).
+# Cannot be used together with -function
# (yes, that's a bug -- perl hackers can fix it 8))
#
# c files - list of 'c' files to process