From 9af0dced5a2eb167ec7b9dfe3f358f214e45d41a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 14:08:03 +0100 Subject: maint: convert `...' to '...' in --help output 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/' --- src/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/printf.c') diff --git a/src/printf.c b/src/printf.c index 91091fd63..538d8fc47 100644 --- a/src/printf.c +++ b/src/printf.c @@ -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\ -- cgit v1.2.3-54-g00ecf