From 740e2cc6ccad46afec6e10d280f6cf2c5eaa539e Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 2 Nov 2006 22:07:01 -0800 Subject: [PATCH] --- yaml --- r: 40645 b: refs/heads/master c: c6120938365df9976dc07c536e1c14190ead48e3 h: refs/heads/master i: 40643: f0d34f597df79627ef2ba7c6b3ebea97a5cd5522 v: v3 --- [refs] | 2 +- trunk/Documentation/kernel-doc-nano-HOWTO.txt | 2 +- trunk/scripts/basic/docproc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3a8ea19f7c88..e37d320148eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 87c2b7c045a44f6c1c7af23e64f2b286e6f7130a +refs/heads/master: c6120938365df9976dc07c536e1c14190ead48e3 diff --git a/trunk/Documentation/kernel-doc-nano-HOWTO.txt b/trunk/Documentation/kernel-doc-nano-HOWTO.txt index c65233d430f0..284e7e198e93 100644 --- a/trunk/Documentation/kernel-doc-nano-HOWTO.txt +++ b/trunk/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 diff --git a/trunk/scripts/basic/docproc.c b/trunk/scripts/basic/docproc.c index 4ab6cbf09225..d6071cbf13d7 100644 --- a/trunk/scripts/basic/docproc.c +++ b/trunk/scripts/basic/docproc.c @@ -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] */