summaryrefslogtreecommitdiff
path: root/sfeedrc.5
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-07-07 11:43:41 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-07-07 11:43:41 +0200
commitc63b60816ff996c89a07131da411269152852cd7 (patch)
tree220d82ad31f68ca48fe69356d28cbe1b4cd6e9ef /sfeedrc.5
parent7afd4987e578631e41333867aa702e326cab87f1 (diff)
sfeedrc.5: document each feed name should be unique
Asked via e-mail. This confused a person which converted an OPML file which yielded an sfeedrc with duplicate names or multiple "unnamed" entries. This caused sfeed_update to fail, because it tried to merge files with the same name and causing a race-condition because the temporary file with the same name was already moved.
Diffstat (limited to 'sfeedrc.5')
-rw-r--r--sfeedrc.55
1 files changed, 4 insertions, 1 deletions
diff --git a/sfeedrc.5 b/sfeedrc.5
index f32a0f2..7aabe75 100644
--- a/sfeedrc.5
+++ b/sfeedrc.5
@@ -1,4 +1,4 @@
-.Dd July 1, 2023
+.Dd July 7, 2023
.Dt SFEEDRC 5
.Os
.Sh NAME
@@ -37,6 +37,9 @@ Name of the feed, this is also used as the filename for the TAB-separated
feed file.
The feed name cannot contain the '/' character because it is a path separator,
they will be replaced with '_'.
+Each
+.Fa name
+should be unique.
.It Fa feedurl
URL to fetch the RSS/Atom data from, usually a HTTP or HTTPS URL.
.It Op Fa basesiteurl