diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-07-07 18:14:22 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-07-07 18:14:22 +0200 |
commit | 57daf99ec7b6e83dab788787728b28b07421bd13 (patch) | |
tree | 836cf8471a64e00d7852c3ffa7219b47cb67b2f7 | |
parent | ed8079dc3e8ce513c788a5ab11444aac221cbc5b (diff) |
sfeed_web.1: fix typo: url -> URL
-rw-r--r-- | sfeed_web.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1 index b58b10e..9690b7e 100644 --- a/sfeed_web.1 +++ b/sfeed_web.1 @@ -1,4 +1,4 @@ -.Dd March 12, 2021 +.Dd July 7, 2021 .Dt SFEED_WEB 1 .Os .Sh NAME @@ -19,7 +19,7 @@ Optional base URL to use for found feed URLs that are relative. .Sh OUTPUT FORMAT url<TAB>content-type<newline> .Bl -tag -width Ds -.It url +.It URL Found relative or absolute URL. .Pp For relative URLs if a <base href="..." /> tag is found it will be used, |