summaryrefslogtreecommitdiff
path: root/sfeed_xmlenc.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-05 18:41:27 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-05 18:41:27 +0200
commitc28a8ba769f2c0468436e7a5d42264644711ff51 (patch)
treef23ae38b03d175a8068054ff6b3a5e70e0617332 /sfeed_xmlenc.1
parent1a1bd0e5a3a1a9dbdf20d7afec7c3246c2468e34 (diff)
improve man-pages and documentation
Diffstat (limited to 'sfeed_xmlenc.1')
-rw-r--r--sfeed_xmlenc.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1
index c7edd77..66cae17 100644
--- a/sfeed_xmlenc.1
+++ b/sfeed_xmlenc.1
@@ -12,7 +12,7 @@ reads XML data from stdin and writes the found text\-encoding to stdout.
.Sh EXAMPLES
Get text\-encoding from xkcd Atom feed:
.Bd -literal
-wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc
+curl -s -L http://www.xkcd.com/atom.xml | sfeed_xmlenc
.Ed
.Sh SEE ALSO
.Xr sfeed_update 1 ,