commit 0be54d5601304b261b465354689bde99a9dcd4aa
parent 6b600ef1006f5511a452833653975b4c5beeab46
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 14 Jul 2019 13:22:09 +0200
sfeed_update.1, sfeedrc.5: document replacing '/' in filenames
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sfeed_update.1 b/sfeed_update.1
@@ -1,4 +1,4 @@
-.Dd July 7, 2019
+.Dd July 14, 2019
.Dt SFEED_UPDATE 1
.Os
.Sh NAME
@@ -66,6 +66,7 @@ TAB-separated format containing all items per feed.
The
.Nm
script merges new items with this file.
+The filename cannot contain '/' characters, they will be replaced with '_'.
.El
.Sh EXAMPLES
To update your feeds and format them in various formats:
diff --git a/sfeedrc.5 b/sfeedrc.5
@@ -1,4 +1,4 @@
-.Dd January 25, 2019
+.Dd July 14, 2019
.Dt SFEEDRC 5
.Os
.Sh NAME
@@ -29,6 +29,7 @@ Function to process the feed, its arguments are in the order:
.It Fa name
Name of the feed, this is also used as the filename for the TAB-separated
feed file.
+The filename cannot contain '/' characters, they will be replaced with '_'.
.It Fa feedurl
Uri to fetch the RSS/Atom data from, usually a HTTP or HTTPS uri.
.It Op Fa basesiteurl