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

@ -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``