aboutsummaryrefslogtreecommitdiff
path: root/man/man1/htenc.1df
blob: 57e4d30845e0d046093e34cc55c9936f3289a5c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH HTENC 1df "June 2016" "Manual page for htenc"
.SH NAME
.B htenc
\- quick-and-dirty text to HTML encoding for text nodes
.SH SYNOPSIS
.B htenc
/usr/share/lovecraft/the-silver-key.txt > the-silver-key.html
.br
netstat -aunt |
.B htenc > netstat.html
.SH DESCRIPTION
.B htenc
escapes ampersands, left angle quotes, and right angle quotes to put text into
a form that should be suitable to include in XML/HTML text nodes.
.SH SEE ALSO
htdec(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>