diff options
Diffstat (limited to 'doc/html/sfeed.1.html')
-rw-r--r-- | doc/html/sfeed.1.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/html/sfeed.1.html b/doc/html/sfeed.1.html index 09301fc..35f23c3 100644 --- a/doc/html/sfeed.1.html +++ b/doc/html/sfeed.1.html @@ -39,7 +39,7 @@ SFEED(1)</td> <td> sfeed</td> <td> -[<span class="opt"><i class="arg">suffix string</i></span>]</td> +[<span class="opt"><i class="arg">suffix string</i> | <b class="flag">-</b><i class="arg">v</i></span>]</td> </tr> </tbody> </table> @@ -47,6 +47,14 @@ sfeed</td> <div class="section"> <h1 id="x4445534352495054494f4e">DESCRIPTION</h1> <b class="name">sfeed</b> reads RSS or Atom feed data (XML) from stdin. It writes the feed data in a tab-separated format to stdout.</div> <div class="section"> +<h1 id="x4f5054494f4e53">OPTIONS</h1><dl style="margin-top: 0.00em;margin-bottom: 0.00em;" class="list list-tag"> +<dt class="list-tag" style="margin-top: 1.00em;"> +<b class="flag">-v</b></dt> +<dd class="list-tag" style="margin-left: 17.00ex;"> +show program version</dd> +</dl> +</div> +<div class="section"> <h1 id="x5441421e53455041524154454420464f524d4154204649454c4453">TAB-SEPARATED FORMAT FIELDS</h1> The items are saved in a TSV-like format except newlines, tabs and backslash are escaped with \ (\n, \t and \\). Carriage returns (\r) are removed.<div class="spacer"> </div> The order and format of the fields are:<dl style="margin-top: 0.00em;margin-bottom: 0.00em;" class="list list-tag"> |