diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-02 20:09:15 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-02 20:09:15 +0200 |
commit | 796e311b746ef94f11efcf003e6b3c858597e447 (patch) | |
tree | 7df544f9d6bb76342e2f542ff1313ab81fb4e242 | |
parent | 06cd065b6e4ee41d893caae5200bf276ae6a12bd (diff) |
manual pages: properly escape some more backslashes
... and bump the date also.
-rw-r--r-- | sfeed.1 | 6 | ||||
-rw-r--r-- | sfeed.5 | 2 | ||||
-rw-r--r-- | sfeed_gopher.1 | 4 | ||||
-rw-r--r-- | sfeedrc.5 | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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 @@ -1,4 +1,4 @@ -.Dd March 7, 2022 +.Dd May 2, 2022 .Dt SFEEDRC 5 .Os .Sh NAME |