summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/sfeed_frames.18
-rw-r--r--doc/man/sfeed_opml_export.140
-rw-r--r--doc/man/sfeed_opml_import.127
3 files changed, 40 insertions, 35 deletions
diff --git a/doc/man/sfeed_frames.1 b/doc/man/sfeed_frames.1
index b80964e..0009133 100644
--- 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
index 0369b86..79823b9 100644
--- 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
index a1b5060..89b9127 100644
--- 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>