Browse Source

[man] add -C option to manpage

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4434 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.121.0
torben 14 years ago
parent
commit
06df2a35c9
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      jackd/jackd.1.in

+ 6
- 0
jackd/jackd.1.in View File

@@ -105,6 +105,12 @@ Prevent JACK from ever kicking out clients because they were too slow.
This cancels the effect any specified timeout value, but JACK and its clients are This cancels the effect any specified timeout value, but JACK and its clients are
still subject to the supervision of the watchdog thread or its equivalent. still subject to the supervision of the watchdog thread or its equivalent.
.TP .TP
\fB\-C, \-\-timeout-thres \fItries\fR
.br
Stop processing clients if JACK cannot complete the process cycle in time (typically caused by CPU overloading or misbehaved clients). The optional \fItries\fR
argument specifies the number of consectutive process cycles that must fail before JACK gives up (default is 10). Processing will resume on the next change to the port
graph (i.e. a port is added, removed, connected or disconnected)
.TP
\fB\-u, \-\-unlock\fR \fB\-u, \-\-unlock\fR
.br .br
Unlock libraries GTK+, QT, FLTK, Wine. Unlock libraries GTK+, QT, FLTK, Wine.


Loading…
Cancel
Save