summaryrefslogtreecommitdiff
path: root/sfeed_html.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-05 18:41:27 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-05 18:41:27 +0200
commitc28a8ba769f2c0468436e7a5d42264644711ff51 (patch)
treef23ae38b03d175a8068054ff6b3a5e70e0617332 /sfeed_html.1
parent1a1bd0e5a3a1a9dbdf20d7afec7c3246c2468e34 (diff)
improve man-pages and documentation
Diffstat (limited to 'sfeed_html.1')
-rw-r--r--sfeed_html.123
1 files changed, 17 insertions, 6 deletions
diff --git a/sfeed_html.1 b/sfeed_html.1
index 43a529c..a507535 100644
--- a/sfeed_html.1
+++ b/sfeed_html.1
@@ -1,17 +1,28 @@
-.Dd December 25, 2014
+.Dd August 5, 2015
.Dt SFEED_HTML 1
.Os
.Sh NAME
.Nm sfeed_html
-.Nd formats a feeds file to HTML
+.Nd format feed data to HTML
.Sh SYNOPSIS
.Nm
+.Op Ar file...
.Sh DESCRIPTION
.Nm
-formats a feeds file (TSV) from
-.Xr sfeed_update 1
-to HTML. It reads TSV data from stdin and writes HTML to stdout. For the exact TSV format see
-.Xr sfeed_update 1 .
+formats feed data (TSV) from
+.Xr sfeed 1
+from stdin or
+.Ar file
+to stdout in HTML.
+If one or more
+.Ar file
+are specified, 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
+is empty.
.Sh SEE ALSO
.Xr sfeed 1 ,
.Xr sfeed_plain 1