aboutsummaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /networking/ifconfig.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r--networking/ifconfig.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index a08a0a18d..d1e9c58dc 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -30,48 +30,48 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: Ifconfig is used to configure the kernel-resident network interfaces.
+//config: Ifconfig is used to configure the kernel-resident network interfaces.
//config:
//config:config FEATURE_IFCONFIG_STATUS
//config: bool "Enable status reporting output (+7k)"
//config: default y
//config: depends on IFCONFIG
//config: help
-//config: If ifconfig is called with no arguments it will display the status
-//config: of the currently active interfaces.
+//config: If ifconfig is called with no arguments it will display the status
+//config: of the currently active interfaces.
//config:
//config:config FEATURE_IFCONFIG_SLIP
//config: bool "Enable slip-specific options \"keepalive\" and \"outfill\""
//config: default y
//config: depends on IFCONFIG
//config: help
-//config: Allow "keepalive" and "outfill" support for SLIP. If you're not
-//config: planning on using serial lines, leave this unchecked.
+//config: Allow "keepalive" and "outfill" support for SLIP. If you're not
+//config: planning on using serial lines, leave this unchecked.
//config:
//config:config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
//config: bool "Enable options \"mem_start\", \"io_addr\", and \"irq\""
//config: default y
//config: depends on IFCONFIG
//config: help
-//config: Allow the start address for shared memory, start address for I/O,
-//config: and/or the interrupt line used by the specified device.
+//config: Allow the start address for shared memory, start address for I/O,
+//config: and/or the interrupt line used by the specified device.
//config:
//config:config FEATURE_IFCONFIG_HW
//config: bool "Enable option \"hw\" (ether only)"
//config: default y
//config: depends on IFCONFIG
//config: help
-//config: Set the hardware address of this interface, if the device driver
-//config: supports this operation. Currently, we only support the 'ether'
-//config: class.
+//config: Set the hardware address of this interface, if the device driver
+//config: supports this operation. Currently, we only support the 'ether'
+//config: class.
//config:
//config:config FEATURE_IFCONFIG_BROADCAST_PLUS
//config: bool "Set the broadcast automatically"
//config: default y
//config: depends on IFCONFIG
//config: help
-//config: Setting this will make ifconfig attempt to find the broadcast
-//config: automatically if the value '+' is used.
+//config: Setting this will make ifconfig attempt to find the broadcast
+//config: automatically if the value '+' is used.
//applet:IF_IFCONFIG(APPLET(ifconfig, BB_DIR_SBIN, BB_SUID_DROP))