maint: convert `...' to '...' in --help output
authorJim Meyering <meyering@redhat.com>
Sun, 8 Jan 2012 13:08:03 +0000 (14:08 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Jan 2012 20:50:08 +0000 (21:50 +0100)
All affected lines end with \ or \n\, so run this command
until it produces no new changes (4 times):
  git grep -E -l '`[^ ]+'\''.*\\' src \
    |xargs perl -pi -e 's/`([^ ]+'\''.*\\)/'\''$1/'

42 files changed:
src/chgrp.c
src/chmod.c
src/chown.c
src/comm.c
src/cp.c
src/csplit.c
src/date.c
src/dd.c
src/df.c
src/dircolors.c
src/dirname.c
src/du.c
src/expr.c
src/extract-magic
src/head.c
src/install.c
src/join.c
src/kill.c
src/ln.c
src/ls.c
src/md5sum.c
src/mktemp.c
src/mv.c
src/nohup.c
src/pinky.c
src/printf.c
src/ptx.c
src/realpath.c
src/rm.c
src/rmdir.c
src/seq.c
src/sleep.c
src/sort.c
src/split.c
src/stdbuf.c
src/stty.c
src/tail.c
src/timeout.c
src/truncate.c
src/uniq.c
src/who.c
src/yes.c

index f4a2bf6..e34b6e3 100644 (file)
@@ -130,8 +130,8 @@ With --reference, change the group of each FILE to that of RFILE.\n\
                          ownership of a symlink)\n\
 "), stdout);
       fputs (_("\
-      --no-preserve-root  do not treat `/' specially (the default)\n\
-      --preserve-root    fail to operate recursively on `/'\n\
+      --no-preserve-root  do not treat '/' specially (the default)\n\
+      --preserve-root    fail to operate recursively on '/'\n\
 "), stdout);
       fputs (_("\
       --reference=RFILE  use RFILE's group rather than specifying a\n\
index 3fb9a82..411ccf4 100644 (file)
@@ -385,8 +385,8 @@ With --reference, change the mode of each FILE to that of RFILE.\n\
   -v, --verbose          output a diagnostic for every file processed\n\
 "), stdout);
       fputs (_("\
-      --no-preserve-root  do not treat `/' specially (the default)\n\
-      --preserve-root    fail to operate recursively on `/'\n\
+      --no-preserve-root  do not treat '/' specially (the default)\n\
+      --preserve-root    fail to operate recursively on '/'\n\
 "), stdout);
       fputs (_("\
       --reference=RFILE  use RFILE's mode instead of MODE values\n\
@@ -398,7 +398,7 @@ With --reference, change the mode of each FILE to that of RFILE.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\
 \n\
-Each MODE is of the form `[ugoa]*([-+=]([rwxXst]*|[ugo]))+'.\n\
+Each MODE is of the form '[ugoa]*([-+=]([rwxXst]*|[ugo]))+'.\n\
 "), stdout);
       emit_ancillary_info ();
     }
index 2f23b33..ca37cdd 100644 (file)
@@ -108,8 +108,8 @@ With --reference, change the owner and group of each FILE to those of RFILE.\n\
                          is not required for the omitted attribute\n\
 "), stdout);
       fputs (_("\
-      --no-preserve-root  do not treat `/' specially (the default)\n\
-      --preserve-root    fail to operate recursively on `/'\n\
+      --no-preserve-root  do not treat '/' specially (the default)\n\
+      --preserve-root    fail to operate recursively on '/'\n\
 "), stdout);
       fputs (_("\
       --reference=RFILE  use RFILE's owner and group rather than\n\
@@ -136,7 +136,7 @@ one takes effect.\n\
       fputs (_("\
 \n\
 Owner is unchanged if missing.  Group is unchanged if missing, but changed\n\
-to login group if implied by a `:' following a symbolic OWNER.\n\
+to login group if implied by a ':' following a symbolic OWNER.\n\
 OWNER and GROUP may be numeric as well as symbolic.\n\
 "), stdout);
       printf (_("\
index 8fd6cb1..1b72a74 100644 (file)
@@ -133,7 +133,7 @@ and column three contains lines common to both files.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\
 \n\
-Note, comparisons honor the rules specified by `LC_COLLATE'.\n\
+Note, comparisons honor the rules specified by 'LC_COLLATE'.\n\
 "), stdout);
       printf (_("\
 \n\
index 10ffc9c..ad8c656 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -246,7 +246,7 @@ fails, or if --reflink=auto is specified, fall back to a standard copy.\n\
 "), stdout);
       fputs (_("\
 \n\
-The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
+The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
 The version control method may be selected via the --backup option or through\n\
 the VERSION_CONTROL environment variable.  Here are the values:\n\
 \n\
index 6488b84..fbd10bb 100644 (file)
@@ -1451,7 +1451,7 @@ Usage: %s [OPTION]... FILE PATTERN...\n\
 "),
               program_name);
       fputs (_("\
-Output pieces of FILE separated by PATTERN(s) to files `xx00', `xx01', ...,\n\
+Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ...,\n\
 and output byte counts of each piece to standard output.\n\
 \n\
 "), stdout);
@@ -1460,7 +1460,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
 "), stdout);
       fputs (_("\
   -b, --suffix-format=FORMAT  use sprintf FORMAT instead of %02d\n\
-  -f, --prefix=PREFIX        use PREFIX instead of `xx'\n\
+  -f, --prefix=PREFIX        use PREFIX instead of 'xx'\n\
   -k, --keep-files           do not remove output files on errors\n\
 "), stdout);
       fputs (_("\
@@ -1482,7 +1482,7 @@ Read standard input if FILE is -.  Each PATTERN may be:\n\
   {INTEGER}          repeat the previous pattern specified number of times\n\
   {*}                repeat the previous pattern as many times as possible\n\
 \n\
-A line OFFSET is a required `+' or `-' followed by a positive integer.\n\
+A line OFFSET is a required '+' or '-' followed by a positive integer.\n\
 "), stdout);
       emit_ancillary_info ();
     }
index 5fe8085..942199d 100644 (file)
@@ -128,11 +128,11 @@ Usage: %s [OPTION]... [+FORMAT]\n\
       fputs (_("\
 Display the current time in the given FORMAT, or set the system date.\n\
 \n\
-  -d, --date=STRING         display time described by STRING, not `now'\n\
+  -d, --date=STRING         display time described by STRING, not 'now'\n\
   -f, --file=DATEFILE       like --date once for each line of DATEFILE\n\
   -I[TIMESPEC], --iso-8601[=TIMESPEC]  output date/time in ISO 8601 format.\n\
-                            TIMESPEC=`date' for date only (the default),\n\
-                            `hours', `minutes', `seconds', or `ns' for date\n\
+                            TIMESPEC='date' for date only (the default),\n\
+                            'hours', 'minutes', 'seconds', or 'ns' for date\n\
                             and time to the indicated precision.\n\
 "), stdout);
       fputs (_("\
@@ -142,7 +142,7 @@ Display the current time in the given FORMAT, or set the system date.\n\
 "), stdout);
       fputs (_("\
       --rfc-3339=TIMESPEC   output date and time in RFC 3339 format.\n\
-                            TIMESPEC=`date', `seconds', or `ns' for\n\
+                            TIMESPEC='date', 'seconds', or 'ns' for\n\
                             date and time to the indicated precision.\n\
                             Date and time components are separated by\n\
                             a single space: 2006-08-07 12:34:56-06:00\n\
@@ -224,7 +224,7 @@ FORMAT controls the output.  Interpreted sequences are:\n\
 By default, date pads numeric fields with zeroes.\n\
 "), stdout);
       fputs (_("\
-The following optional flags may follow `%':\n\
+The following optional flags may follow '%':\n\
 \n\
   -  (hyphen) do not pad the field\n\
   _  (underscore) pad with spaces\n\
index 261aee6..5e55acd 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -573,7 +573,7 @@ Each FLAG symbol may be:\n\
         char const *siginfo_name = (SIGINFO == SIGUSR1 ? "USR1" : "INFO");
         printf (_("\
 \n\
-Sending a %s signal to a running `dd' process makes it\n\
+Sending a %s signal to a running 'dd' process makes it\n\
 print I/O statistics to standard error and then resume copying.\n\
 \n\
   $ dd if=/dev/zero of=/dev/null& pid=$!\n\
index e3d55c4..881b45f 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -855,7 +855,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (_("\
   -a, --all             include dummy file systems\n\
   -B, --block-size=SIZE  scale sizes by SIZE before printing them.  E.g.,\n\
-                           `-BM' prints sizes in units of 1,048,576 bytes.\n\
+                           '-BM' prints sizes in units of 1,048,576 bytes.\n\
                            See SIZE format below.\n\
       --total           produce a grand total\n\
   -h, --human-readable  print sizes in human readable format (e.g., 1K 234M 2G)\
index 617e6d9..0123229 100644 (file)
@@ -109,7 +109,7 @@ Determine format of output:\n\
 \n\
 If FILE is specified, read it to determine which colors to use for which\n\
 file types and extensions.  Otherwise, a precompiled database is used.\n\
-For details on the format of these files, run `dircolors --print-database'.\n\
+For details on the format of these files, run 'dircolors --print-database'.\n\
 "), stdout);
       emit_ancillary_info ();
     }
index 07ac9d8..b2afc52 100644 (file)
@@ -48,7 +48,7 @@ Usage: %s NAME\n\
               program_name, program_name);
       fputs (_("\
 Output NAME with its last non-slash component and trailing slashes removed;\n\
-if NAME contains no /'s, output `.' (meaning the current directory).\n\
+if NAME contains no /'s, output '.' (meaning the current directory).\n\
 \n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
index 689e9bc..3920f38 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -272,14 +272,14 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       --apparent-size   print apparent sizes, rather than disk usage; although\
 \n\
                           the apparent size is usually smaller, it may be\n\
-                          larger due to holes in (`sparse') files, internal\n\
+                          larger due to holes in ('sparse') files, internal\n\
                           fragmentation, indirect blocks, and the like\n\
 "), stdout);
       fputs (_("\
   -B, --block-size=SIZE  scale sizes by SIZE before printing them.  E.g.,\n\
-                           `-BM' prints sizes in units of 1,048,576 bytes.\n\
+                           '-BM' prints sizes in units of 1,048,576 bytes.\n\
                            See SIZE format below.\n\
-  -b, --bytes           equivalent to `--apparent-size --block-size=1'\n\
+  -b, --bytes           equivalent to '--apparent-size --block-size=1'\n\
   -c, --total           produce a grand total\n\
   -D, --dereference-args  dereference only symlinks that are listed on the\n\
                           command line\n\
@@ -321,7 +321,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
                           atime, access, use, ctime or status\n\
       --time-style=STYLE  show times using style STYLE:\n\
                           full-iso, long-iso, iso, +FORMAT\n\
-                          FORMAT is interpreted like `date'\n\
+                          FORMAT is interpreted like 'date'\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
index f17d736..3ed018d 100644 (file)
@@ -250,7 +250,7 @@ separates increasing precedence groups.  EXPRESSION may be:\n\
 "), stdout);
       fputs (_("\
   + TOKEN                    interpret TOKEN as a string, even if it is a\n\
-                               keyword like `match' or an operator like `/'\n\
+                               keyword like 'match' or an operator like '/'\n\
 \n\
   ( EXPRESSION )             value of EXPRESSION\n\
 "), stdout);
index 5da7fe8..0a30b07 100644 (file)
@@ -54,7 +54,7 @@ sub usage ($)
   my $STREAM = ($exit_code == 0 ? *STDOUT : *STDERR);
   if ($exit_code != 0)
     {
-      print $STREAM "Try `$ME --help' for more information.\n";
+      print $STREAM "Try '$ME --help' for more information.\n";
     }
   else
     {
@@ -103,7 +103,7 @@ EOF
   my $file = $ARGV[0];
 
   open FH, $file
-    or die "$ME: can't open `$file' for reading: $!\n";
+    or die "$ME: can't open '$file' for reading: $!\n";
 
   # For each line like this:
   #   case S_MAGIC_ROMFS: /* 0x7275 */
index 2ef3e92..f4118e7 100644 (file)
@@ -117,10 +117,10 @@ Mandatory arguments to long options are mandatory for short options too.\n\
 "), stdout);
       fputs (_("\
   -c, --bytes=[-]K         print the first K bytes of each file;\n\
-                             with the leading `-', print all but the last\n\
+                             with the leading '-', print all but the last\n\
                              K bytes of each file\n\
   -n, --lines=[-]K         print the first K lines instead of the first 10;\n\
-                             with the leading `-', print all but the last\n\
+                             with the leading '-', print all but the last\n\
                              K lines of each file\n\
 "), stdout);
       fputs (_("\
index 45d5e0a..830d364 100644 (file)
@@ -648,7 +648,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\
 \n\
-The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
+The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
 The version control method may be selected via the --backup option or through\n\
 the VERSION_CONTROL environment variable.  Here are the values:\n\
 \n\
index 1712062..dbaf108 100644 (file)
@@ -199,7 +199,7 @@ by whitespace.  When FILE1 or FILE2 (not both) is -, read standard input.\n\
 "), stdout);
       fputs (_("\
   -i, --ignore-case  ignore differences in case when comparing fields\n\
-  -j FIELD          equivalent to `-1 FIELD -2 FIELD'\n\
+  -j FIELD          equivalent to '-1 FIELD -2 FIELD'\n\
   -o FORMAT         obey FORMAT while constructing output line\n\
   -t CHAR           use CHAR as input and output field separator\n\
 "), stdout);
@@ -220,15 +220,15 @@ by whitespace.  When FILE1 or FILE2 (not both) is -, read standard input.\n\
 Unless -t CHAR is given, leading blanks separate fields and are ignored,\n\
 else fields are separated by CHAR.  Any FIELD is a field number counted\n\
 from 1.  FORMAT is one or more comma or blank separated specifications,\n\
-each being `FILENUM.FIELD' or `0'.  Default FORMAT outputs the join field,\n\
+each being 'FILENUM.FIELD' or '0'.  Default FORMAT outputs the join field,\n\
 the remaining fields from FILE1, the remaining fields from FILE2, all\n\
 separated by CHAR.  If FORMAT is the keyword 'auto', then the first\n\
 line of each file determines the number of fields output for each line.\n\
 \n\
 Important: FILE1 and FILE2 must be sorted on the join fields.\n\
-E.g., use \"sort -k 1b,1\" if `join' has no options,\n\
-or use \"join -t ''\" if `sort' has no options.\n\
-Note, comparisons honor the rules specified by `LC_COLLATE'.\n\
+E.g., use \"sort -k 1b,1\" if 'join' has no options,\n\
+or use \"join -t ''\" if 'sort' has no options.\n\
+Note, comparisons honor the rules specified by 'LC_COLLATE'.\n\
 If the input is not sorted and some lines cannot be joined, a\n\
 warning message will be given.\n\
 "), stdout);
index bdb1c5e..ed920c3 100644 (file)
@@ -95,7 +95,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\n\
-SIGNAL may be a signal name like `HUP', or a signal number like `1',\n\
+SIGNAL may be a signal name like 'HUP', or a signal number like '1',\n\
 or the exit status of a process terminated by a signal.\n\
 PID is an integer; if negative it identifies a process group.\n\
 "), stdout);
index 0c1cd85..6eeddde 100644 (file)
--- a/src/ln.c
+++ b/src/ln.c
@@ -380,7 +380,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\
 \n\
-The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
+The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
 The version control method may be selected via the --backup option or through\n\
 the VERSION_CONTROL environment variable.  Here are the values:\n\
 \n\
index 362c58d..9bda3bc 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -4662,7 +4662,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
 "), stdout);
       fputs (_("\
       --block-size=SIZE      scale sizes by SIZE before printing them.  E.g.,\n\
-                               `--block-size=M' prints sizes in units of\n\
+                               '--block-size=M' prints sizes in units of\n\
                                1,048,576 bytes.  See SIZE format below.\n\
   -B, --ignore-backups       do not list implied entries ending with ~\n\
   -c                         with -lt: sort by, and show, ctime (time of last\n\
@@ -4672,8 +4672,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
 "), stdout);
       fputs (_("\
   -C                         list entries by columns\n\
-      --color[=WHEN]         colorize the output.  WHEN defaults to `always'\n\
-                               or can be `never' or `auto'.  More info below\n\
+      --color[=WHEN]         colorize the output.  WHEN defaults to 'always'\n\
+                               or can be 'never' or 'auto'.  More info below\n\
   -d, --directory            list directory entries instead of contents,\n\
                                and do not dereference symbolic links\n\
   -D, --dired                generate output designed for Emacs' dired mode\n\
@@ -4681,7 +4681,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (_("\
   -f                         do not sort, enable -aU, disable -ls --color\n\
   -F, --classify             append indicator (one of */=>@|) to entries\n\
-      --file-type            likewise, except do not append `*'\n\
+      --file-type            likewise, except do not append '*'\n\
       --format=WORD          across -x, commas -m, horizontal -x, long -l,\n\
                                single-column -1, verbose -l, vertical -C\n\
       --full-time            like -l --time-style=full-iso\n\
@@ -4740,7 +4740,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (_("\
   -q, --hide-control-chars   print ? instead of non graphic characters\n\
       --show-control-chars   show non graphic characters as-is (default\n\
-                             unless program is `ls' and output is a terminal)\n\
+                             unless program is 'ls' and output is a terminal)\n\
   -Q, --quote-name           enclose entry names in double quotes\n\
       --quoting-style=WORD   use quoting style WORD for entry names:\n\
                                literal, locale, shell, shell-always, c, escape\
@@ -4764,10 +4764,10 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (_("\
       --time-style=STYLE     with -l, show times using style STYLE:\n\
                              full-iso, long-iso, iso, locale, +FORMAT.\n\
-                             FORMAT is interpreted like `date'; if FORMAT is\n\
+                             FORMAT is interpreted like 'date'; if FORMAT is\n\
                              FORMAT1<newline>FORMAT2, FORMAT1 applies to\n\
                              non-recent files and FORMAT2 to recent files;\n\
-                             if STYLE is prefixed with `posix-', STYLE\n\
+                             if STYLE is prefixed with 'posix-', STYLE\n\
                              takes effect only outside the POSIX locale\n\
 "), stdout);
       fputs (_("\
index 7024866..6f9c2c5 100644 (file)
@@ -204,7 +204,7 @@ The following three options are useful only when verifying checksums:\n\
 \n\
 The sums are computed as described in %s.  When checking, the input\n\
 should be a former output of this program.  The default mode is to print\n\
-a line with checksum, a character indicating input mode (`*' for binary,\n\
+a line with checksum, a character indicating input mode ('*' for binary,\n\
 space for text), and name for each FILE.\n"),
               DIGEST_REFERENCE);
       emit_ancillary_info ();
index 9ae6538..aa92b68 100644 (file)
@@ -68,7 +68,7 @@ usage (int status)
       printf (_("Usage: %s [OPTION]... [TEMPLATE]\n"), program_name);
       fputs (_("\
 Create a temporary file or directory, safely, and print its name.\n\
-TEMPLATE must contain at least 3 consecutive `X's in last component.\n\
+TEMPLATE must contain at least 3 consecutive 'X's in last component.\n\
 If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and --tmpdir is implied.\n\
 "), stdout);
       fputs (_("\
index ef39883..b7c29d9 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -320,7 +320,7 @@ If you specify more than one of -i, -f, -n, only the final one takes effect.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\
 \n\
-The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
+The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
 The version control method may be selected via the --backup option or through\n\
 the VERSION_CONTROL environment variable.  Here are the values:\n\
 \n\
index e19d294..d395ca5 100644 (file)
@@ -64,10 +64,10 @@ Run COMMAND, ignoring hangup signals.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       printf (_("\n\
 If standard input is a terminal, redirect it from /dev/null.\n\
-If standard output is a terminal, append output to `nohup.out' if possible,\n\
-`$HOME/nohup.out' otherwise.\n\
+If standard output is a terminal, append output to 'nohup.out' if possible,\n\
+'$HOME/nohup.out' otherwise.\n\
 If standard error is a terminal, redirect it to standard output.\n\
-To save output to FILE, use `%s COMMAND > FILE'.\n"),
+To save output to FILE, use '%s COMMAND > FILE'.\n"),
               program_name);
       printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME);
       emit_ancillary_info ();
index 6f0874d..1bbe864 100644 (file)
@@ -519,7 +519,7 @@ usage (int status)
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       printf (_("\
 \n\
-A lightweight `finger' program;  print user information.\n\
+A lightweight 'finger' program;  print user information.\n\
 The utmp file will be %s.\n\
 "), UTMP_FILE);
       emit_ancillary_info ();
index 91091fd..538d8fc 100644 (file)
@@ -122,7 +122,7 @@ FORMAT controls the output as in C printf.  Interpreted sequences are:\n\
 "), stdout);
       fputs (_("\
   %%      a single %\n\
-  %b      ARGUMENT as a string with `\\' escapes interpreted,\n\
+  %b      ARGUMENT as a string with '\\' escapes interpreted,\n\
           except that octal escapes are of the form \\0 or \\0NNN\n\
 \n\
 and all C format specifications ending with one of diouxXfeEgGcs, with\n\
index 668a31d..3e64fa1 100644 (file)
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -1089,7 +1089,7 @@ print_field (BLOCK field)
                   break;
 
                 case 3:                /* Grave accent */
-                  printf ("\\`%s%c", (base == 'i' ? "\\" : ""), base);
+                  printf ("\\'%s%c", (base == 'i' ? "\\" : ""), base);
                   break;
 
                 case 4:                /* Circumflex accent */
@@ -1827,11 +1827,11 @@ Mandatory arguments to long options are mandatory for short options too.\n\
 "), stdout);
       fputs (_("\
   -A, --auto-reference           output automatically generated references\n\
-  -G, --traditional              behave more like System V `ptx'\n\
+  -G, --traditional              behave more like System V 'ptx'\n\
   -F, --flag-truncation=STRING   use STRING for flagging line truncations\n\
 "), stdout);
       fputs (_("\
-  -M, --macro-name=STRING        macro name to use instead of `xx'\n\
+  -M, --macro-name=STRING        macro name to use instead of 'xx'\n\
   -O, --format=roff              generate output as roff directives\n\
   -R, --right-side-refs          put references at right, not counted in -w\n\
   -S, --sentence-regexp=REGEXP   for end of lines or end of sentences\n\
@@ -1854,7 +1854,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\
 \n\
-With no FILE or if FILE is -, read Standard Input.  `-F /' by default.\n\
+With no FILE or if FILE is -, read Standard Input.  '-F /' by default.\n\
 "), stdout);
       emit_ancillary_info ();
     }
index 130a665..d055a30 100644 (file)
@@ -76,7 +76,7 @@ all but the last component must exist\n\
       fputs (_("\
   -e, --canonicalize-existing  all components of the path must exist\n\
   -m, --canonicalize-missing   no components of the path need exist\n\
-  -L, --logical                resolve `..' components before symlinks\n\
+  -L, --logical                resolve '..' components before symlinks\n\
   -P, --physical               resolve symlinks as encountered (default)\n\
   -q, --quiet                  suppress most error messages\n\
       --relative-to=FILE       print the resolved path relative to FILE\n\
index e9d5a59..a962886 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -151,8 +151,8 @@ Remove (unlink) the FILE(s).\n\
                           that of the corresponding command line argument\n\
 "), stdout);
       fputs (_("\
-      --no-preserve-root  do not treat `/' specially\n\
-      --preserve-root   do not remove `/' (default)\n\
+      --no-preserve-root  do not treat '/' specially\n\
+      --preserve-root   do not remove '/' (default)\n\
   -r, -R, --recursive   remove directories and their contents recursively\n\
   -v, --verbose         explain what is being done\n\
 "), stdout);
@@ -165,7 +165,7 @@ option to remove each listed directory, too, along with all of its contents.\n\
 "), stdout);
       printf (_("\
 \n\
-To remove a file whose name starts with a `-', for example `-foo',\n\
+To remove a file whose name starts with a '-', for example '-foo',\n\
 use one of these commands:\n\
   %s -- -foo\n\
 \n\
index f966ba2..f91a815 100644 (file)
@@ -170,9 +170,9 @@ Remove the DIRECTORY(ies), if they are empty.\n\
                     is non-empty\n\
 "), stdout);
       fputs (_("\
-  -p, --parents   remove DIRECTORY and its ancestors; e.g., `rmdir -p a/b/c' is\
+  -p, --parents   remove DIRECTORY and its ancestors; e.g., 'rmdir -p a/b/c' is\
 \n\
-                    similar to `rmdir a/b/c a/b a'\n\
+                    similar to 'rmdir a/b/c a/b a'\n\
   -v, --verbose   output a diagnostic for every directory processed\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
index 3276614..d60ca80 100644 (file)
--- a/src/seq.c
+++ b/src/seq.c
@@ -88,7 +88,7 @@ INCREMENT is usually positive if FIRST is smaller than LAST, and\n\
 INCREMENT is usually negative if FIRST is greater than LAST.\n\
 "), stdout);
       fputs (_("\
-FORMAT must be suitable for printing one argument of type `double';\n\
+FORMAT must be suitable for printing one argument of type 'double';\n\
 it defaults to %.PRECf if FIRST, INCREMENT, and LAST are all fixed point\n\
 decimal numbers with maximum precision PREC, and to %g otherwise.\n\
 "), stdout);
index bae6fd5..c80bd43 100644 (file)
@@ -45,8 +45,8 @@ usage (int status)
       printf (_("\
 Usage: %s NUMBER[SUFFIX]...\n\
   or:  %s OPTION\n\
-Pause for NUMBER seconds.  SUFFIX may be `s' for seconds (the default),\n\
-`m' for minutes, `h' for hours or `d' for days.  Unlike most implementations\n\
+Pause for NUMBER seconds.  SUFFIX may be 's' for seconds (the default),\n\
+'m' for minutes, 'h' for hours or 'd' for days.  Unlike most implementations\n\
 that require NUMBER be an integer, here NUMBER may be an arbitrary floating\n\
 point number.  Given two or more arguments, pause for the amount of time\n\
 specified by the sum of their values.\n\
index 33f4ffe..54cb5ec 100644 (file)
@@ -414,7 +414,7 @@ Ordering options:\n\
       fputs (_("\
   -g, --general-numeric-sort  compare according to general numerical value\n\
   -i, --ignore-nonprinting    consider only printable characters\n\
-  -M, --month-sort            compare (unknown) < `JAN' < ... < `DEC'\n\
+  -M, --month-sort            compare (unknown) < 'JAN' < ... < 'DEC'\n\
 "), stdout);
       fputs (_("\
   -h, --human-numeric-sort    compare human readable numbers (e.g., 2K 1G)\n\
index d0abd65..8a57363 100644 (file)
@@ -184,7 +184,7 @@ Usage: %s [OPTION]... [INPUT [PREFIX]]\n\
               program_name);
       fputs (_("\
 Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default\n\
-size is 1000 lines, and default PREFIX is `x'.  With no INPUT, or when INPUT\n\
+size is 1000 lines, and default PREFIX is 'x'.  With no INPUT, or when INPUT\n\
 is -, read standard input.\n\
 \n\
 "), stdout);
@@ -196,11 +196,11 @@ Mandatory arguments to long options are mandatory for short options too.\n\
   -b, --bytes=SIZE        put SIZE bytes per output file\n\
   -C, --line-bytes=SIZE   put at most SIZE bytes of lines per output file\n\
   -d, --numeric-suffixes  use numeric suffixes instead of alphabetic\n\
-  -e, --elide-empty-files  do not generate empty output files with `-n'\n\
+  -e, --elide-empty-files  do not generate empty output files with '-n'\n\
       --filter=COMMAND    write to shell COMMAND; file name is $FILE\n\
   -l, --lines=NUMBER      put NUMBER lines per output file\n\
   -n, --number=CHUNKS     generate CHUNKS output files.  See below\n\
-  -u, --unbuffered        immediately copy input to output with `-n r/...'\n\
+  -u, --unbuffered        immediately copy input to output with '-n r/...'\n\
 "), DEFAULT_SUFFIX_LENGTH);
       fputs (_("\
       --verbose           print a diagnostic just before each\n\
@@ -215,7 +215,7 @@ N       split into N files based on size of input\n\
 K/N     output Kth of N to stdout\n\
 l/N     split into N files without splitting lines\n\
 l/K/N   output Kth of N to stdout without splitting lines\n\
-r/N     like `l' but use round robin distribution\n\
+r/N     like 'l' but use round robin distribution\n\
 r/K/N   likewise but only output Kth of N to stdout\n\
 "), stdout);
       emit_ancillary_info ();
index a4ec52e..bffe61b 100644 (file)
@@ -103,10 +103,10 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\n\
-If MODE is `L' the corresponding stream will be line buffered.\n\
+If MODE is 'L' the corresponding stream will be line buffered.\n\
 This option is invalid with standard input.\n"), stdout);
       fputs (_("\n\
-If MODE is `0' the corresponding stream will be unbuffered.\n\
+If MODE is '0' the corresponding stream will be unbuffered.\n\
 "), stdout);
       fputs (_("\n\
 Otherwise MODE is a number which may be followed by one of the following:\n\
@@ -115,10 +115,10 @@ In this case the corresponding stream will be fully buffered with the buffer\n\
 size set to MODE bytes.\n\
 "), stdout);
       fputs (_("\n\
-NOTE: If COMMAND adjusts the buffering of its standard streams (`tee' does\n\
-for e.g.) then that will override corresponding settings changed by `stdbuf'.\n\
-Also some filters (like `dd' and `cat' etc.) don't use streams for I/O,\n\
-and are thus unaffected by `stdbuf' settings.\n\
+NOTE: If COMMAND adjusts the buffering of its standard streams ('tee' does\n\
+for e.g.) then that will override corresponding settings changed by 'stdbuf'.\n\
+Also some filters (like 'dd' and 'cat' etc.) don't use streams for I/O,\n\
+and are thus unaffected by 'stdbuf' settings.\n\
 "), stdout);
       emit_ancillary_info ();
     }
index fa48dbb..5b9e741 100644 (file)
@@ -579,11 +579,11 @@ Control settings:\n\
    csN           set character size to N bits, N in [5..8]\n\
 "), stdout);
       fputs (_("\
-   [-]cstopb     use two stop bits per character (one with `-')\n\
+   [-]cstopb     use two stop bits per character (one with '-')\n\
    [-]hup        send a hangup signal when the last process closes the tty\n\
    [-]hupcl      same as [-]hup\n\
    [-]parenb     generate parity bit in output and expect parity bit in input\n\
-   [-]parodd     set odd parity (even with `-')\n\
+   [-]parodd     set odd parity (even with '-')\n\
 "), stdout);
       fputs (_("\
 \n\
@@ -643,7 +643,7 @@ Local settings:\n\
  * -crtkill      kill all line by obeying the echoctl and echok settings\n\
 "), stdout);
       fputs (_("\
- * [-]ctlecho    echo control characters in hat notation (`^c')\n\
+ * [-]ctlecho    echo control characters in hat notation ('^c')\n\
    [-]echo       echo input characters\n\
  * [-]echoctl    same as [-]ctlecho\n\
    [-]echoe      same as [-]crterase\n\
@@ -652,7 +652,7 @@ Local settings:\n\
       fputs (_("\
  * [-]echoke     same as [-]crtkill\n\
    [-]echonl     echo newline even if not echoing other characters\n\
- * [-]echoprt    echo erased characters backward, between `\\' and '/'\n\
+ * [-]echoprt    echo erased characters backward, between '\\' and '/'\n\
    [-]icanon     enable erase, kill, werase, and rprnt special characters\n\
    [-]iexten     enable non-POSIX special characters\n\
 "), stdout);
@@ -661,7 +661,7 @@ Local settings:\n\
    [-]noflsh     disable flushing after interrupt and quit special characters\n\
  * [-]prterase   same as [-]echoprt\n\
  * [-]tostop     stop background jobs that try to write to the terminal\n\
- * [-]xcase      with icanon, escape with `\\' for uppercase characters\n\
+ * [-]xcase      with icanon, escape with '\\' for uppercase characters\n\
 "), stdout);
       fputs (_("\
 \n\
index 123cfba..857f7cc 100644 (file)
@@ -310,7 +310,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
      fputs (VERSION_OPTION_DESCRIPTION, stdout);
      fputs (_("\
 \n\
-If the first character of K (the number of bytes or lines) is a `+',\n\
+If the first character of K (the number of bytes or lines) is a '+',\n\
 print beginning with the Kth item from the start of each file, otherwise,\n\
 print the last K items in the file.  K may have a multiplier suffix:\n\
 b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,\n\
index ca8f0eb..fb388d1 100644 (file)
@@ -220,7 +220,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
                  this long after the initial signal was sent.\n\
   -s, --signal=SIGNAL\n\
                  specify the signal to be sent on timeout.\n\
-                 SIGNAL may be a name like `HUP' or a number.\n\
+                 SIGNAL may be a name like 'HUP' or a number.\n\
                  See `kill -l` for a list of signals\n"), stdout);
 
       fputs (HELP_OPTION_DESCRIPTION, stdout);
@@ -228,8 +228,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
 
       fputs (_("\n\
 DURATION is a floating point number with an optional suffix:\n\
-`s' for seconds (the default), `m' for minutes, `h' for hours \
-or `d' for days.\n"), stdout);
+'s' for seconds (the default), 'm' for minutes, 'h' for hours \
+or 'd' for days.\n"), stdout);
 
       fputs (_("\n\
 If the command times out, then exit with status 124.  Otherwise, exit\n\
index 5bc541c..b8f32c7 100644 (file)
@@ -121,8 +121,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       emit_size_note ();
       fputs (_("\n\
 SIZE may also be prefixed by one of the following modifying characters:\n\
-`+' extend by, `-' reduce by, `<' at most, `>' at least,\n\
-`/' round down to multiple of, `%' round up to multiple of.\n"), stdout);
+'+' extend by, '-' reduce by, '<' at most, '>' at least,\n\
+'/' round down to multiple of, '%' round up to multiple of.\n"), stdout);
       emit_ancillary_info ();
     }
   exit (status);
index e4a2d15..9eb1bf8 100644 (file)
@@ -172,8 +172,8 @@ characters.  Fields are skipped before chars.\n\
      fputs (_("\
 \n\
 Note: 'uniq' does not detect repeated lines unless they are adjacent.\n\
-You may want to sort the input first, or use `sort -u' without `uniq'.\n\
-Also, comparisons honor the rules specified by `LC_COLLATE'.\n\
+You may want to sort the input first, or use 'sort -u' without 'uniq'.\n\
+Also, comparisons honor the rules specified by 'LC_COLLATE'.\n\
 "), stdout);
       emit_ancillary_info ();
     }
index 00d4637..6514cce 100644 (file)
--- a/src/who.c
+++ b/src/who.c
@@ -682,7 +682,7 @@ Print information about users who are currently logged in.\n\
       printf (_("\
 \n\
 If FILE is not specified, use %s.  %s as FILE is common.\n\
-If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n\
+If ARG1 ARG2 given, -m presumed: 'am i' or 'mom likes' are usual.\n\
 "), UTMP_FILE, WTMP_FILE);
       emit_ancillary_info ();
     }
index 535c13f..1084f44 100644 (file)
--- a/src/yes.c
+++ b/src/yes.c
@@ -45,7 +45,7 @@ Usage: %s [STRING]...\n\
               program_name, program_name);
 
       fputs (_("\
-Repeatedly output a line with all specified STRING(s), or `y'.\n\
+Repeatedly output a line with all specified STRING(s), or 'y'.\n\
 \n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);