aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/doc-guide
diff options
context:
space:
mode:
authorTom Saeger <tom.saeger@oracle.com>2017-10-12 15:23:42 -0500
committerJonathan Corbet <corbet@lwn.net>2017-10-19 12:57:10 -0600
commitf66d9066c09fd65ed6fb418a422b17dcf9bdcd94 (patch)
treebcf4ba7c4ecd8da28450e4bc6b79babdff068e2a /Documentation/doc-guide
parentDocumentation: fix locking rt-mutex doc refs (diff)
downloadlinux-dev-f66d9066c09fd65ed6fb418a422b17dcf9bdcd94.tar.xz
linux-dev-f66d9066c09fd65ed6fb418a422b17dcf9bdcd94.zip
Documentation: fix ref to sphinx/kerneldoc.py
Signed-off-by: Tom Saeger <tom.saeger@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/doc-guide')
-rw-r--r--Documentation/doc-guide/kernel-doc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
index b24854b5d6be..0268335414ce 100644
--- a/Documentation/doc-guide/kernel-doc.rst
+++ b/Documentation/doc-guide/kernel-doc.rst
@@ -65,7 +65,7 @@ Without options, the kernel-doc directive includes all documentation comments
from the source file.
The kernel-doc extension is included in the kernel source tree, at
-``Documentation/sphinx/kernel-doc.py``. Internally, it uses the
+``Documentation/sphinx/kerneldoc.py``. Internally, it uses the
``scripts/kernel-doc`` script to extract the documentation comments from the
source.