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:
@@ -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
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user