summaryrefslogtreecommitdiff
path: root/sfeedrc.5
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-01-12 00:50:04 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-01-16 12:27:13 +0100
commit7270aee2452804631741c971d3b4bc6d52ca72a6 (patch)
treeb44fd09771bd2603e8d538e527bb7eb372f74ef6 /sfeedrc.5
parent4c35fd89e81ee83b1174dd6cfed3d6beaf25dc63 (diff)
sfeed_update: make convertencoding() consistent with other overridable functions
This adds the name as the first parameter for the convertencoding() function, like filter, merge, order, etc. This can be useful to make an exception rule for text decoding in a more clean way.
Diffstat (limited to 'sfeedrc.5')
-rw-r--r--sfeedrc.56
1 files changed, 4 insertions, 2 deletions
diff --git a/sfeedrc.5 b/sfeedrc.5
index 00b912e..12c8f87 100644
--- a/sfeedrc.5
+++ b/sfeedrc.5
@@ -1,4 +1,4 @@
-.Dd February 4, 2020
+.Dd January 11, 2021
.Dt SFEEDRC 5
.Os
.Sh NAME
@@ -71,10 +71,12 @@ Used feedfile (useful for comparing modification times).
By default the tool
.Xr curl 1
is used.
-.It Fn convertencoding "from" "to"
+.It Fn convertencoding "name" "from" "to"
Convert from text-encoding to another and writes it to stdout, its arguments
are:
.Bl -tag -width Ds
+.It Fa name
+Feed name.
.It Fa from
From text-encoding.
.It Fa to