From e5264d70b3c2157d85e97cbc53cbf4db0bc37b09 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sun, 7 Apr 2013 03:06:39 +0000
Subject: [PATCH] doc: Rewrite udp sender description

This text was rather badly written. Replace it with better English.
---
 m4/gengetopt/server.m4 | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/m4/gengetopt/server.m4 b/m4/gengetopt/server.m4
index 24d344e9..d1293a02 100644
--- a/m4/gengetopt/server.m4
+++ b/m4/gengetopt/server.m4
@@ -340,18 +340,19 @@ optional
 option "udp_header_interval" H
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 "duration for sending header"
-int typestr="ms"
-default="2000"
+int typestr = "ms"
+default = "2000"
 optional
-details="
+details = "
 	As the udp sender has no idea about connected clients it
 	sends the audio file header periodically if necessary. This
-	option is used to specify the duration of the interval between
-	sending the header. Shorter values decrease the average time
-	clients have to wait before being able to start playback,
-	but this also increases the amount network traffic. Note
-	that this affects only ogg vorbis streams as this is the only
-	audio format that needs an audio file header.
+	option specifies the duration between subsequent headers are
+	sent. Smaller values decrease the average time clients have
+	to wait before starting playback, larger values decrease
+	network traffic.
+
+	Note that this affects only ogg/* and wma streams. Other
+	audio formats, including mp3, don't need an audio file header.
 "
 
 option "udp_ttl" t
-- 
2.39.5