summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-09-10 08:01:49 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-09-10 08:01:49 +0200
commit8472086cc6c9aaf1d4c893a755341253d654a897 (patch)
tree4788ca3343597f2eca3cbe1ed0c4aa8229b4017b /sys
parentf6dd4bb5ee43f44c7ffe2e236d1e3b065b591022 (diff)
update manual pages for lp HTML support
Diffstat (limited to 'sys')
-rw-r--r--sys/man/1/lp2
-rw-r--r--sys/man/1/ms2html10
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/man/1/lp b/sys/man/1/lp
index 35b30e7c6..6266728be 100644
--- a/sys/man/1/lp
+++ b/sys/man/1/lp
@@ -67,7 +67,7 @@ for the given destination.
The given processor is invoked.
The default processor is
.LR generic ,
-which tries to do the right thing for regular text,
+which tries to do the right thing for regular text, HTML,
.IR troff (1)
output, or
.IR tex (1)
diff --git a/sys/man/1/ms2html b/sys/man/1/ms2html
index 6f4b45dd4..06c380363 100644
--- a/sys/man/1/ms2html
+++ b/sys/man/1/ms2html
@@ -61,18 +61,22 @@ sets the HTML title to
reads HTML from standard input and converts it
to
.IR ms (6)
-source on standard output.
+source on standard output. The document
+is expected to be UTF encoded so a preprocessor like
+.IR uhtml (1)
+should be used to normalize the HTML.
.SH SOURCE
.B /sys/src/cmd/ms2html.c
.br
.B /sys/src/cmd/html2ms.c
.SH SEE ALSO
.IR htmlroff (1),
-.IR ms (6)
+.IR ms (6),
+.IR uhtml (1)
.SH BUGS
.PP
Ms2html doesn't understand a number of troff
commands. It does handle macros and defined
strings.
.PP
-Html2ms doesn't understand html tables.
+Html2ms doesn't understand HTML tables.