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/who.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/who.c') diff --git a/src/who.c b/src/who.c index ceb0d93fb..195316975 100644 --- a/src/who.c +++ b/src/who.c @@ -103,7 +103,7 @@ static bool do_lookup; /* If true, display only a list of usernames and count of the users logged on. - Ignored for `who am i'. */ + Ignored for 'who am i'. */ static bool short_list; /* If true, display only name, line, and time fields. */ -- cgit v1.2.3-54-g00ecf