Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-12-17 23:38:02 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2021-12-17 23:38:02 +0300
commit00d10cb6eb47e73bd88ab7e884562b555462815f (patch)
treebfbb097a9c16a3dfdbe557523cab401180a069b9
parentaaade69ce9faac6c05ab8b800fc9e9d4dee8ed54 (diff)
docs/embedded-scripts.txt: whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--docs/embedded-scripts.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/embedded-scripts.txt b/docs/embedded-scripts.txt
index 7a273d698..f6f107d4e 100644
--- a/docs/embedded-scripts.txt
+++ b/docs/embedded-scripts.txt
@@ -55,19 +55,19 @@ Next we need the configuration data. This is very similar to the example
code for the native applet:
//config:config MU
-//config: bool "MU"
-//config: default y
-//config: help
-//config: Returns an indeterminate value.
+//config: bool "MU"
+//config: default y
+//config: help
+//config: Returns an indeterminate value.
//applet:IF_MU(APPLET_SCRIPTED(mu, scripted, BB_DIR_USR_BIN, BB_SUID_DROP, mu))
//usage:#define mu_trivial_usage
-//usage: "[-abcde] FILE..."
+//usage: "[-abcde] FILE..."
//usage:#define mu_full_usage
-//usage: "Returns an indeterminate value\n"
-//usage: "\n -a First function"
-//usage: "\n -b Second function"
+//usage: "Returns an indeterminate value\n"
+//usage: "\n -a First function"
+//usage: "\n -b Second function"
The only difference is that the applet is specified as being of type
APPLET_SCRIPTED. It would also be useful to include details of any