sfeed

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

commit 8f319d6a130e78718fe302586e6080d3ca52ba3d
parent c77b5c3a699d129436e5a757973f84265f41e135
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  4 Jan 2015 16:43:15 +0100

doc: update pre-generated man pages

Diffstat:
Mdoc/man/sfeed_frames.1 | 8--------
Mdoc/man/sfeed_opml_export.1 | 40++++++++++++++++++++++++----------------
Mdoc/man/sfeed_opml_import.1 | 27++++++++++++++++-----------
3 files changed, 40 insertions(+), 35 deletions(-)

diff --git a/doc/man/sfeed_frames.1 b/doc/man/sfeed_frames.1 @@ -20,14 +20,10 @@ sfeed_update(1). \fIdirectory path\fR Path to write files to, default is ".". On success the specified directory will contain the files: -.PP -.RS 16n -.PD 0 .TP 15n \fIindex.html:\fR this is the main HTML file referencing to the frames (items.html and menu.html). -.PD .TP 15n \fIitems.html:\fR this contains all the items as HTML links to the local content. @@ -35,10 +31,6 @@ this contains all the items as HTML links to the local content. \fImenu.html:\fR menu frame which contains navigation "anchor" links to the feed names (in items.html). -.PD 0 -.PP -.RE -.PD .SH "FILE STRUCTURE" Directory for each feed category in the format: path/feedname/itemname.html. The feedname and item names are normalized, whitespace characters are replaced diff --git a/doc/man/sfeed_opml_export.1 b/doc/man/sfeed_opml_export.1 @@ -1,16 +1,24 @@ -.TH SFEED 1 sfeed\-0.9 -.SH NAME -sfeed_opml_export \- generate an OPML file based on a sfeedrc config file -.SH SYNOPSIS -.B sfeed_opml_export -.RB [configfile] -.SH OPTIONS -.TP -.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. -.SH SEE ALSO -.BR sfeed_update(1) -.SH BUGS -Please report them! +.TH "SFEED_OPML_EXPORT" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.nh +.if n .ad l +.SH "NAME" +\fBsfeed_opml_export\fR +\- generate an OPML file based on a sfeedrc config file +.SH "SYNOPSIS" +.HP 18n +\fBsfeed_opml_export\fR +[\fIconfig\ file\fR] +.SH "DESCRIPTION" +\fBsfeed_opml_export\fR +parses the specified config file and output OPML XML data to stdout. +.SH "OPTIONS" +.TP 19n +[config file] +default: "$HOME/.sfeed/sfeedrc", see the +sfeed_update(1) +\fIFILES READ\fR +section for more information. +.SH "SEE ALSO" +sfeed_update(1) +.SH "AUTHORS" +Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/doc/man/sfeed_opml_import.1 b/doc/man/sfeed_opml_import.1 @@ -1,11 +1,16 @@ -.TH SFEED 1 sfeed\-0.9 -.SH NAME -sfeed_opml_import \- generate a sfeedrc config file based on an OPML file -.SH SYNOPSIS -.B sfeed_opml_import -.SH DESCRIPTION -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 -Please report them! +.TH "SFEED_OPML_IMPORT" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.nh +.if n .ad l +.SH "NAME" +\fBsfeed_opml_import\fR +\- generate a sfeedrc config file based on an OPML file +.SH "SYNOPSIS" +.HP 18n +\fBsfeed_opml_import\fR +.SH "DESCRIPTION" +\fBsfeed_opml_import\fR +reads the OPML XML data from stdin and writes the config file text to stdout. +.SH "SEE ALSO" +sfeed_update(1) +.SH "AUTHORS" +Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR>