]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
man text updates
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 11 Oct 2022 08:46:17 +0000 (09:46 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 11 Oct 2022 08:46:17 +0000 (09:46 +0100)
man/shairport-sync.7
man/shairport-sync.7.xml

index 0f80efef68c94489a151fca301bc678acfd2e4f8..34dbbb2a926896be6de7fb0d11d88d8915d58e75 100644 (file)
@@ -152,14 +152,14 @@ shairport-sync \fB-a "Joe's Stereo"\f1 \fB--\f1 \fB-d hw:1,0\f1 \fB-m hw:1\f1 \f
 
 The program will be visible as "Joe's Stereo" ( \fB-a "Joe's Stereo"\f1 ). The audio backend options following the \fB--\f1 separator specify that the audio will be output on output 0 of soundcard 1 ( \fB-d hw:1,0\f1 ) and will take advantage of the same sound card's mixer ( \fB-m hw:1\f1 ) using the level control named "PCM" ( \fB-c "PCM"\f1 ). 
 
-The example above is slightly contrived in order to show the use of the \fB-m\f1 option. Typically, output 0 is the default output of a card, so the output device could be written \fB-d hw:1\f1 and then the mixer option would be unnecessary, giving the following, simpler, command:
+The example above is slightly contrived: Firstly, output 0 is the default output of a card, so the output device could be written \fB-d hw:1\f1. Secondly, when a mixer name is given ( \fB-c "PCM"\f1 ), the default is that the mixer is on the output device, so the \fB-m hw:1\f1 is unnecessary here. These simplifications give the following command:
 
 shairport-sync \fB-a "Joe's Stereo"\f1 \fB--\f1 \fB-d hw:1\f1 \fB-c PCM\f1
 .SH CREDITS
-Mike Brady developed shairport-sync from the original Shairport by James Laird.
+Mike Brady (\fBhttps://github.com/mikebrady\f1) developed shairport-sync from Shairport by James Wah (\fBhttps://github.com/abrasive\f1).
 
 shairport-sync can be found at \fBhttps://github.com/mikebrady/shairport-sync.\f1
 
-Shairport can be found at \fBhttps://github.com/abrasive/shairport.\f1
+Shairport can be found at \fBhttps://github.com/abrasive/shairport\f1
 .SH COMMENTS
 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
index f85e9fdf6c6dbbff4d5bc96df8eb18a834eca61b..5a4e1b526bcc8650e6068ba67cf36f71df600070 100644 (file)
   ( <opt>-d hw:1,0</opt> ) and will take advantage of the same sound card's mixer
   ( <opt>-m hw:1</opt> ) using the level control named "PCM" ( <opt>-c "PCM"</opt> ).
   </p>
-  <p>The example above is slightly contrived in order to show the use of the <opt>-m</opt>
-  option. Typically, output 0 is the default output of a card, so the output device could
-  be written <opt>-d hw:1</opt> and then the mixer option would be unnecessary, giving the following, simpler, command:</p>
+  <p>The example above is slightly contrived: Firstly, output 0 is the default output of a card,
+  so the output device could be written <opt>-d hw:1</opt>.
+  Secondly, when a mixer name is given ( <opt>-c "PCM"</opt> ),
+  the default is that the mixer is on the output device, so the <opt>-m hw:1</opt> is unnecessary here.
+  These simplifications give the following command:</p>
        <cmd>shairport-sync
       <opt>-a "Joe's Stereo"</opt>
        <opt>--</opt>
   </section>
 
        <section name="Credits">
-       <p>Mike Brady developed shairport-sync from the original Shairport by James Laird.</p>
+       <p>Mike Brady (<url href="https://github.com/mikebrady"/>) developed shairport-sync from Shairport by James Wah (<url href="https://github.com/abrasive"/>).</p>
        <p>shairport-sync can be found at
        <url href="https://github.com/mikebrady/shairport-sync."/></p>
   <p>Shairport can be found at
-  <url href="https://github.com/abrasive/shairport."/></p>
+  <url href="https://github.com/abrasive/shairport"/></p>
        </section>
 
        <section name="Comments">