summaryrefslogtreecommitdiff
path: root/networking/brctl.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/brctl.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-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/brctl.c')
-rw-r--r--networking/brctl.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/networking/brctl.c b/networking/brctl.c
index bedf8031a..690791e4c 100644
--- a/networking/brctl.c
+++ b/networking/brctl.c
@@ -17,27 +17,27 @@
17//config: default y 17//config: default y
18//config: select PLATFORM_LINUX 18//config: select PLATFORM_LINUX
19//config: help 19//config: help
20//config: Manage ethernet bridges. 20//config: Manage ethernet bridges.
21//config: Supports addbr/delbr and addif/delif. 21//config: Supports addbr/delbr and addif/delif.
22//config: 22//config:
23//config:config FEATURE_BRCTL_FANCY 23//config:config FEATURE_BRCTL_FANCY
24//config: bool "Fancy options" 24//config: bool "Fancy options"
25//config: default y 25//config: default y
26//config: depends on BRCTL 26//config: depends on BRCTL
27//config: help 27//config: help
28//config: Add support for extended option like: 28//config: Add support for extended option like:
29//config: setageing, setfd, sethello, setmaxage, 29//config: setageing, setfd, sethello, setmaxage,
30//config: setpathcost, setportprio, setbridgeprio, 30//config: setpathcost, setportprio, setbridgeprio,
31//config: stp 31//config: stp
32//config: This adds about 600 bytes. 32//config: This adds about 600 bytes.
33//config: 33//config:
34//config:config FEATURE_BRCTL_SHOW 34//config:config FEATURE_BRCTL_SHOW
35//config: bool "Support show" 35//config: bool "Support show"
36//config: default y 36//config: default y
37//config: depends on BRCTL && FEATURE_BRCTL_FANCY 37//config: depends on BRCTL && FEATURE_BRCTL_FANCY
38//config: help 38//config: help
39//config: Add support for option which prints the current config: 39//config: Add support for option which prints the current config:
40//config: show 40//config: show
41 41
42//applet:IF_BRCTL(APPLET(brctl, BB_DIR_USR_SBIN, BB_SUID_DROP)) 42//applet:IF_BRCTL(APPLET(brctl, BB_DIR_USR_SBIN, BB_SUID_DROP))
43 43