summaryrefslogtreecommitdiff
path: root/doc/man/sfeed_xmlenc.1
blob: 81aa48a479eea8ac6732b237d8434158f9d8e838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH "SFEED_XMLENC" "1" "December 25, 2014" "" "OpenBSD Reference Manual"
.nh
.if n .ad l
.SH "NAME"
\fBsfeed_xmlenc\fR
\- get text\-encoding from XML
.SH "SYNOPSIS"
.HP 13n
\fBsfeed_xmlenc\fR
.SH "DESCRIPTION"
\fBsfeed_xmlenc\fR
reads XML data from stdin and writes the found text\-encoding to stdout.
.SH "EXAMPLES"
Get text\-encoding from xkcd Atom feed:
.nf
.sp
.RS 0n
wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc
.RE
.fi
.SH "SEE ALSO"
sh(1),
sfeed_update(1)
.SH "AUTHORS"
Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR>