diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-03 17:23:32 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-03 17:23:32 +0100 |
commit | d3b19877ad59ad15df8df8718e6afd481636dfd2 (patch) | |
tree | 0a67486c62c77dd708038c3b8705ffb58210cdb3 /doc/man | |
parent | 7c220b7102082d975ef0c901e1beb76040e33b7a (diff) |
man: add sfeed_stats.1
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/sfeed_stats.1 | 22 |
1 files changed, 22 insertions, 0 deletions
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> |