diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-05 12:16:28 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-05 12:16:28 +0100 |
commit | b8c3ddd9a458b878e7c73450eb48ab0ca09b0748 (patch) | |
tree | f0f213d8c40a6f0f8110911319e2194702da26ac | |
parent | 319522e3d61eb28fe990a9c900d0193cb296b2df (diff) |
sfeed_stats.1: reword some things for clarity (hopefully)
-rw-r--r-- | sfeed_stats.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfeed_stats.1 b/sfeed_stats.1 index b72e442..fda5af0 100644 --- a/sfeed_stats.1 +++ b/sfeed_stats.1 @@ -3,16 +3,16 @@ .Os .Sh NAME .Nm sfeed_stats -.Nd formats a feeds file to show a plain text summary +.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 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 +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_update 1 , |