diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-05-08 12:22:05 +0000 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-05-08 12:22:05 +0000 |
commit | 956b5f67049a004ecec4070a7cb1ea2a8f5cd2ef (patch) | |
tree | 359912c8c111babcf4854fbd1c59ea94e5ecd447 | |
parent | 7cf4f47e3b3c3cdf1a5df83c41005c134c9b2dcb (diff) |
man pages improvements, add dpb to credits
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | CREDITS | 3 | ||||
-rw-r--r-- | sfeed_html.1 | 2 | ||||
-rw-r--r-- | sfeed_opml_export.1 | 4 | ||||
-rw-r--r-- | sfeed_opml_import.1 | 4 | ||||
-rw-r--r-- | sfeed_plain.1 | 4 |
5 files changed, 9 insertions, 8 deletions
@@ -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 index 29c4281..4c04552 100644 --- 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 index 2537798..0369b86 100644 --- 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 index d04749b..a1b5060 100644 --- 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 index 61c8703..5eee944 100644 --- 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) |