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

NAME

       timeout - manual page for timeout 0.0.14

DESCRIPTION

       timeout 0.0.14 Start COMMAND, and kill it if still running after DURATION.

   USAGE:
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/timeout
              [OPTION] DURATION COMMAND...

   ARGS:
              <duration> <command>...

   OPTIONS:
       --foreground
              when not running timeout directly from a shell prompt, allow COMMAND to  read  from
              the  TTY  and  get TTY signals; in this mode, children of COMMAND will not be timed
              out

       -h, --help
              Print help information

       -k, --kill-after <kill-after>
              also send a KILL signal if COMMAND is still running this  long  after  the  initial
              signal was sent

       --preserve-status
              exit with the same status as COMMAND, even when the command times out

       -s, --signal <signal>
              specify  the  signal  to  be  sent on timeout; SIGNAL may be a name like 'HUP' or a
              number; see 'kill -l' for a list of signals

       -v, --verbose
              diagnose to stderr any signal sent upon timeout

       -V, --version
              Print version information

SEE ALSO

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

              info timeout

       should give you access to the complete manual.