From 0be54d5601304b261b465354689bde99a9dcd4aa Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 14 Jul 2019 13:22:09 +0200 Subject: sfeed_update.1, sfeedrc.5: document replacing '/' in filenames --- sfeed_update.1 | 3 ++- sfeedrc.5 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sfeed_update.1 b/sfeed_update.1 index 07a6a12..372587f 100644 --- 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 index d4bed9c..6bdc6ca 100644 --- 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 -- cgit v1.2.3