* [PATCH] update some docbook comments
@ 2006-10-30 3:29 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2006-10-30 3:29 UTC (permalink / raw)
To: lkml; +Cc: akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Correct a few comments in kernel-doc Doc and source files.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
Documentation/kernel-doc-nano-HOWTO.txt | 1 +
scripts/basic/docproc.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
--- linux-2619-rc3g5.orig/Documentation/kernel-doc-nano-HOWTO.txt
+++ linux-2619-rc3g5/Documentation/kernel-doc-nano-HOWTO.txt
@@ -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
--- linux-2619-rc3g5.orig/scripts/basic/docproc.c
+++ linux-2619-rc3g5/scripts/basic/docproc.c
@@ -250,7 +250,7 @@ void intfunc(char * filename) { docfunct
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]
*/
---
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-30 3:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-30 3:29 [PATCH] update some docbook comments Randy Dunlap
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.