sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 956b5f67049a004ecec4070a7cb1ea2a8f5cd2ef
parent 7cf4f47e3b3c3cdf1a5df83c41005c134c9b2dcb
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu,  8 May 2014 12:22:05 +0000

man pages improvements, add dpb to credits

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
MCREDITS | 3++-
Msfeed_html.1 | 2+-
Msfeed_opml_export.1 | 4++--
Msfeed_opml_import.1 | 4++--
Msfeed_plain.1 | 4++--
5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/CREDITS b/CREDITS @@ -1 +1,2 @@ -raph_ael on #suckless for the idea for an opml converter +- raph_ael on #suckless for the idea for an OPML converter. +- dpb on #suckless for helping improve the plan9 mkfile. diff --git a/sfeed_html.1 b/sfeed_html.1 @@ -4,7 +4,7 @@ sfeed_html \- format feeds file (TSV) from sfeed_update to HTML .SH SYNOPSIS .B sfeed_html .SH DESCRIPTION -Format feeds file (TSV) from sfeed_update to HTML. Reads TSV data from +Format feeds file (TSV) from sfeed_update to HTML. It reads TSV data from stdin and writes HTML to stdout. For the exact TSV format see sfeed_update(1). .SH SEE ALSO .BR sfeed_plain(1) diff --git a/sfeed_opml_export.1 b/sfeed_opml_export.1 @@ -1,6 +1,6 @@ .TH SFEED 1 sfeed\-0.9 .SH NAME -sfeed_opml_export \- generate an opml file based on a sfeedrc config file +sfeed_opml_export \- generate an OPML file based on a sfeedrc config file .SH SYNOPSIS .B sfeed_opml_export .RB [configfile] @@ -9,7 +9,7 @@ sfeed_opml_export \- generate an opml file based on a sfeedrc config file .B [configfile] config file, if not specified uses the location $HOME/.sfeed/sfeedrc by default (see FILES READ section for more information). .SH DESCRIPTION -Parse the specified config file and output opml XML data to stdout. +Parse the specified config file and output OPML XML data to stdout. .SH SEE ALSO .BR sfeed_update(1) .SH BUGS diff --git a/sfeed_opml_import.1 b/sfeed_opml_import.1 @@ -1,10 +1,10 @@ .TH SFEED 1 sfeed\-0.9 .SH NAME -sfeed_opml_import \- generate a sfeedrc config file based on an opml file +sfeed_opml_import \- generate a sfeedrc config file based on an OPML file .SH SYNOPSIS .B sfeed_opml_import .SH DESCRIPTION -Reads the opml XML data from stdin and writes the config file text to stdout. +It reads the OPML XML data from stdin and writes the config file text to stdout. .SH SEE ALSO .BR sfeed_update(1) .SH BUGS diff --git a/sfeed_plain.1 b/sfeed_plain.1 @@ -4,8 +4,8 @@ sfeed_plain \- format feeds file (TSV) from sfeed_update to plain text .SH SYNOPSIS .B sfeed .SH DESCRIPTION -Format feeds file (TSV) from sfeed_update to plain text. Reads TSV data from -stdin and writes plain text to stdout. For the exact TSV format see +Format feeds file (TSV) from sfeed_update to plain text. It reads TSV data +from stdin and writes plain text to stdout. For the exact TSV format see sfeed_update(1). .SH SEE ALSO .BR sfeed_html(1)