summaryrefslogtreecommitdiff
path: root/sfeed_stats.1
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_stats.1')
-rw-r--r--sfeed_stats.121
1 files changed, 0 insertions, 21 deletions
diff --git a/sfeed_stats.1 b/sfeed_stats.1
deleted file mode 100644
index 81cd60e..0000000
--- a/sfeed_stats.1
+++ /dev/null
@@ -1,21 +0,0 @@
-.Dd January 3, 2015
-.Dt SFEED_STATS 1
-.Os
-.Sh NAME
-.Nm sfeed_stats
-.Nd formats a feeds file to show a summary in plain text
-.Sh SYNOPSIS
-.Nm sfeed_stats
-.Sh DESCRIPTION
-.Nm
-formats a feeds file (TSV) from
-.Xr sfeed_update 1
-to a summary in plain text containing: the total amount of items, amount of new
-items, the timestamp of the last item per feed. It reads TSV data from stdin
-and writes formatted plain text to stdout. For the exact TSV format see
-.Xr sfeed_update 1 .
-.Sh SEE ALSO
-.Xr sfeed 1 ,
-.Xr sfeed_update 1
-.Sh AUTHORS
-.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org