From 741ec3b9ec2eae83036e5d31f062aa31a8889951 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 2 Jan 2015 21:29:43 +0100 Subject: doc: update pre-generated files --- doc/html/sfeed.1.html | 10 +++++++++- doc/man/sfeed.1 | 6 +++++- 2 files changed, 14 insertions(+), 2 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) sfeed -[suffix string] +[suffix string | -v] @@ -47,6 +47,14 @@ sfeed

DESCRIPTION

sfeed reads RSS or Atom feed data (XML) from stdin. It writes the feed data in a tab-separated format to stdout.
+

OPTIONS

+
+-v
+
+show program version
+
+
+

TAB-SEPARATED FORMAT FIELDS

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.
The order and format of the fields are:
diff --git a/doc/man/sfeed.1 b/doc/man/sfeed.1 index 1804833..48400f9 100644 --- a/doc/man/sfeed.1 +++ b/doc/man/sfeed.1 @@ -7,11 +7,15 @@ .SH "SYNOPSIS" .HP 6n \fBsfeed\fR -[\fIsuffix\ string\fR] +[\fIsuffix\ string\fR\ |\ \fB\-\fR\fIv\fR] .SH "DESCRIPTION" \fBsfeed\fR reads RSS or Atom feed data (XML) from stdin. It writes the feed data in a tab-separated format to stdout. +.SH "OPTIONS" +.TP 19n +\fB\-v\fR +show program version .SH "TAB-SEPARATED FORMAT FIELDS" The items are saved in a TSV-like format except newlines, tabs and backslash are escaped with \\ (\\n, \\t and \\\\). Carriage returns (\\r) are -- cgit v1.2.3