summaryrefslogtreecommitdiff
path: root/sfeed_atom.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_atom.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_atom.1')
-rw-r--r--sfeed_atom.110
1 files changed, 5 insertions, 5 deletions
diff --git a/sfeed_atom.1 b/sfeed_atom.1
index bfa5317..0a332a0 100644
--- a/sfeed_atom.1
+++ b/sfeed_atom.1
@@ -1,4 +1,4 @@
-.Dd March 15, 2020
+.Dd July 25, 2021
.Dt SFEED_ATOM 1
.Os
.Sh NAME
@@ -6,22 +6,22 @@
.Nd format feed data to an Atom feed
.Sh SYNOPSIS
.Nm
-.Op Ar file...
+.Op Ar
.Sh DESCRIPTION
.Nm
formats feed data (TSV) from
.Xr sfeed 1
-from stdin or
+from stdin or for each
.Ar file
to stdout as an Atom (XML) feed.
If one or more
.Ar file
-are specified, the basename of the
+arguments are specified then the basename of the
.Ar file
is used as the feed name in the output.
If no
.Ar file
-parameters are specified and so the data is read from stdin the feed name
+arguments are specified and so the data is read from stdin then the feed name
is empty.
.Pp
If