aboutsummaryrefslogtreecommitdiff
path: root/debianutils
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 /debianutils
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 'debianutils')
-rw-r--r--debianutils/pipe_progress.c2
-rw-r--r--debianutils/run_parts.c20
-rw-r--r--debianutils/start_stop_daemon.c12
-rw-r--r--debianutils/which.c4
4 files changed, 19 insertions, 19 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c
index af5de2d52..e6b7601fa 100644
--- a/debianutils/pipe_progress.c
+++ b/debianutils/pipe_progress.c
@@ -10,7 +10,7 @@
10//config: bool "pipe_progress (225 bytes)" 10//config: bool "pipe_progress (225 bytes)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: Display a dot to indicate pipe activity. 13//config: Display a dot to indicate pipe activity.
14 14
15//applet:IF_PIPE_PROGRESS(APPLET(pipe_progress, BB_DIR_BIN, BB_SUID_DROP)) 15//applet:IF_PIPE_PROGRESS(APPLET(pipe_progress, BB_DIR_BIN, BB_SUID_DROP))
16 16
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c
index 011066bd4..c6a90a486 100644
--- a/debianutils/run_parts.c
+++ b/debianutils/run_parts.c
@@ -26,16 +26,16 @@
26//config: bool "run-parts (5.6 kb)" 26//config: bool "run-parts (5.6 kb)"
27//config: default y 27//config: default y
28//config: help 28//config: help
29//config: run-parts is a utility designed to run all the scripts in a directory. 29//config: run-parts is a utility designed to run all the scripts in a directory.
30//config: 30//config:
31//config: It is useful to set up a directory like cron.daily, where you need to 31//config: It is useful to set up a directory like cron.daily, where you need to
32//config: execute all the scripts in that directory. 32//config: execute all the scripts in that directory.
33//config: 33//config:
34//config: In this implementation of run-parts some features (such as report 34//config: In this implementation of run-parts some features (such as report
35//config: mode) are not implemented. 35//config: mode) are not implemented.
36//config: 36//config:
37//config: Unless you know that run-parts is used in some of your scripts 37//config: Unless you know that run-parts is used in some of your scripts
38//config: you can safely say N here. 38//config: you can safely say N here.
39//config: 39//config:
40//config:config FEATURE_RUN_PARTS_LONG_OPTIONS 40//config:config FEATURE_RUN_PARTS_LONG_OPTIONS
41//config: bool "Enable long options" 41//config: bool "Enable long options"
@@ -47,9 +47,9 @@
47//config: default y 47//config: default y
48//config: depends on RUN_PARTS 48//config: depends on RUN_PARTS
49//config: help 49//config: help
50//config: Support additional options: 50//config: Support additional options:
51//config: -l --list print the names of the all matching files (not 51//config: -l --list print the names of the all matching files (not
52//config: limited to executables), but don't actually run them. 52//config: limited to executables), but don't actually run them.
53 53
54//applet:IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, BB_DIR_BIN, BB_SUID_DROP, run_parts)) 54//applet:IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, BB_DIR_BIN, BB_SUID_DROP, run_parts))
55 55
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c
index 584158fe8..9d60b2c7f 100644
--- a/debianutils/start_stop_daemon.c
+++ b/debianutils/start_stop_daemon.c
@@ -60,9 +60,9 @@ Misc options:
60//config: bool "start-stop-daemon (12 kb)" 60//config: bool "start-stop-daemon (12 kb)"
61//config: default y 61//config: default y
62//config: help 62//config: help
63//config: start-stop-daemon is used to control the creation and 63//config: start-stop-daemon is used to control the creation and
64//config: termination of system-level processes, usually the ones 64//config: termination of system-level processes, usually the ones
65//config: started during the startup of the system. 65//config: started during the startup of the system.
66//config: 66//config:
67//config:config FEATURE_START_STOP_DAEMON_LONG_OPTIONS 67//config:config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
68//config: bool "Enable long options" 68//config: bool "Enable long options"
@@ -74,9 +74,9 @@ Misc options:
74//config: default y 74//config: default y
75//config: depends on START_STOP_DAEMON 75//config: depends on START_STOP_DAEMON
76//config: help 76//config: help
77//config: -o|--oknodo ignored since we exit with 0 anyway 77//config: -o|--oknodo ignored since we exit with 0 anyway
78//config: -v|--verbose 78//config: -v|--verbose
79//config: -N|--nicelevel N 79//config: -N|--nicelevel N
80 80
81//applet:IF_START_STOP_DAEMON(APPLET_ODDNAME(start-stop-daemon, start_stop_daemon, BB_DIR_SBIN, BB_SUID_DROP, start_stop_daemon)) 81//applet:IF_START_STOP_DAEMON(APPLET_ODDNAME(start-stop-daemon, start_stop_daemon, BB_DIR_SBIN, BB_SUID_DROP, start_stop_daemon))
82 82
diff --git a/debianutils/which.c b/debianutils/which.c
index bdf6b9b14..3197ddac1 100644
--- a/debianutils/which.c
+++ b/debianutils/which.c
@@ -9,8 +9,8 @@
9//config: bool "which (3.7 kb)" 9//config: bool "which (3.7 kb)"
10//config: default y 10//config: default y
11//config: help 11//config: help
12//config: which is used to find programs in your PATH and 12//config: which is used to find programs in your PATH and
13//config: print out their pathnames. 13//config: print out their pathnames.
14 14
15//applet:IF_WHICH(APPLET(which, BB_DIR_USR_BIN, BB_SUID_DROP)) 15//applet:IF_WHICH(APPLET(which, BB_DIR_USR_BIN, BB_SUID_DROP))
16 16