summaryrefslogtreecommitdiff
path: root/sfeed.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-05-02 20:17:30 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-05-02 20:17:30 +0200
commitca6227c6dd5044f4831769d1cce20f203e064d65 (patch)
treed529873234aa94161d735de9fb0d8dbfc1457a9e /sfeed.1
parent979ec9251f95e97d6d38a75a20c847f744689be5 (diff)
sfeed.{1,5}: reword "saved" to output
this program does not store anything, but just write to stdout.
Diffstat (limited to 'sfeed.1')
-rw-r--r--sfeed.14
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed.1 b/sfeed.1
index 855ef42..f7e653c 100644
--- a/sfeed.1
+++ b/sfeed.1
@@ -1,4 +1,4 @@
-.Dd April 14, 2019
+.Dd May 2, 2019
.Dt SFEED 1
.Os
.Sh NAME
@@ -16,7 +16,7 @@ A
can be specified if the links in the feed are relative urls.
It is recommended to always have absolute urls in your feeds.
.Sh TAB-SEPARATED FORMAT FIELDS
-The items are saved in a TSV-like format.
+The items are output per line in a TSV-like format.
.Pp
The fields: title, id, author are not allowed to have newlines and TABs, all
whitespace characters are replaced by a single space character.