jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.0KB

  1. .TH JACK_WAIT "1" "!DATE!" "!VERSION!"
  2. .SH NAME
  3. jack_wait \- JACK toolkit client to check and wait for existence/exit of jackd.
  4. .SH SYNOPSIS
  5. \fBjack_wait\fR [ \fI-s\fR | \fI--server\fR servername ] [ \fI-t\fR | \fI--timeout\fR timeout_seconds [ \fI-cqwhv\fR ]
  6. .SH DESCRIPTION
  7. \fBjack_wait\fR When invoked with \fI-c\fR it only checks for the existence of a jack server. When invoked with \fI-w\fR the
  8. program will wait for a jackd to be available.
  9. The \fI-q\fR makes it wait for the jackd to exit.
  10. .SH OPTIONS
  11. .TP
  12. \fB-w\fR, \fB--wait\fR
  13. .br
  14. Wait for jackd to be available.
  15. .TP
  16. \fB-q\fR, \fB--quit\fR
  17. .br
  18. Wait for jackd quit.
  19. .TP
  20. \fB-c\fR, \fB--check\fR
  21. .br
  22. Only check for existence of jackd, and exit.
  23. .TP
  24. \fB-s\fR, \fB--server\fR \fIservername\fR
  25. .br
  26. Connect to the jack server named \fIservername\fR
  27. .TP
  28. \fB-t\fR, \fB--timeout\fR \fItimeout_seconds\fR
  29. .br
  30. Only wait \fItimeout_seconds\fR.
  31. .TP
  32. \fB-h\fR, \fB--help\fR
  33. .br
  34. Display help/usage message
  35. .TP
  36. \fB-v\fR, \fB--version\fR
  37. .br
  38. Output version information and exit