summaryrefslogtreecommitdiff
path: root/sfeed_plain.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_plain.1
parent1a1bd0e5a3a1a9dbdf20d7afec7c3246c2468e34 (diff)
improve man-pages and documentation
Diffstat (limited to 'sfeed_plain.1')
-rw-r--r--sfeed_plain.124
1 files changed, 13 insertions, 11 deletions
diff --git a/sfeed_plain.1 b/sfeed_plain.1
index 1993203..85ccf76 100644
--- a/sfeed_plain.1
+++ b/sfeed_plain.1
@@ -1,24 +1,26 @@
-.Dd December 25, 2014
+.Dd August 5, 2015
.Dt SFEED_PLAIN 1
.Os
.Sh NAME
.Nm sfeed_plain
-.Nd formats a feeds file to a plain-text list
+.Nd format feed data to a plain-text list
.Sh SYNOPSIS
.Nm
.Op Ar file...
.Sh DESCRIPTION
.Nm
-formats one or more
-.Ar files
-to a plain-text list. Each plain-text item will contain the feed name which
-will be the filename. If no argument is given it will read a feed from stdin,
-but there will not be a feed name.
-The data read from
-.Ar files
-or stdin is in a TAB-separated-like format from
+formats feed data (TSV) from
.Xr sfeed 1
-For a more detailed list of this format and its fields see
+from stdin or
+.Ar file
+to stdout as a plain-text list. 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.
.Xr sfeed 1
.Sh SEE ALSO
.Xr sfeed 1 ,