From ea3a54576942708a8cd0538df64f59ea7209b394 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 18 May 2019 01:36:19 +0200 Subject: [PATCH] Added sections "PROTOCOL SUPPORT" and "ENVIRONMENT" to man-page. --- remwharead.1.adoc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/remwharead.1.adoc b/remwharead.1.adoc index 73e659a..f766094 100644 --- a/remwharead.1.adoc +++ b/remwharead.1.adoc @@ -2,7 +2,7 @@ :doctype: manpage :Author: tastytea :Email: tastytea@tastytea.de -:Date: 2019-05-16 +:Date: 2019-05-18 :Revision: 0.0.0 :man source: remwharead :man manual: General Commands Manual @@ -68,12 +68,27 @@ implementation follows RFC 4180 and the full MIME media type is AsciiDoc is a markup language that can be read as plain text or converted to HTML, PDF and many other formats. +== PROTOCOL SUPPORT + +Since remwharead is built on libcurl, it supports the same protocols. See +*curl*(1), section _DESCRIPTION_. Titles and descriptions are currently only extracted +when using HTTP(S). + +== ENVIRONMENT + +You can use proxy servers with the same environment variables as curl. See +*curl*(1), section _ENVIRONMENT_. + == FILES * *Database*: `${XDG_DATA_HOME}/remwharead/database.sqlite` `${XDG_DATA_HOME}` is usually `~/.local/share`. +== SEE ALSO + +*curl*(1) + == REPORTING BUGS Bugtracker: https://schlomp.space/tastytea/remwharead/issues