summaryrefslogtreecommitdiff
path: root/sfeed_xmlenc.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-03-12 13:11:17 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-03-12 13:11:17 +0100
commit99a8e4deeb81480f2c0c2798256fe9c2df006ff1 (patch)
treed8602e786c19b2690f55626a91194e0bdb4033a2 /sfeed_xmlenc.1
parent317d08eee3494234e1e5f84fca0240abfdc8e2f5 (diff)
sfeed_web.1, sfeed_xmlenc.1: remove unneeded mdoc escape sequence
Diffstat (limited to 'sfeed_xmlenc.1')
-rw-r--r--sfeed_xmlenc.18
1 files changed, 4 insertions, 4 deletions
diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1
index 9e46cf7..ccd6516 100644
--- a/sfeed_xmlenc.1
+++ b/sfeed_xmlenc.1
@@ -1,20 +1,20 @@
-.Dd November 1, 2020
+.Dd March 12, 2021
.Dt SFEED_XMLENC 1
.Os
.Sh NAME
.Nm sfeed_xmlenc
-.Nd get text\-encoding from XML
+.Nd get text-encoding from XML
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
-reads XML data from stdin and writes the found text\-encoding to stdout.
+reads XML data from stdin and writes the found text-encoding to stdout.
It converts characters in the encoding-name to lowercase and strips characters
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 xkcd Atom feed:
.Bd -literal
curl -s -L http://www.xkcd.com/atom.xml | sfeed_xmlenc
.Ed