diff options
Diffstat (limited to 'sfeed_xmlenc.1')
-rw-r--r-- | sfeed_xmlenc.1 | 2 |
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 , |