summaryrefslogtreecommitdiff
path: root/sfeed.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-05-02 20:09:15 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-05-02 20:09:15 +0200
commit796e311b746ef94f11efcf003e6b3c858597e447 (patch)
tree7df544f9d6bb76342e2f542ff1313ab81fb4e242 /sfeed.1
parent06cd065b6e4ee41d893caae5200bf276ae6a12bd (diff)
manual pages: properly escape some more backslashes
... and bump the date also.
Diffstat (limited to 'sfeed.1')
-rw-r--r--sfeed.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sfeed.1 b/sfeed.1
index 34cd5fb..c4a3c02 100644
--- a/sfeed.1
+++ b/sfeed.1
@@ -1,4 +1,4 @@
-.Dd March 29, 2022
+.Dd May 2, 2022
.Dt SFEED 1
.Os
.Sh NAME
@@ -60,8 +60,8 @@ To convert the character set from a feed that is not UTF-8 encoded the
.Xr iconv 1
tool can be used:
.Bd -literal
-curl -s 'https://codemadness.org/some_iso-8859-1_feed.xml' | \\
-iconv -f iso-8859-1 -t utf-8 | \\
+curl -s 'https://codemadness.org/some_iso-8859-1_feed.xml' | \e
+iconv -f iso-8859-1 -t utf-8 | \e
sfeed
.Ed
.Sh EXAMPLE SETUP