diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /networking/ifconfig.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2 busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip |
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.c | 24 |
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 @@ | |||
30 | //config: default y | 30 | //config: default y |
31 | //config: select PLATFORM_LINUX | 31 | //config: select PLATFORM_LINUX |
32 | //config: help | 32 | //config: help |
33 | //config: Ifconfig is used to configure the kernel-resident network interfaces. | 33 | //config: Ifconfig is used to configure the kernel-resident network interfaces. |
34 | //config: | 34 | //config: |
35 | //config:config FEATURE_IFCONFIG_STATUS | 35 | //config:config FEATURE_IFCONFIG_STATUS |
36 | //config: bool "Enable status reporting output (+7k)" | 36 | //config: bool "Enable status reporting output (+7k)" |
37 | //config: default y | 37 | //config: default y |
38 | //config: depends on IFCONFIG | 38 | //config: depends on IFCONFIG |
39 | //config: help | 39 | //config: help |
40 | //config: If ifconfig is called with no arguments it will display the status | 40 | //config: If ifconfig is called with no arguments it will display the status |
41 | //config: of the currently active interfaces. | 41 | //config: of the currently active interfaces. |
42 | //config: | 42 | //config: |
43 | //config:config FEATURE_IFCONFIG_SLIP | 43 | //config:config FEATURE_IFCONFIG_SLIP |
44 | //config: bool "Enable slip-specific options \"keepalive\" and \"outfill\"" | 44 | //config: bool "Enable slip-specific options \"keepalive\" and \"outfill\"" |
45 | //config: default y | 45 | //config: default y |
46 | //config: depends on IFCONFIG | 46 | //config: depends on IFCONFIG |
47 | //config: help | 47 | //config: help |
48 | //config: Allow "keepalive" and "outfill" support for SLIP. If you're not | 48 | //config: Allow "keepalive" and "outfill" support for SLIP. If you're not |
49 | //config: planning on using serial lines, leave this unchecked. | 49 | //config: planning on using serial lines, leave this unchecked. |
50 | //config: | 50 | //config: |
51 | //config:config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ | 51 | //config:config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ |
52 | //config: bool "Enable options \"mem_start\", \"io_addr\", and \"irq\"" | 52 | //config: bool "Enable options \"mem_start\", \"io_addr\", and \"irq\"" |
53 | //config: default y | 53 | //config: default y |
54 | //config: depends on IFCONFIG | 54 | //config: depends on IFCONFIG |
55 | //config: help | 55 | //config: help |
56 | //config: Allow the start address for shared memory, start address for I/O, | 56 | //config: Allow the start address for shared memory, start address for I/O, |
57 | //config: and/or the interrupt line used by the specified device. | 57 | //config: and/or the interrupt line used by the specified device. |
58 | //config: | 58 | //config: |
59 | //config:config FEATURE_IFCONFIG_HW | 59 | //config:config FEATURE_IFCONFIG_HW |
60 | //config: bool "Enable option \"hw\" (ether only)" | 60 | //config: bool "Enable option \"hw\" (ether only)" |
61 | //config: default y | 61 | //config: default y |
62 | //config: depends on IFCONFIG | 62 | //config: depends on IFCONFIG |
63 | //config: help | 63 | //config: help |
64 | //config: Set the hardware address of this interface, if the device driver | 64 | //config: Set the hardware address of this interface, if the device driver |
65 | //config: supports this operation. Currently, we only support the 'ether' | 65 | //config: supports this operation. Currently, we only support the 'ether' |
66 | //config: class. | 66 | //config: class. |
67 | //config: | 67 | //config: |
68 | //config:config FEATURE_IFCONFIG_BROADCAST_PLUS | 68 | //config:config FEATURE_IFCONFIG_BROADCAST_PLUS |
69 | //config: bool "Set the broadcast automatically" | 69 | //config: bool "Set the broadcast automatically" |
70 | //config: default y | 70 | //config: default y |
71 | //config: depends on IFCONFIG | 71 | //config: depends on IFCONFIG |
72 | //config: help | 72 | //config: help |
73 | //config: Setting this will make ifconfig attempt to find the broadcast | 73 | //config: Setting this will make ifconfig attempt to find the broadcast |
74 | //config: automatically if the value '+' is used. | 74 | //config: automatically if the value '+' is used. |
75 | 75 | ||
76 | //applet:IF_IFCONFIG(APPLET(ifconfig, BB_DIR_SBIN, BB_SUID_DROP)) | 76 | //applet:IF_IFCONFIG(APPLET(ifconfig, BB_DIR_SBIN, BB_SUID_DROP)) |
77 | 77 | ||