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/sleep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sleep.c') diff --git a/src/sleep.c b/src/sleep.c index bae6fd5b8..c80bd43e9 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -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\ -- cgit v1.2.3-54-g00ecf