From 1e601d8798724089ceda0540f1892c6e68c5db82 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 25 Jun 2016 11:23:59 +0200 Subject: [PATCH] server: Improve documentation of dccp-slices-per-group. This text was worded rather badly. The new text tries to say the same, without duplicated words and typos. --- m4/gengetopt/server.m4 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/m4/gengetopt/server.m4 b/m4/gengetopt/server.m4 index 6aca7bac..48e7a1f4 100644 --- a/m4/gengetopt/server.m4 +++ b/m4/gengetopt/server.m4 @@ -284,13 +284,12 @@ int typestr = "num" optional default = "4" details = " - This value must be larger than the value given for above - dccp-data-slices-per-group above. The difference being the - number of redundant slices per group, i.e. the number of - data packets that may be lost without causing interruptions - of the resulting audio stream. + This value must be larger than the value of the argument to + --dccp-data-slices-per-group. The difference of the two values is + the number of redundant slices, that is, the number of slices which + may be lost without causing interruptions in the audio stream. - Increase this value if for lossy networks. + Increase this value if you are on a lossy network. " #################### -- 2.30.2