summaryrefslogtreecommitdiff
path: root/sfeed_xmlenc.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-07-25 11:46:35 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-07-25 11:46:44 +0200
commit93044ecd315dad94be56f866c67cf3102605f566 (patch)
tree0d0ad6172e0482da108636274716f3c7417302eb /sfeed_xmlenc.1
parent8a07c4a3d0b6662fd7cd2d360e0a0002620f4b97 (diff)
man page improvements
- Some rewording and typo fixes. - Specify in more detail how sfeed_web detects links from HTML code.
Diffstat (limited to 'sfeed_xmlenc.1')
-rw-r--r--sfeed_xmlenc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1
index faaa26d..10133cf 100644
--- a/sfeed_xmlenc.1
+++ b/sfeed_xmlenc.1
@@ -1,4 +1,4 @@
-.Dd July 24, 2021
+.Dd July 25, 2021
.Dt SFEED_XMLENC 1
.Os
.Sh NAME
@@ -14,7 +14,7 @@ which are not allowed in an encoding-name.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
-Get text-encoding from xkcd Atom feed:
+Get text-encoding from an Atom feed:
.Bd -literal
curl -s -L 'https://codemadness.org/atom.xml' | sfeed_xmlenc
.Ed