From b3cda5e8597cba368f76e74664260028a97243b5 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Tue, 28 Apr 2015 01:29:41 -0300 Subject: [PATCH] Docs: fix `apt_proxy` plugin's README `address` and `port` description were being rendered as bold because of an extra space indenting its `required` note. Also escaped `true`/`false` terms for the `persistent` option. --- bootstrapvz/plugins/apt_proxy/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrapvz/plugins/apt_proxy/README.rst b/bootstrapvz/plugins/apt_proxy/README.rst index 7e42c3e..75c2c16 100644 --- a/bootstrapvz/plugins/apt_proxy/README.rst +++ b/bootstrapvz/plugins/apt_proxy/README.rst @@ -11,9 +11,9 @@ Settings ~~~~~~~~ - ``address``: The IP or host of the proxy server. - ``required`` + ``required`` - ``port``: The port (integer) of the proxy server. - ``required`` + ``required`` - ``username``: The username for authentication against the proxy server. This is ignored if ``password`` is not also set. ``optional`` @@ -22,6 +22,6 @@ Settings ``optional`` - ``persistent``: Whether the proxy configuration file should remain on the machine or not. - Valid values: true, false - Default: ``false`` + Valid values: ``true``, ``false`` + Default: ``false``. ``optional``