From 3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 21:03:22 +0100 Subject: maint: src/*.[ch]: convert more `...' to '...' Run this (twice): git grep -E -l '`.+'\' src/*.[ch] \ |xargs perl -pi -e 's/`(.+?'\'')/'\''$1/' --- src/stty.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stty.c') diff --git a/src/stty.c b/src/stty.c index 50ae58c83..afccf2394 100644 --- a/src/stty.c +++ b/src/stty.c @@ -178,13 +178,13 @@ enum output_type changed, all, recoverable /* Default, -a, -g. */ }; -/* Which member(s) of `struct termios' a mode uses. */ +/* Which member(s) of 'struct termios' a mode uses. */ enum mode_type { control, input, output, local, combination }; -/* Flags for `struct mode_info'. */ +/* Flags for 'struct mode_info'. */ #define SANE_SET 1 /* Set in 'sane' mode. */ #define SANE_UNSET 2 /* Unset in 'sane' mode. */ #define REV 4 /* Can be turned off by prepending '-'. */ @@ -366,7 +366,7 @@ static struct mode_info const mode_info[] = struct control_info { const char *name; /* Name given on command line. */ - cc_t saneval; /* Value to set for `stty sane'. */ + cc_t saneval; /* Value to set for 'stty sane'. */ size_t offset; /* Offset in c_cc. */ }; -- cgit v1.2.3-54-g00ecf