From 1627b555eca033bab9a351a95db403d921efa3d3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 31 Dec 2019 02:56:43 +0100 Subject: [PATCH] Cosmetic fixes in manpage. --- man/mastorss.1.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/mastorss.1.adoc b/man/mastorss.1.adoc index cb614d6..af4e00d 100644 --- a/man/mastorss.1.adoc +++ b/man/mastorss.1.adoc @@ -2,7 +2,7 @@ :doctype: manpage :Author: tastytea :Email: tastytea@tastytea.de -:Date: 2019-12-29 +:Date: 2019-12-31 :Revision: 0.0.0 :man source: mastorss :man manual: General Commands Manual @@ -136,8 +136,8 @@ Currently only HTTP and HTTPS are supported. == PROXY SERVERS mastorss supports HTTP proxies set via the environment variable -_http_proxy_. Accepted format: _\http://[user[:password]@]host[:port]/_ No SOCKS -proxy support yet, sorry. +_http_proxy_. Accepted format: _+++http://[user[:password]@]host[:port]/+++_. No +SOCKS proxy support yet, sorry. .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”. ================================================================================ -[source,shell] +[source,shellsession] -------------------------------------------------------------------------------- -MASTORSS_DEBUG=1 mastorss example +% MASTORSS_DEBUG=1 mastorss example -------------------------------------------------------------------------------- ================================================================================