diff --git a/NEWS b/NEWS
index 4efe51a7f..26c46f106 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ ver 0.18.8 (not yet released)
- ffmpeg: support libav v10_alpha1
* encoder
- vorbis: fix linker failure
+* output
+ - roar: documentation
* more robust Icy-Metadata parser
* fix Solaris build failure
diff --git a/doc/user.xml b/doc/user.xml
index ccc9e7119..6357267e4 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -1852,6 +1852,51 @@ systemctl start mpd.socket
+
+ roar
+
+
+ The roar plugin connects to a RoarAudio
+ server.
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ server
+ HOSTNAME
+
+
+ The host name of the RoarAudio server. If not
+ specified, then MPD will connect to the default
+ locations.
+
+
+
+
+
+ role
+ ROLE
+
+
+ The "role" that MPD registers itself as in the
+ RoarAudio server. The default is "music".
+
+
+
+
+
+
+