multiple arguments and suffixes are extensions.
Reported by Dan Jacobson.
+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
@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).