summaryrefslogtreecommitdiff
path: root/sfeed_web.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-07-24 22:46:05 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-07-24 22:46:05 +0200
commit8a07c4a3d0b6662fd7cd2d360e0a0002620f4b97 (patch)
tree3832a7e7406c26ef28dfda322b67285bd42610c3 /sfeed_web.1
parentae4efcfe056be97ab231c065380df0c78fbed65a (diff)
sfeed_{web,xmlenc}.1: use my site as an example
Diffstat (limited to 'sfeed_web.1')
-rw-r--r--sfeed_web.14
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1
index 9690b7e..3a83ca7 100644
--- a/sfeed_web.1
+++ b/sfeed_web.1
@@ -1,4 +1,4 @@
-.Dd July 7, 2021
+.Dd July 24, 2021
.Dt SFEED_WEB 1
.Os
.Sh NAME
@@ -35,7 +35,7 @@ Usually application/atom+xml or application/rss+xml.
.Sh EXAMPLES
Get URLs from xkcd website:
.Bd -literal
-curl -s -L 'http://www.xkcd.com/' | sfeed_web 'http://www.xkcd.com/'
+curl -s -L 'https://codemadness.org/' | sfeed_web 'https://codemadness.org/'
.Ed
.Sh SEE ALSO
.Xr sfeed_update 1 ,