diff options
| author | Michael Opdenacker <[email protected]> | 2008-02-13 15:03:32 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-02-13 16:21:20 -0800 |
| commit | ac76cff2ecd73944473a437cd87770f812635025 (patch) | |
| tree | fb4f50b247820cb98c8c5640ad833ac98657cdb4 | |
| parent | ed58f8027945f1cf415bfe3805e1fa3fe8ed9edf (diff) | |
Documentation: sysctl/kernel.txt: fix documentation reference
This patch fixes a reference to Documentation/kmod.txt
which was apparently renamed to Documentation/debugging-modules.txt
Signed-off-by: Michael Opdenacker <[email protected]>
Cc: "Randy.Dunlap" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
| -rw-r--r-- | Documentation/sysctl/kernel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index dc8801d4e944..276a7e637822 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt @@ -29,7 +29,7 @@ show up in /proc/sys/kernel: - java-interpreter [ binfmt_java, obsolete ] - kstack_depth_to_print [ X86 only ] - l2cr [ PPC only ] -- modprobe ==> Documentation/kmod.txt +- modprobe ==> Documentation/debugging-modules.txt - msgmax - msgmnb - msgmni |