From 7e575e13c0cdcc4341fa2f0b6dcb90cb4bd3cd71 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 21 Jun 2015 00:24:30 +0200 Subject: improvements --- sfeed_plain.1 | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'sfeed_plain.1') 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 -- cgit v1.2.3