summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 21:29:43 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 21:29:43 +0100
commit741ec3b9ec2eae83036e5d31f062aa31a8889951 (patch)
treeb9420e4e9c9025c2a6c11295fc2fc334e27d6970
parente79ad97058f8a76bb85fb750d90bba6f7525dca2 (diff)
doc: update pre-generated files
-rw-r--r--doc/html/sfeed.1.html10
-rw-r--r--doc/man/sfeed.16
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)</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">
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