diff options
-rw-r--r-- | sfeed_update.1 | 3 | ||||
-rw-r--r-- | 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: @@ -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 |