summaryrefslogtreecommitdiff
path: root/sfeed_plain.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-06-21 00:24:30 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-06-21 00:24:30 +0200
commit7e575e13c0cdcc4341fa2f0b6dcb90cb4bd3cd71 (patch)
tree144969df46ca9a344ba1eef0fc095ca750904e63 /sfeed_plain.1
parentb2fa0c97f2b5d97631d39fa0cb3f7fe51a10a3c7 (diff)
improvements
Diffstat (limited to 'sfeed_plain.1')
-rw-r--r--sfeed_plain.122
1 files changed, 14 insertions, 8 deletions
diff --git a/sfeed_plain.1 b/sfeed_plain.1
index 474824a..1993203 100644
--- a/sfeed_plain.1
+++ b/sfeed_plain.1
@@ -3,19 +3,25 @@
.Os
.Sh NAME
.Nm sfeed_plain
-.Nd formats a feeds file to plain text
+.Nd formats a feeds file to a plain-text list
.Sh SYNOPSIS
.Nm
+.Op Ar file...
.Sh DESCRIPTION
.Nm
-formats a feeds file (TSV) from
-.Xr sfeed_update 1
-to plain text. It reads TSV data from stdin and writes formatted plain text to
-stdout. For the exact TSV format see
-.Xr sfeed_update 1 .
+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
+.Xr sfeed 1
+For a more detailed list of this format and its fields see
+.Xr sfeed 1
.Sh SEE ALSO
.Xr sfeed 1 ,
-.Xr sfeed_html 1 ,
-.Xr sfeed_update 1
+.Xr sfeed_html 1
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org