summaryrefslogtreecommitdiff
path: root/sfeed_opml_export.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-04 16:39:56 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-04 16:39:56 +0100
commitc77b5c3a699d129436e5a757973f84265f41e135 (patch)
tree0b445f39c1bbdecd639efdb6666ba911d5777ef1 /sfeed_opml_export.1
parent4568a8156b81d1860c88b09b34a2d65a54db62dc (diff)
doc: improve
- mandoc: fix mandoc errors and warnings. - remove pre-generated HTML documentation.
Diffstat (limited to 'sfeed_opml_export.1')
-rw-r--r--sfeed_opml_export.140
1 files changed, 24 insertions, 16 deletions
diff --git a/sfeed_opml_export.1 b/sfeed_opml_export.1
index 0369b86..69b3177 100644
--- a/sfeed_opml_export.1
+++ b/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!
+.Dd December 25, 2014
+.Dt SFEED_OPML_EXPORT 1
+.Os
+.Sh NAME
+.Nm sfeed_opml_export
+.Nd generate an OPML file based on a sfeedrc config file
+.Sh SYNOPSIS
+.Nm
+.Op Ar config file
+.Sh DESCRIPTION
+.Nm
+parses the specified config file and output OPML XML data to stdout.
+.Sh OPTIONS
+.Bl -tag -width 17n
+.It Op config file
+default: "$HOME/.sfeed/sfeedrc", see the
+.Xr sfeed_update 1
+.Sx FILES READ
+section for more information.
+.El
+.Sh SEE ALSO
+.Xr sfeed_update 1
+.Sh AUTHORS
+.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org