summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBrian Gerst <bgerst@didntduck.org>2006-03-25 14:48:37 -0500
committerSam Ravnborg <sam@mars.ravnborg.org>2006-04-04 15:28:21 +0200
commita7d7cb3cd6c97cbbe21d528c014e5f592006457d (patch)
treeb362da041ba473225a7984d16f443de212c95800 /Documentation
parent6246b6128bbe34d0752f119cf7c5111c85fe481d (diff)
downloadlinux-3.10-a7d7cb3cd6c97cbbe21d528c014e5f592006457d.tar.gz
linux-3.10-a7d7cb3cd6c97cbbe21d528c014e5f592006457d.tar.bz2
linux-3.10-a7d7cb3cd6c97cbbe21d528c014e5f592006457d.zip
kbuild: fix garbled text in modules.txt
Signed-off-by: Brian Gerst <bgerst@didntduck.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kbuild/modules.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt
index fcccf2432f9..61fc079eb96 100644
--- a/Documentation/kbuild/modules.txt
+++ b/Documentation/kbuild/modules.txt
@@ -44,7 +44,7 @@ What is covered within this file is mainly information to authors
of modules. The author of an external modules should supply
a makefile that hides most of the complexity so one only has to type
'make' to build the module. A complete example will be present in
-chapter ¤. Creating a kbuild file for an external module".
+chapter 4, "Creating a kbuild file for an external module".
=== 2. How to build external modules