summaryrefslogtreecommitdiff
path: root/sfeed_web.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-07-27 11:25:02 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-08-03 20:43:54 +0200
commit702fd5193030cae25c199e7c4dba7a9be1ba89cc (patch)
tree0d14b58d285b15724b3d5a643b4425d4f2b51f25 /sfeed_web.1
parent7199cd10a97e9d648b594cf6327f9ed7fa732527 (diff)
man page improvements
Diffstat (limited to 'sfeed_web.1')
-rw-r--r--sfeed_web.18
1 files changed, 4 insertions, 4 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1
index c48b0f9..eb638b1 100644
--- a/sfeed_web.1
+++ b/sfeed_web.1
@@ -1,4 +1,4 @@
-.Dd July 25, 2021
+.Dd July 27, 2021
.Dt SFEED_WEB 1
.Os
.Sh NAME
@@ -9,12 +9,12 @@
.Op Ar baseurl
.Sh DESCRIPTION
.Nm
-reads the HTML website as XML or HTML data from stdin and writes the found
-URLs to stdout.
+reads the HTML data of the webpage from stdin and writes the found URLs to
+stdout.
.Pp
Such a link reference in HTML code looks like:
.Bd -literal
- <link rel="alternate" href="atom.xml" type="application/atom+xml" />
+ <link rel="alternate" href="atom.xml" type="application/atom+xml" />
.Ed
.Sh OPTIONS
.Bl -tag -width 8n