]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(sleep invocation): Document that accepting
authorJim Meyering <jim@meyering.net>
Sun, 25 Jun 2006 06:55:07 +0000 (06:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Jun 2006 06:55:07 +0000 (06:55 +0000)
multiple arguments and suffixes are extensions.
Reported by Dan Jacobson.

doc/ChangeLog
doc/coreutils.texi

index 04aa1d77bc9f8aa3f7abac87bbd5e0afe780c6d8..d3b8bbbbb7d370df0168ba1f26797ab3380ea447 100644 (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
index c84335f782df7e07d1f598fcab6ab30233929dad..9fee7fd7edaf248f95ae55cd8ef5262ed2b00aef 100644 (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).