]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix two tiny typos. 215/head
authorMike Brady <mikebrady@eircom.net>
Sun, 31 Jan 2016 10:57:49 +0000 (10:57 +0000)
committerMike Brady <mikebrady@eircom.net>
Sun, 31 Jan 2016 10:57:49 +0000 (10:57 +0000)
README.md

index ffb6f1dfa49c363ebaaf1af619db0513446921f8..c6b6fb561e6140e65613a3a7c78441d5a7019a6b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -153,7 +153,7 @@ Choose the appropriate `--with-*` options:
 
 **`systemd` and "System V"**
 
-At the time of writing, there are two widely-used systems for automatically starting programs automatically at startup: `systemd` and "System V" . (There are others, but they are not considered here.) To see if the `systemd` process is running on your system, enter the following command:
+At the time of writing, there are two widely-used systems for starting programs automatically at startup: `systemd` and "System V" . (There are others, but they are not considered here.) To see if the `systemd` process is running on your system, enter the following command:
 
 `ps aux | grep systemd | grep -v grep`
 
@@ -233,7 +233,7 @@ There are two logically distinct parts to getting Shairport Sync to run properly
 Starting and stopping Shairport Sync automatically is taken care of differently in different versions of Linux – see the previous section for an example of installing into a `systemd` or a System V based system.
 
 **(2) Settings:**
-To get the best from Shairport Sync, you’ll need to (a) give Shairport Sync a service name by which it will be seen in iTunes etc., (b) specify the output device to use and (c) specify the name of the mixer volume control to use to control the output level. To get values for (b) and (b) you might need to explore the ALSA output devices with a program like `alsamixer` or similar.
+To get the best from Shairport Sync, you’ll need to (a) give Shairport Sync a service name by which it will be seen in iTunes etc., (b) specify the output device to use and (c) specify the name of the mixer volume control to use to control the output level. To get values for (b) and (c) you might need to explore the ALSA output devices with a program like `alsamixer` or similar.
 
 Shairport Sync reads settings from a configuration file at `/etc/shairport-sync.conf`. When you run `$sudo make install`, a sample configuration file is installed (or updated) at `/etc/shairport-sync.conf.sample`. This contains all the setting groups and all the settings available, but they all are commented out (comments begin with `//`) so that default values are used. The file contains explanations of the settings, useful hints and suggestions. In addition, if the file doesn't already exist, a default configuration is installed at `/etc/shairport-sync.conf`, which should work in almost any system with a sound card.