Provided by: rust-coreutils_0.0.14-3_amd64 bug

NAME

       sleep - manual page for sleep 0.0.14

DESCRIPTION

       /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/sleep  0.0.14  Pause
       for NUMBER seconds.

   USAGE:
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/sleep
              NUMBER[SUFFIX]...
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/sleep OPTION

   ARGS:
       <NUMBER>...
              pause for NUMBER seconds

   OPTIONS:
       -h, --help
              Print help information

       -V, --version
              Print version information

       Pause for NUMBER seconds.  SUFFIX may be 's' for seconds (the default), 'm'  for  minutes,
       'h'  for  hours  or  'd'  for days.  Unlike most implementations that require NUMBER be an
       integer, here NUMBER may be an  arbitrary  floating  point  number.   Given  two  or  more
       arguments, pause for the amount of time specified by the sum of their values.

SEE ALSO

       The full documentation for sleep is maintained as a Texinfo manual.  If the info and sleep
       programs are properly installed at your site, the command

              info sleep

       should give you access to the complete manual.