From: Jim Meyering Date: Sun, 25 Jun 2006 06:55:07 +0000 (+0000) Subject: (sleep invocation): Document that accepting X-Git-Tag: v6.0~285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2657ecc6a8193a862991bfb08cdc91c6cc5cb91;p=thirdparty%2Fcoreutils.git (sleep invocation): Document that accepting multiple arguments and suffixes are extensions. Reported by Dan Jacobson. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 04aa1d77bc..d3b8bbbbb7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2006-06-20 Eric Blake + + * coreutils.texi (sleep invocation): Document that accepting + multiple arguments and suffixes are extensions. + Reported by Dan Jacobson. + 2006-06-12 Paul Eggert * Makefile.am (check-texinfo): Use $(_W) and $(W_) instead of diff --git a/doc/coreutils.texi b/doc/coreutils.texi index c84335f782..9fee7fd7ed 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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).