summaryrefslogtreecommitdiff
path: root/sfeed_xmlenc.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 14:10:48 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 14:10:48 +0100
commit7e023925f48b26c1492d9fd2342c5447174e93a4 (patch)
treea039551a83ecc26e13e6823a7b0e16dd034eb0bb /sfeed_xmlenc.1
parent2be71dd69d7a54ff076cdfaa3905b5f0e818bc03 (diff)
convert man pages to mandoc
Diffstat (limited to 'sfeed_xmlenc.1')
-rw-r--r--sfeed_xmlenc.134
1 files changed, 19 insertions, 15 deletions
diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1
index 9e66c74..656cc68 100644
--- a/sfeed_xmlenc.1
+++ b/sfeed_xmlenc.1
@@ -1,17 +1,21 @@
-.TH SFEED 1 sfeed\-0.9
-.SH NAME
-sfeed_xmlenc \- get text\-encoding from XML
-.SH SYNOPSIS
-.B sfeed_xmlenc
-.SH DESCRIPTION
-It reads XML data from stdin and writes the found text\-encoding to stdout.
-.SH EXAMPLES
-.TP
+.Dd December 25, 2014
+.Dt SFEED_XMLENC 1
+.Os
+.Sh NAME
+.Nm sfeed_xmlenc
+.Nd get text\-encoding from XML
+.Sh SYNOPSIS
+.Nm
+.Sh DESCRIPTION
+.Nm
+reads XML data from stdin and writes the found text\-encoding to stdout.
+.Sh EXAMPLES
+.Pp
Get text\-encoding from xkcd Atom feed:
-.nf
+.Bd -literal
wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc
-.SH SEE ALSO
-.BR sh(1)
-.BR sfeed_update(1)
-.SH BUGS
-Please report them!
+.Sh SEE ALSO
+.Xr sh 1 ,
+.Xr sfeed_update 1
+.Sh AUTHORS
+.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org