diff options
-rwxr-xr-x | scripts/kernel-doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc index c9ca0c23bd91..00d1ad19b2cc 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc | |||
@@ -57,8 +57,8 @@ use strict; | |||
57 | # other functions are ignored. | 57 | # other functions are ignored. |
58 | # | 58 | # |
59 | # -nofunction funcname | 59 | # -nofunction funcname |
60 | # If set, then only generate documentation for the other function(s). All | 60 | # If set, then only generate documentation for the other function(s). |
61 | # other functions are ignored. Cannot be used with -function together | 61 | # Cannot be used together with -function |
62 | # (yes, that's a bug -- perl hackers can fix it 8)) | 62 | # (yes, that's a bug -- perl hackers can fix it 8)) |
63 | # | 63 | # |
64 | # c files - list of 'c' files to process | 64 | # c files - list of 'c' files to process |