From 68291d610b9f89c627cf6d0b9a661a287ed15c22 Mon Sep 17 00:00:00 2001 From: Nikolaos Chatzikonstantinou Date: Tue, 14 May 2024 12:25:47 -0400 Subject: [PATCH] doc: improve the man page for sleep This patch is part of work done for a project from Google Summer of Code, see the project details at . * src/sleep.c (sleep invocation): mention the floating-point number usage, which is typical for sleeping milliseconds. --- src/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sleep.c b/src/sleep.c index eedf8b850..27366abab 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -45,7 +45,7 @@ Usage: %s NUMBER[SUFFIX]...\n\ Pause for NUMBER seconds. SUFFIX may be 's' for seconds (the default),\n\ 'm' for minutes, 'h' for hours or 'd' for days. NUMBER need not be an\n\ integer. Given two or more arguments, pause for the amount of time\n\ -specified by the sum of their values.\n\ +specified by the sum of their values. Accepts floating-point numbers.\n\ \n\ "), program_name, program_name); -- 2.39.2