Skip to content

Commit

Permalink
[PATCH] update some docbook comments
Browse files Browse the repository at this point in the history
Correct a few comments in kernel-doc Doc and source files.

(akpm: note: the patch removes a non-ascii character and might have to be
applied by hand..)

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and Linus Torvalds committed Nov 3, 2006
1 parent 87c2b7c commit c612093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/kernel-doc-nano-HOWTO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ are:
special place-holders for where the extracted documentation should
go.

- scripts/docproc.c
- scripts/basic/docproc.c

This is a program for converting SGML template files into SGML
files. When a file is referenced it is searched for symbols
Expand Down
2 changes: 1 addition & 1 deletion scripts/basic/docproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,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]
*/
Expand Down

0 comments on commit c612093

Please sign in to comment.