diff options
author | Dirk Hohndel <hohndel@linux.intel.com> | 2007-10-30 16:37:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-30 17:26:30 -0400 |
commit | e403149c92a2a0643211debbbb0a9ec7cc04cff7 (patch) | |
tree | c3ef82a7fa02222aab2c3d3d79e644f8a1c95286 /net | |
parent | bdb76ef5a4bc8676a81034a443f1eda450b4babb (diff) |
Kbuild/doc: fix links to Documentation files
Fix links to files in Documentation/* in various Kconfig files
Signed-off-by: Dirk Hohndel <hohndel@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 4 | ||||
-rw-r--r-- | net/netfilter/Kconfig | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index fa97947c6ae1..9aca9c55687c 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -128,7 +128,7 @@ config IP_NF_MATCH_ADDRTYPE | |||
128 | eg. UNICAST, LOCAL, BROADCAST, ... | 128 | eg. UNICAST, LOCAL, BROADCAST, ... |
129 | 129 | ||
130 | If you want to compile it as a module, say M here and read | 130 | If you want to compile it as a module, say M here and read |
131 | <file:Documentation/modules.txt>. If unsure, say `N'. | 131 | <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. |
132 | 132 | ||
133 | # `filter', generic and specific targets | 133 | # `filter', generic and specific targets |
134 | config IP_NF_FILTER | 134 | config IP_NF_FILTER |
@@ -371,7 +371,7 @@ config IP_NF_RAW | |||
371 | and OUTPUT chains. | 371 | and OUTPUT chains. |
372 | 372 | ||
373 | If you want to compile it as a module, say M here and read | 373 | If you want to compile it as a module, say M here and read |
374 | <file:Documentation/modules.txt>. If unsure, say `N'. | 374 | <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. |
375 | 375 | ||
376 | # ARP tables | 376 | # ARP tables |
377 | config IP_NF_ARPTABLES | 377 | config IP_NF_ARPTABLES |
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index d7a600a5720a..21a9fcc03796 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -363,7 +363,7 @@ config NETFILTER_XT_TARGET_TRACE | |||
363 | the tables, chains, rules. | 363 | the tables, chains, rules. |
364 | 364 | ||
365 | If you want to compile it as a module, say M here and read | 365 | If you want to compile it as a module, say M here and read |
366 | <file:Documentation/modules.txt>. If unsure, say `N'. | 366 | <file:Documentation/kbuild/modules.txt>. If unsure, say `N'. |
367 | 367 | ||
368 | config NETFILTER_XT_TARGET_SECMARK | 368 | config NETFILTER_XT_TARGET_SECMARK |
369 | tristate '"SECMARK" target support' | 369 | tristate '"SECMARK" target support' |