summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfeed.14
-rw-r--r--sfeed.54
2 files changed, 4 insertions, 4 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.
diff --git a/sfeed.5 b/sfeed.5
index e08a873..b21b7fe 100644
--- a/sfeed.5
+++ b/sfeed.5
@@ -1,4 +1,4 @@
-.Dd April 14, 2019
+.Dd May 2, 2019
.Dt SFEED 5
.Os
.Sh NAME
@@ -11,7 +11,7 @@
reads RSS or Atom feed data (XML) from stdin.
It writes the feed data in a TAB-separated format to stdout.
.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.