diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-07-24 22:46:05 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-07-24 22:46:05 +0200 |
commit | 8a07c4a3d0b6662fd7cd2d360e0a0002620f4b97 (patch) | |
tree | 3832a7e7406c26ef28dfda322b67285bd42610c3 | |
parent | ae4efcfe056be97ab231c065380df0c78fbed65a (diff) |
sfeed_{web,xmlenc}.1: use my site as an example
-rw-r--r-- | sfeed_web.1 | 4 | ||||
-rw-r--r-- | sfeed_xmlenc.1 | 4 |
2 files changed, 4 insertions, 4 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 , diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1 index ccd6516..faaa26d 100644 --- a/sfeed_xmlenc.1 +++ b/sfeed_xmlenc.1 @@ -1,4 +1,4 @@ -.Dd March 12, 2021 +.Dd July 24, 2021 .Dt SFEED_XMLENC 1 .Os .Sh NAME @@ -16,7 +16,7 @@ which are not allowed in an encoding-name. .Sh EXAMPLES Get text-encoding from xkcd Atom feed: .Bd -literal -curl -s -L http://www.xkcd.com/atom.xml | sfeed_xmlenc +curl -s -L 'https://codemadness.org/atom.xml' | sfeed_xmlenc .Ed .Sh SEE ALSO .Xr sfeed_update 1 , |