manual pages: properly escape some more backslashes

... and bump the date also.
This commit is contained in:
Hiltjo Posthuma 2022-05-02 20:09:15 +02:00
parent 06cd065b6e
commit 796e311b74
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
.Dd November 23, 2021
.Dd May 2, 2022
.Dt SFEED 5
.Os
.Sh NAME

View File

@ -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

View File

@ -1,4 +1,4 @@
.Dd March 7, 2022
.Dd May 2, 2022
.Dt SFEEDRC 5
.Os
.Sh NAME