summaryrefslogtreecommitdiff
path: root/sfeed_web.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_web.1
parent317d08eee3494234e1e5f84fca0240abfdc8e2f5 (diff)
sfeed_web.1, sfeed_xmlenc.1: remove unneeded mdoc escape sequence
Diffstat (limited to 'sfeed_web.1')
-rw-r--r--sfeed_web.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1
index dda12fd..b58b10e 100644
--- a/sfeed_web.1
+++ b/sfeed_web.1
@@ -1,4 +1,4 @@
-.Dd January 26, 2021
+.Dd March 12, 2021
.Dt SFEED_WEB 1
.Os
.Sh NAME
@@ -17,7 +17,7 @@ URLs to stdout.
Optional base URL to use for found feed URLs that are relative.
.El
.Sh OUTPUT FORMAT
-url<TAB>content\-type<newline>
+url<TAB>content-type<newline>
.Bl -tag -width Ds
.It url
Found relative or absolute URL.
@@ -27,7 +27,7 @@ otherwise if the
.Ar baseurl
option is specified then that is used, if neither are set then the relative URL
is printed.
-.It content\-type
+.It content-type
Usually application/atom+xml or application/rss+xml.
.El
.Sh EXIT STATUS