commit 796e311b746ef94f11efcf003e6b3c858597e447
parent 06cd065b6e4ee41d893caae5200bf276ae6a12bd
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 2 May 2022 20:09:15 +0200
manual pages: properly escape some more backslashes
... and bump the date also.
Diffstat:
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git 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
diff --git a/sfeed.5 b/sfeed.5
@@ -1,4 +1,4 @@
-.Dd November 23, 2021
+.Dd May 2, 2022
.Dt SFEED 5
.Os
.Sh NAME
diff --git a/sfeed_gopher.1 b/sfeed_gopher.1
@@ -1,4 +1,4 @@
-.Dd July 31, 2021
+.Dd May 2, 2022
.Dt SFEED_GOPHER 1
.Os
.Sh NAME
@@ -50,7 +50,7 @@ The default is "70".
.Ex -std
.Sh EXAMPLES
.Bd -literal
-SFEED_GOPHER_HOST="codemadness.org" SFEED_GOPHER_PATH="/feeds/" \\
+SFEED_GOPHER_HOST="codemadness.org" SFEED_GOPHER_PATH="/feeds/" \e
sfeed_gopher ~/.sfeed/feeds/*
.Ed
.Sh SEE ALSO
diff --git a/sfeedrc.5 b/sfeedrc.5
@@ -1,4 +1,4 @@
-.Dd March 7, 2022
+.Dd May 2, 2022
.Dt SFEEDRC 5
.Os
.Sh NAME