diff options
author | Grant Grundler <grundler@parisc-linux.org> | 2006-09-26 02:47:14 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 20:53:57 -0400 |
commit | 82fe7c924e61f9444b376498496942d41fbe9d26 (patch) | |
tree | 3886364eca14653ab60d3084dc2780d20f4d3108 /net/Kconfig | |
parent | 1618cb0c9c2ac128beb94ff376e3367932ae6432 (diff) |
[NET] Kconfig: fix cut/paste error in TCPPROBE
Fix cut/paste error in TCPPROBE help text.
Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index 6528a935622c..a81aca43932f 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -231,7 +231,7 @@ config NET_TCPPROBE | |||
231 | TCP congestion avoidance modules. If you don't understand | 231 | TCP congestion avoidance modules. If you don't understand |
232 | what was just said, you don't need it: say N. | 232 | what was just said, you don't need it: say N. |
233 | 233 | ||
234 | Documentation on how to use the packet generator can be found | 234 | Documentation on how to use TCP connection probing can be found |
235 | at http://linux-net.osdl.org/index.php/TcpProbe | 235 | at http://linux-net.osdl.org/index.php/TcpProbe |
236 | 236 | ||
237 | To compile this code as a module, choose M here: the | 237 | To compile this code as a module, choose M here: the |