1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

(sleep invocation): Document that accepting

multiple arguments and suffixes are extensions.
Reported by Dan Jacobson.
This commit is contained in:
Jim Meyering
2006-06-25 06:55:07 +00:00
parent 99fb2bfe1f
commit b2657ecc6a
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2006-06-20 Eric Blake <ebb9@byu.net>
* coreutils.texi (sleep invocation): Document that accepting
multiple arguments and suffixes are extensions.
Reported by Dan Jacobson.
2006-06-12 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.am (check-texinfo): Use $(_W) and $(W_) instead of
+2 -1
View File
@@ -13410,7 +13410,8 @@ days
@end table
Historical implementations of @command{sleep} have required that
@var{number} be an integer. However, GNU @command{sleep} accepts
@var{number} be an integer, and only accepted a single argument
without a suffix. However, GNU @command{sleep} accepts
arbitrary floating point numbers (using a period before any fractional
digits).