[master] ccf616762 Formatting

Federico G. Schwindt fgsch at lodoss.net
Tue Aug 28 20:55:06 UTC 2018


commit ccf616762078a955c2d6e60641ba5cce58f3c193
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Aug 28 21:52:28 2018 +0100

    Formatting

diff --git a/doc/sphinx/reference/vcl_var.rst b/doc/sphinx/reference/vcl_var.rst
index b54c654e4..054cf2ff4 100644
--- a/doc/sphinx/reference/vcl_var.rst
+++ b/doc/sphinx/reference/vcl_var.rst
@@ -585,11 +585,9 @@ bereq.connect_timeout
 
 	Writable from: vcl_pipe, backend
 
-	Default:
-
-	* ``.connect_timeout`` attribute from the
-	  :ref:`backend_definition`, which defaults to the
-	* ``connect_timeout`` parameter, see :ref:`varnishd(1)`
+	Default: ``.connect_timeout`` attribute from the
+	:ref:`backend_definition`, which defaults to the
+	``connect_timeout`` parameter, see :ref:`varnishd(1)`
 
 	The time in seconds to wait for a backend connection to be
 	established.
@@ -603,11 +601,9 @@ bereq.first_byte_timeout
 
 	Writable from: backend
 
-	Default:
-
-	* ``.first_byte_timeout`` attribute from the
-	  :ref:`backend_definition`, which defaults to the
-	* ``first_byte_timeout`` parameter, see :ref:`varnishd(1)`
+	Default: ``.first_byte_timeout`` attribute from the
+	:ref:`backend_definition`, which defaults to the
+	``first_byte_timeout`` parameter, see :ref:`varnishd(1)`
 
 	The time in seconds to wait getting the first byte back
 	from the backend.  Not available in pipe mode.
@@ -621,11 +617,9 @@ bereq.between_bytes_timeout
 
 	Writable from: backend
 
-	Default:
-
-	* ``.between_bytes_timeout`` attribute from the
-	  :ref:`backend_definition`, which defaults to the
-	* ``between_bytes_timeout`` parameter, see :ref:`varnishd(1)`
+	Default: ``.between_bytes_timeout`` attribute from the
+	:ref:`backend_definition`, which defaults to the
+	``between_bytes_timeout`` parameter, see :ref:`varnishd(1)`
 
 	The time in seconds to wait between each received byte from the
 	backend.  Not available in pipe mode.


More information about the varnish-commit mailing list