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.
This commit is contained in:
Tiago Ilieve 2015-04-28 01:29:41 -03:00
parent e409115b25
commit b3cda5e859

View file

@ -11,9 +11,9 @@ Settings
~~~~~~~~ ~~~~~~~~
- ``address``: The IP or host of the proxy server. - ``address``: The IP or host of the proxy server.
``required`` ``required``
- ``port``: The port (integer) of the proxy server. - ``port``: The port (integer) of the proxy server.
``required`` ``required``
- ``username``: The username for authentication against the proxy server. - ``username``: The username for authentication against the proxy server.
This is ignored if ``password`` is not also set. This is ignored if ``password`` is not also set.
``optional`` ``optional``
@ -22,6 +22,6 @@ Settings
``optional`` ``optional``
- ``persistent``: Whether the proxy configuration file should remain on - ``persistent``: Whether the proxy configuration file should remain on
the machine or not. the machine or not.
Valid values: true, false Valid values: ``true``, ``false``
Default: ``false`` Default: ``false``.
``optional`` ``optional``