From 796e311b746ef94f11efcf003e6b3c858597e447 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 2 May 2022 20:09:15 +0200 Subject: manual pages: properly escape some more backslashes ... and bump the date also. --- sfeed.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sfeed.1') 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 -- cgit v1.2.3