mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
34 lines
1.4 KiB
Diff
34 lines
1.4 KiB
Diff
From bc005a112e6fff85ba02f5f292f877d8daa70984 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?J=C3=B8rn=20Lomax?= <northlomax@gmail.com>
|
|
Date: Sun, 16 Sep 2012 20:03:20 +0300
|
|
Subject: [PATCH] Fix spelling mistakes in man page
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=856187
|
|
https://gna.org/support/?2961
|
|
---
|
|
man/a2jmidid.1 | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/man/a2jmidid.1 b/man/a2jmidid.1
|
|
index b4fe9d6..d4b4bf5 100644
|
|
--- a/man/a2jmidid.1
|
|
+++ b/man/a2jmidid.1
|
|
@@ -19,13 +19,13 @@ specifies which jack-server to use
|
|
.SH NOTES
|
|
ALSA does not guarantee client names to by unique. I.e. it is possible
|
|
to have two apps that create two clients with same ALSA client name.
|
|
-JACK however requires port names to be unqiue. To ensure this uniqueness,
|
|
+JACK however requires port names to be unique. To ensure this uniqueness,
|
|
a2jmidid will add the unique numeric ALSA client ID to the JACK port name.
|
|
However this behaviour is known to be problematic when restoring
|
|
connections using simplistic tools like aj\-snapshot and jack_connect.
|
|
In order to make them work, the -u option can be used. This option will
|
|
cause a2jmidid to omit the numeric ALSA Client ID from JACK port names.
|
|
-In this mode, ALSA client name uniqueness must be guartanteed externally.
|
|
+In this mode, ALSA client name uniqueness must be guaranteed externally.
|
|
|
|
.SH AUTHOR
|
|
Eric Hedekar <after the beep at g mail dot nospam com>
|
|
--
|
|
2.15.0
|
|
|