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/stty.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/stty.c') diff --git a/src/stty.c b/src/stty.c index fa48dbbef..5b9e741de 100644 --- a/src/stty.c +++ b/src/stty.c @@ -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\ -- cgit v1.2.3-54-g00ecf