summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-05-08 13:35:14 +0000
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-05-08 13:35:14 +0000
commit0e100930ceee6e7fa93693f45bcae9b6a5af2696 (patch)
tree4a7b051a21b12ed5f1076b6925a34fdcc779206e
parentea848bdbde26b847c5759fc6e7b10b00e00d922b (diff)
manpage: example non-local path
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r--sfeed_web.12
-rw-r--r--sfeed_xmlenc.12
2 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1
index 1a9bb83..26aceb0 100644
--- a/sfeed_web.1
+++ b/sfeed_web.1
@@ -19,6 +19,6 @@ content\-type is usually: application/atom+xml or application/rss+xml
.TP
Get urls from xkcd website:
.nf
-wget http://www.xkcd.com -q -O - | ./sfeed_web "http://www.xkcd.com/"
+wget http://www.xkcd.com -q -O - | sfeed_web "http://www.xkcd.com/"
.SH BUGS
Please report them!
diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1
index 02c5553..bd92480 100644
--- a/sfeed_xmlenc.1
+++ b/sfeed_xmlenc.1
@@ -9,7 +9,7 @@ It reads XML data from stdin and writes the found text\-encoding to stdout.
.TP
Get text\-encoding from from xkcd Atom feed:
.nf
-wget http://www.xkcd.com/atom.xml -q -O - | ./sfeed_xmlenc
+wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc
.SH SEE ALSO
.BR sh(1)
.BR sfeed_update(1)