summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/html/sfeed_stats.1.html64
-rw-r--r--doc/man/sfeed_stats.122
2 files changed, 86 insertions, 0 deletions
diff --git a/doc/html/sfeed_stats.1.html b/doc/html/sfeed_stats.1.html
new file mode 100644
index 0000000..285454d
--- /dev/null
+++ b/doc/html/sfeed_stats.1.html
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="resource-type" content="document">
+<link rel="stylesheet" href="man.css" type="text/css" media="all">
+<title>
+SFEED_STATS(1)</title>
+</head>
+<body>
+<div class="mandoc">
+<table summary="Document Header" class="head" width="100%">
+<col width="30%">
+<col width="30%">
+<col width="30%">
+<tbody>
+<tr>
+<td class="head-ltitle">
+SFEED_STATS(1)</td>
+<td class="head-vol" align="center">
+OpenBSD Reference Manual</td>
+<td class="head-rtitle" align="right">
+SFEED_STATS(1)</td>
+</tr>
+</tbody>
+</table>
+<div class="section">
+<h1 id="x4e414d45">NAME</h1> <b class="name">sfeed_stats</b> &#8212; <span class="desc">formats a feeds file to show a plain text summary</span></div>
+<div class="section">
+<h1 id="x53594e4f50534953">SYNOPSIS</h1><table class="synopsis">
+<col style="width: 11.00ex;">
+<col>
+<tbody>
+<tr>
+<td>
+sfeed_stats</td>
+<td>
+</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section">
+<h1 id="x4445534352495054494f4e">DESCRIPTION</h1> <b class="name">sfeed_stats</b> formats a feeds file (TSV) from <a class="link-man">sfeed_update(1)</a> to a plain text summary with: the total amount of items, amount of new items, the timestamp of the last item. It reads TSV data from stdin and writes formatted plain text to stdout. For the exact TSV format see <a class="link-man">sfeed_update(1)</a>.</div>
+<div class="section">
+<h1 id="x53454520414c534f">SEE ALSO</h1> <a class="link-man">sfeed_update(1)</a>, <a class="link-man">sfeed(1)</a></div>
+<div class="section">
+<h1 id="x415554484f5253">AUTHORS</h1> <span class="author">Hiltjo Posthuma</span> &#60;<a class="link-mail" href="mailto:hiltjo@codemadness.org">hiltjo@codemadness.org</a>&#62;</div>
+<table summary="Document Footer" class="foot" width="100%">
+<col width="50%">
+<col width="50%">
+<tbody>
+<tr>
+<td class="foot-date">
+January 3, 2015</td>
+<td class="foot-os" align="right">
+</td>
+</tr>
+</tbody>
+</table>
+</div>
+</body>
+</html>
+
diff --git a/doc/man/sfeed_stats.1 b/doc/man/sfeed_stats.1
new file mode 100644
index 0000000..2941501
--- /dev/null
+++ b/doc/man/sfeed_stats.1
@@ -0,0 +1,22 @@
+.TH "SFEED_STATS" "1" "January 3, 2015" "" "OpenBSD Reference Manual"
+.nh
+.if n .ad l
+.SH "NAME"
+\fBsfeed_stats\fR
+\- formats a feeds file to show a plain text summary
+.SH "SYNOPSIS"
+.HP 12n
+\fBsfeed_stats\fR
+.SH "DESCRIPTION"
+\fBsfeed_stats\fR
+formats a feeds file (TSV) from
+sfeed_update(1)
+to a plain text summary with: the total amount of items, amount of new items,
+the timestamp of the last item. It reads TSV data from stdin and writes
+formatted plain text to stdout. For the exact TSV format see
+sfeed_update(1).
+.SH "SEE ALSO"
+sfeed_update(1),
+sfeed(1)
+.SH "AUTHORS"
+Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR>