diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-07-07 11:43:41 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-07-07 11:43:41 +0200 |
commit | c63b60816ff996c89a07131da411269152852cd7 (patch) | |
tree | 220d82ad31f68ca48fe69356d28cbe1b4cd6e9ef | |
parent | 7afd4987e578631e41333867aa702e326cab87f1 (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.
-rw-r--r-- | sfeedrc.5 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |