Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-01-12 14:01:12 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-01-12 14:02:12 +0400
commit4a0d1b2159a804de6b91e34ba8e4c12bd76a2da7 (patch)
tree445f3a4fbf813dccec976ede936a392c1f481de0 /doc/protocols.texi
parent0edb44028284f9f000375198e60b1655fccca2bf (diff)
doc/protocols: improve wording of a sentence in http docs
Suggested-By: Alexander Strasser
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index c6579bbb09..6fdd08df78 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -134,7 +134,8 @@ This protocol accepts the following options.
@item seekable
Control seekability of connection. If set to 1 the resource is
supposed to be seekable, if set to 0 it is assumed not to be seekable,
-if set to -1 it will autodetect the seekability. Default value is -1.
+if set to -1 it will try to autodetect if it is seekable. Default
+value is -1.
@item chunked_post
If set to 1 use chunked transfer-encoding for posts, default is 1.