]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[VETH]: Clarify "virtual ethernet device" to "virtual ethernet pair device".
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 7 Nov 2007 04:35:55 +0000 (20:35 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 7 Nov 2007 12:11:40 +0000 (04:11 -0800)
It'd also be nice to mention "containers" somewhere in the help text
(I'm assuming that's what it's for?).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig

index 5f800a6dd978083583fd8592329f43eb4f19f19d..cb581ebbe3c5d86c7d55e577de8642bfd360a5eb 100644 (file)
@@ -136,10 +136,11 @@ config TUN
          If you don't know what to use this for, you don't need it.
 
 config VETH
-       tristate "Virtual ethernet device"
+       tristate "Virtual ethernet pair device"
        ---help---
-         The device is an ethernet tunnel. Devices are created in pairs. When
-         one end receives the packet it appears on its pair and vice versa.
+         This device is a local ethernet tunnel. Devices are created in pairs.
+         When one end receives the packet it appears on its pair and vice
+         versa.
 
 config NET_SB1000
        tristate "General Instruments Surfboard 1000"