]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
server: Improve documentation of dccp-slices-per-group.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 25 Jun 2016 09:23:59 +0000 (11:23 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Jun 2016 11:38:40 +0000 (13:38 +0200)
This text was worded rather badly. The new text tries to say the
same, without duplicated words and typos.

m4/gengetopt/server.m4

index 6aca7bac7f41ddb9a37d4ec96e329a210e275f1f..48e7a1f49c299c3e8c52779c363df6b28b17e461 100644 (file)
@@ -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.
 "
 
 ####################