summaryrefslogtreecommitdiff
path: root/sfeed_web.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-01-01 23:23:06 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-01-02 00:00:21 +0100
commit8c85cbf85c42eca17f18ffe45ffc6bde695a4e26 (patch)
treefe2e5ffa8c3ba0d991d8a2f4f1158da5910dcb97 /sfeed_web.1
parentaec6b5c35ac33736e6b94e1a613666fe19ebb2d4 (diff)
sfeed.1/sfeed_plain.1: add example, improve quoting the url for sfeed_web.1
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 5b93d9b..2fe4409 100644
--- a/sfeed_web.1
+++ b/sfeed_web.1
@@ -1,4 +1,4 @@
-.Dd October 22, 2020
+.Dd January 1, 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 'http://www.xkcd.com/' | sfeed_web 'http://www.xkcd.com/'
.Ed
.Sh SEE ALSO
.Xr sfeed_update 1 ,