summaryrefslogtreecommitdiff
path: root/sfeed_web.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-04 16:39:56 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-04 16:39:56 +0100
commitc77b5c3a699d129436e5a757973f84265f41e135 (patch)
tree0b445f39c1bbdecd639efdb6666ba911d5777ef1 /sfeed_web.1
parent4568a8156b81d1860c88b09b34a2d65a54db62dc (diff)
doc: improve
- mandoc: fix mandoc errors and warnings. - remove pre-generated HTML documentation.
Diffstat (limited to 'sfeed_web.1')
-rw-r--r--sfeed_web.15
1 files changed, 3 insertions, 2 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1
index 473a1a1..d05407b 100644
--- a/sfeed_web.1
+++ b/sfeed_web.1
@@ -15,8 +15,8 @@ urls to stdout.
.Bl -tag -width 8n
.It Ar baseurl
optional base url to use for found feed urls that are relative.
+.El
.Sh OUTPUT FORMAT
-.Pp
content\-type<space>url<newline>
.Bl -tag -width 13n
.It Ar content\-type
@@ -24,11 +24,12 @@ Usually application/atom+xml or application/rss+xml.
.It Ar url
Found url to the feed. If the url is relative and the baseurl option is
specified then the url is changed accordingly.
+.El
.Sh EXAMPLES
-.Pp
Get urls from xkcd website:
.Bd -literal
wget http://www.xkcd.com -q -O - | sfeed_web "http://www.xkcd.com/"
+.Ed
.Sh SEE ALSO
.Xr sh 1 ,
.Xr sfeed_update 1