Cosmetic fixes in manpage.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-12-31 02:56:43 +01:00
parent 396a81aa4d
commit 1627b555ec
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
:doctype: manpage :doctype: manpage
:Author: tastytea :Author: tastytea
:Email: tastytea@tastytea.de :Email: tastytea@tastytea.de
:Date: 2019-12-29 :Date: 2019-12-31
:Revision: 0.0.0 :Revision: 0.0.0
:man source: mastorss :man source: mastorss
:man manual: General Commands Manual :man manual: General Commands Manual
@ -136,8 +136,8 @@ Currently only HTTP and HTTPS are supported.
== PROXY SERVERS == PROXY SERVERS
mastorss supports HTTP proxies set via the environment variable mastorss supports HTTP proxies set via the environment variable
_http_proxy_. Accepted format: _\http://[user[:password]@]host[:port]/_ No SOCKS _http_proxy_. Accepted format: _+++http://[user[:password]@]host[:port]/+++_. No
proxy support yet, sorry. SOCKS proxy support yet, sorry.
.Use mastorss with a proxy server .Use mastorss with a proxy server
================================================================================ ================================================================================
@ -174,9 +174,9 @@ Define the variable `MASTORSS_DEBUG` to enable debug output.
.Debug mastorss while using the profile “example”. .Debug mastorss while using the profile “example”.
================================================================================ ================================================================================
[source,shell] [source,shellsession]
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
MASTORSS_DEBUG=1 mastorss example % MASTORSS_DEBUG=1 mastorss example
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
================================================================================ ================================================================================