From 0daba5bf22a41d2fa0f4cedda1946c36cfd6133c Mon Sep 17 00:00:00 2001 From: Bruno Vernay Date: Sun, 17 Dec 2017 14:40:12 +0100 Subject: [PATCH] Add the autoconnect option It is in the --help but not in the man page. --- man/jackd.0 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/jackd.0 b/man/jackd.0 index f0665f66..cdb75c39 100644 --- a/man/jackd.0 +++ b/man/jackd.0 @@ -53,6 +53,12 @@ These do not include \fIbackend\-parameters\fR, which are listed using the \fB\-\-help\fR option for each specific backend. Examples below show how to list them. +.TP +\fB\-a, \-\-autoconnect\fR \fImodechar\fR +Select how to handle self connect requests. They can be ignore or fail, +on all port or just external ones. Use the \fB\-\-help\fR option to know +your system specific options. The default is to not restrict self connect +requests.". .TP \fB\-m, \-\-no\-mlock\fR Do not attempt to lock memory, even if \fB\-\-realtime\fR.