projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b70cef7
)
scripts/basic/docproc.c: remove stray NUL byte from the source
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 12 Jan 2010 12:48:42 +0000
(13:48 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 12 Jan 2010 12:48:42 +0000
(13:48 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/basic/docproc.c
patch
|
blob
|
history
diff --git
a/scripts/basic/docproc.c
b/scripts/basic/docproc.c
index e178d72d2c7309663a460014f3463065a9eafd58..dc7a0fcd2e3bd4fccc0d40846b9dc31875685540 100644
(file)
--- a/
scripts/basic/docproc.c
+++ b/
scripts/basic/docproc.c
@@
-249,7
+249,7
@@
void intfunc(char * filename) { docfunctions(filename, NOFUNCTION); }
void extfunc(char * filename) { docfunctions(filename, FUNCTION); }
/*
- * Document sp
å
ecific function(s) in a file.
+ * Document specific function(s) in a file.
* Call kernel-doc with the following parameters:
* kernel-doc -docbook -function function1 [-function function2]
*/