aboutsummaryrefslogtreecommitdiff
path: root/man/man1/htenc.1df
blob: 24093f8c3672615c05328a207ec993075603084a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH HTENC 1df "January 2017" "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), brnl(1df), nlbr(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>