summaryrefslogtreecommitdiff
path: root/sfeed_web.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2017-12-24 13:05:47 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2017-12-24 13:05:47 +0100
commit1dff8155ac38dc37efab4b023f220926e5410e05 (patch)
treeab44dd9826ad8fca8d286f0325054a2fc9a7d715 /sfeed_web.1
parentb232db436b7b9343c336ef941c47cf8b107d1f7e (diff)
sfeed_web: print relative url now directly if no base url specified
Diffstat (limited to 'sfeed_web.1')
-rw-r--r--sfeed_web.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1
index 145e0c8..646aa24 100644
--- a/sfeed_web.1
+++ b/sfeed_web.1
@@ -1,4 +1,4 @@
-.Dd December 25, 2014
+.Dd December 13, 2017
.Dt SFEED_WEB 1
.Os
.Sh NAME
@@ -20,14 +20,14 @@ Optional base url to use for found feed urls that are relative.
url<TAB>content\-type<newline>
.Bl -tag -width Ds
.It url
-Found absolute url.
+Found relative or absolute url.
If the url is relative and the
.Ar baseurl
option is
specified then the url is made absolute.
If the url is relative and no
.Ar baseurl
-option is specified it is empty.
+option is specified then it is printed as is.
.It content\-type
Usually application/atom+xml or application/rss+xml.
.El