From 5e2bfe13d4da3764617ca250959a26175724e083 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 16 Jan 2021 19:59:53 +0100 Subject: [PATCH] =?UTF-8?q?Clarify=20when=20=E2=80=9Cfixes=E2=80=9D=20and?= =?UTF-8?q?=20=E2=80=9Creplacements=E2=80=9D=20apply.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- man/mastorss.1.adoc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/man/mastorss.1.adoc b/man/mastorss.1.adoc index 620c4f3..7ffc1e8 100644 --- a/man/mastorss.1.adoc +++ b/man/mastorss.1.adoc @@ -2,7 +2,7 @@ :doctype: manpage :Author: tastytea :Email: tastytea@tastytea.de -:Date: 2020-12-03 +:Date: 2021-01-16 :Revision: 0.0.0 :man source: mastorss :man manual: General Commands Manual @@ -67,8 +67,9 @@ This string will be appended to every post. The URI of the source feed. *fixes*:: -Array of regular expressions that should be deleted from the text. For -information about the syntax see *perlre*(1). +Array of regular expressions that should be deleted from the text. Applies to +RSS descriptions (after the HTML is stripped). For information about the syntax +see *perlre*(1). *instance*:: Hostname of the instance you're using to post. @@ -97,9 +98,9 @@ content warning) of the post. If true, only post titles, no descriptions. *replacements*:: -Object with a list of regular expressions and replacements. Applies to posts, -subjects and links, but not to the string in _append_. For information about the -syntax see *perlre*(1). +Object with a list of regular expressions and replacements. Applies to posts +(after the HTML is stripped), subjects and links, but not to the string in +_append_. For information about the syntax see *perlre*(1). *add_hashtags*:: If true, replace words with hashtags according to `watchwords.json`.