summaryrefslogtreecommitdiff
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
parent06cd065b6e4ee41d893caae5200bf276ae6a12bd (diff)
manual pages: properly escape some more backslashes
... and bump the date also.
-rw-r--r--sfeed.16
-rw-r--r--sfeed.52
-rw-r--r--sfeed_gopher.14
-rw-r--r--sfeedrc.52
4 files changed, 7 insertions, 7 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
diff --git a/sfeed.5 b/sfeed.5
index 8b2638e..be55c18 100644
--- 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
index a5b4e3a..671cd08 100644
--- 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
index 10c234e..344ee42 100644
--- a/sfeedrc.5
+++ b/sfeedrc.5
@@ -1,4 +1,4 @@
-.Dd March 7, 2022
+.Dd May 2, 2022
.Dt SFEEDRC 5
.Os
.Sh NAME