From 4e39f0969af5e28d8b93ddaa866b29c42a5d1cbe Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Wed, 3 Feb 2016 13:41:04 +0100 Subject: [PATCH] docs: Capitalize TCP in service docs --- docs/service.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/service.rst b/docs/service.rst index 8ffb6bd2..10c47a68 100644 --- a/docs/service.rst +++ b/docs/service.rst @@ -105,8 +105,8 @@ directly. Running PulseAudio as a system-wide daemon is discouraged by upstream for details). Rather you can configure PulseAudio and Mopidy so Mopidy sends the sound to the PulseAudio server already running as your main user. -First, configure PulseAudio to accept sound over tcp from localhost by -uncommenting or adding the tcp module to :file:`/etc/pulse/default.pa` or +First, configure PulseAudio to accept sound over TCP from localhost by +uncommenting or adding the TCP module to :file:`/etc/pulse/default.pa` or :file:`$XDG_CONFIG_HOME/pulse/default.pa` (typically :file:`~/.config/pulse/default.pa`)::