summaryrefslogtreecommitdiff
path: root/sfeed.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-01-27 13:07:45 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-01-27 15:24:02 +0100
commit645ef7420056796e6d2716bf920b8704451912ac (patch)
tree17f7ad1a29673a5c5a0feaad33ee061c59626c42 /sfeed.1
parent2f8a83288d91ea0abc2e4ebd6754513ee3ad37ec (diff)
typofixes
Diffstat (limited to 'sfeed.1')
-rw-r--r--sfeed.18
1 files changed, 4 insertions, 4 deletions
diff --git a/sfeed.1 b/sfeed.1
index 262c5cd..0045716 100644
--- a/sfeed.1
+++ b/sfeed.1
@@ -1,4 +1,4 @@
-.Dd January 1, 2021
+.Dd January 26, 2021
.Dt SFEED 1
.Os
.Sh NAME
@@ -13,8 +13,8 @@ reads RSS or Atom feed data (XML) from stdin.
It writes the feed data in a TAB-separated format to stdout.
A
.Ar baseurl
-can be specified if the links in the feed are relative urls.
-It is recommended to always have absolute urls in your feeds.
+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 output per line in a TSV-like format.
.Pp
@@ -35,7 +35,7 @@ UNIX timestamp in UTC+0, empty if missing or on parse failure.
.It title
Title text, HTML code in titles is ignored and is treated as plain-text.
.It link
-Absolute url, unsafe characters are encoded.
+Absolute URL, unsafe characters are encoded.
.It content
Content, can have plain-text or HTML code depending on the content-type field.
.It content-type