sfeedrc.5: fix consistency for feed name argument - sfeed - RSS and Atom parser | |
git clone git://git.codemadness.org/sfeed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c658cf92deeca62991057d1e4e2fb8b94a2d64df | |
parent 3f9e25899c6c860d622c18af1b7058135c4a802d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 20 Nov 2024 20:39:03 +0100 | |
sfeedrc.5: fix consistency for feed name argument | |
Diffstat: | |
M sfeedrc.5 | 6 +++--- | |
1 file changed, 3 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/sfeedrc.5 b/sfeedrc.5 | |
@@ -1,4 +1,4 @@ | |
-.Dd October 30, 2024 | |
+.Dd November 20, 2024 | |
.Dt SFEEDRC 5 | |
.Os | |
.Sh NAME | |
@@ -74,7 +74,7 @@ Fetch feed from URL and write the data to stdout. | |
Its arguments are: | |
.Bl -tag -width Ds | |
.It Fa name | |
-Specified name in configuration file (useful for logging). | |
+Feed name. | |
.It Fa url | |
URL to fetch. | |
.It Fa feedfile | |
@@ -107,7 +107,7 @@ data to stdout. | |
Its arguments are: | |
.Bl -tag -width Ds | |
.It Fa name | |
-Name of the feed. | |
+Feed name. | |
.It Fa feedurl | |
URL of the feed. | |
.It Fa basesiteurl |