aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-02 14:12:48 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-02 14:12:48 +0200
commit18e781dc02cfc293d33b02f924ef70513c2f205a (patch)
tree232a4304b66a67a4db335d6ef3712b8ff659ecba
parentec05df13b0f3bc69074909f078f981f417d95c89 (diff)
downloadbusybox-w32-18e781dc02cfc293d33b02f924ef70513c2f205a.tar.gz
busybox-w32-18e781dc02cfc293d33b02f924ef70513c2f205a.tar.bz2
busybox-w32-18e781dc02cfc293d33b02f924ef70513c2f205a.zip
config: do not use `a' quoting in help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--archival/bbunzip.c2
-rw-r--r--coreutils/chroot.c2
-rw-r--r--coreutils/dd.c2
-rw-r--r--coreutils/printf.c2
-rw-r--r--coreutils/yes.c2
-rw-r--r--networking/telnet.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index d2b162d5e..9b9fdc87b 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -317,7 +317,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
317//config: select FEATURE_GZIP_DECOMPRESS 317//config: select FEATURE_GZIP_DECOMPRESS
318//config: help 318//config: help
319//config: gunzip is used to decompress archives created by gzip. 319//config: gunzip is used to decompress archives created by gzip.
320//config: You can use the `-t' option to test the integrity of 320//config: You can use the '-t' option to test the integrity of
321//config: an archive, without decompressing it. 321//config: an archive, without decompressing it.
322//config: 322//config:
323//config:config ZCAT 323//config:config ZCAT
diff --git a/coreutils/chroot.c b/coreutils/chroot.c
index 44a587fe0..5645d72df 100644
--- a/coreutils/chroot.c
+++ b/coreutils/chroot.c
@@ -11,7 +11,7 @@
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: chroot is used to change the root directory and run a command. 13//config: chroot is used to change the root directory and run a command.
14//config: The default command is `/bin/sh'. 14//config: The default command is '/bin/sh'.
15 15
16//applet:IF_CHROOT(APPLET(chroot, BB_DIR_USR_SBIN, BB_SUID_DROP)) 16//applet:IF_CHROOT(APPLET(chroot, BB_DIR_USR_SBIN, BB_SUID_DROP))
17 17
diff --git a/coreutils/dd.c b/coreutils/dd.c
index 43545c010..d302f35d3 100644
--- a/coreutils/dd.c
+++ b/coreutils/dd.c
@@ -19,7 +19,7 @@
19//config: default y 19//config: default y
20//config: depends on DD 20//config: depends on DD
21//config: help 21//config: help
22//config: Sending a SIGUSR1 signal to a running `dd' process makes it 22//config: Sending a SIGUSR1 signal to a running 'dd' process makes it
23//config: print to standard error the number of records read and written 23//config: print to standard error the number of records read and written
24//config: so far, then to resume copying. 24//config: so far, then to resume copying.
25//config: 25//config:
diff --git a/coreutils/printf.c b/coreutils/printf.c
index d3fc72adb..d1ff183d0 100644
--- a/coreutils/printf.c
+++ b/coreutils/printf.c
@@ -43,7 +43,7 @@
43//config: default y 43//config: default y
44//config: help 44//config: help
45//config: printf is used to format and print specified strings. 45//config: printf is used to format and print specified strings.
46//config: It's similar to `echo' except it has more options. 46//config: It's similar to 'echo' except it has more options.
47 47
48//applet:IF_PRINTF(APPLET_NOFORK(printf, printf, BB_DIR_USR_BIN, BB_SUID_DROP, printf)) 48//applet:IF_PRINTF(APPLET_NOFORK(printf, printf, BB_DIR_USR_BIN, BB_SUID_DROP, printf))
49 49
diff --git a/coreutils/yes.c b/coreutils/yes.c
index 493b7b1c3..ea35d146c 100644
--- a/coreutils/yes.c
+++ b/coreutils/yes.c
@@ -15,7 +15,7 @@
15//config: default y 15//config: default y
16//config: help 16//config: help
17//config: yes is used to repeatedly output a specific string, or 17//config: yes is used to repeatedly output a specific string, or
18//config: the default string `y'. 18//config: the default string 'y'.
19 19
20//applet:IF_YES(APPLET_NOFORK(yes, yes, BB_DIR_USR_BIN, BB_SUID_DROP, yes)) 20//applet:IF_YES(APPLET_NOFORK(yes, yes, BB_DIR_USR_BIN, BB_SUID_DROP, yes))
21 21
diff --git a/networking/telnet.c b/networking/telnet.c
index 9f191f7ad..e1c259579 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -44,7 +44,7 @@
44//config: Setting this option will forward the USER environment variable to the 44//config: Setting this option will forward the USER environment variable to the
45//config: remote host you are connecting to. This is useful when you need to 45//config: remote host you are connecting to. This is useful when you need to
46//config: log into a machine without telling the username (autologin). This 46//config: log into a machine without telling the username (autologin). This
47//config: option enables `-a' and `-l USER' arguments. 47//config: option enables '-a' and '-l USER' arguments.
48//config: 48//config:
49//config:config FEATURE_TELNET_WIDTH 49//config:config FEATURE_TELNET_WIDTH
50//config: bool "Enable window size autodetection" 50//config: bool "Enable window size autodetection"