]> Shamusworld >> Repos - ardour-manual/commitdiff
Add trailing ampersand to a2jmidid.
authorSimon Kågedal Reimer <skagedal@gmail.com>
Sat, 14 Feb 2015 22:32:23 +0000 (23:32 +0100)
committerSimon Kågedal Reimer <skagedal@gmail.com>
Sat, 14 Feb 2015 22:32:23 +0000 (23:32 +0100)
Without this, qjackctl will freeze.

_manual/03_setting-up-your-system/05_setting-up-midi/02_midi-on-linux.html

index 73f384684704073345c673700fe33817a5665220..f775c83c3c2f9ba4b6a954c674b8b71943db7414 100644 (file)
@@ -68,8 +68,7 @@ to start JACK.
 
 <p>
 For other versions of JACK,
-add <kbd class="input">a2jmidid -e</kbd> as an "after start-up" script
+add <kbd class="input">a2jmidid -e &amp;</kbd> as an "after start-up" script
 in the <kbd class="menu">Setup &gt; Options</kbd> tab of QJackCtl, so
 that it is started automatically whenever you start JACK.
 </p>
-