diff --git a/doc/protocols.texi b/doc/protocols.texi index cd9126cccb3a062087a4e59498072c3e3dd5907f..3e5a707b1476925671588a6fc30a39696a88104c 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -166,7 +166,7 @@ This protocol accepts the following options. @table @option @item timeout -Set timeout of socket I/O operations used by the underlying low level +Set timeout in microseconds of socket I/O operations used by the underlying low level operation. By default it is set to -1, which means that the timeout is not specified. @@ -244,7 +244,7 @@ Override the User-Agent header. If not specified the protocol will use a string describing the libavformat build. ("Lavf/<version>") @item timeout -Set timeout of socket I/O operations used by the underlying low level +Set timeout in microseconds of socket I/O operations used by the underlying low level operation. By default it is set to -1, which means that the timeout is not specified.