config: do not use `a' quoting in help texts
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 2 Aug 2017 12:12:48 +0000 (14:12 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 2 Aug 2017 12:12:48 +0000 (14:12 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/bbunzip.c
coreutils/chroot.c
coreutils/dd.c
coreutils/printf.c
coreutils/yes.c
networking/telnet.c

index d2b162d5edb9c06d4c8720be8313065aa4964286..9b9fdc87b594baa19a0374d62df9e7bc6c50fee3 100644 (file)
@@ -317,7 +317,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
 //config:      select FEATURE_GZIP_DECOMPRESS
 //config:      help
 //config:      gunzip is used to decompress archives created by gzip.
-//config:      You can use the `-t' option to test the integrity of
+//config:      You can use the '-t' option to test the integrity of
 //config:      an archive, without decompressing it.
 //config:
 //config:config ZCAT
index 44a587fe09bfec421c433ee898b67ac2f155e750..5645d72df5a511079b2b3453f701b6b1fb7c865f 100644 (file)
@@ -11,7 +11,7 @@
 //config:      default y
 //config:      help
 //config:      chroot is used to change the root directory and run a command.
-//config:      The default command is `/bin/sh'.
+//config:      The default command is '/bin/sh'.
 
 //applet:IF_CHROOT(APPLET(chroot, BB_DIR_USR_SBIN, BB_SUID_DROP))
 
index 43545c01074f028f2b6a11c57dc506ff215a9d14..d302f35d3b12b422d9a26d34259141028992cb78 100644 (file)
@@ -19,7 +19,7 @@
 //config:      default y
 //config:      depends on DD
 //config:      help
-//config:      Sending a SIGUSR1 signal to a running `dd' process makes it
+//config:      Sending a SIGUSR1 signal to a running 'dd' process makes it
 //config:      print to standard error the number of records read and written
 //config:      so far, then to resume copying.
 //config:
index d3fc72adb6dfa45bce30f2fc19c7edf18c19b387..d1ff183d05da8d766dda9c3ebe5a9d054430b510 100644 (file)
@@ -43,7 +43,7 @@
 //config:      default y
 //config:      help
 //config:      printf is used to format and print specified strings.
-//config:      It's similar to `echo' except it has more options.
+//config:      It's similar to 'echo' except it has more options.
 
 //applet:IF_PRINTF(APPLET_NOFORK(printf, printf, BB_DIR_USR_BIN, BB_SUID_DROP, printf))
 
index 493b7b1c37f7cf5460001670c4b5dcc9d05d3c9e..ea35d146c57bd5886f828e39558638d9f864a200 100644 (file)
@@ -15,7 +15,7 @@
 //config:      default y
 //config:      help
 //config:      yes is used to repeatedly output a specific string, or
-//config:      the default string `y'.
+//config:      the default string 'y'.
 
 //applet:IF_YES(APPLET_NOFORK(yes, yes, BB_DIR_USR_BIN, BB_SUID_DROP, yes))
 
index 9f191f7ad7e0ad2f8b7bc0a1994db4b01f270de6..e1c2595790667d11a964bb63a734c1eddc4960ec 100644 (file)
@@ -44,7 +44,7 @@
 //config:      Setting this option will forward the USER environment variable to the
 //config:      remote host you are connecting to. This is useful when you need to
 //config:      log into a machine without telling the username (autologin). This
-//config:      option enables `-a' and `-l USER' arguments.
+//config:      option enables '-a' and '-l USER' arguments.
 //config:
 //config:config FEATURE_TELNET_WIDTH
 //config:      bool "Enable window size autodetection"