summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/disdvi.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-26 21:06:08 +0000
committerKarl Berry <karl@freefriends.org>2023-02-26 21:06:08 +0000
commit46e1638b28ce37028fc72a00dcd683bc1d092bfa (patch)
treedfbe20103601e3c579f1c2317f1c6f200e7f8aaf /Master/texmf-dist/doc/man/man1/disdvi.1
parent22b04eaefd1d9ce259ddc0d4da20687a8754c5ed (diff)
platex (26feb23)
git-svn-id: svn://tug.org/texlive/trunk@66186 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/disdvi.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/disdvi.127
1 files changed, 23 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/man/man1/disdvi.1 b/Master/texmf-dist/doc/man/man1/disdvi.1
index 21909ce76c7..d2004d01cf0 100644
--- a/Master/texmf-dist/doc/man/man1/disdvi.1
+++ b/Master/texmf-dist/doc/man/man1/disdvi.1
@@ -1,9 +1,9 @@
-.TH DISDVI 1 "25 March 2019"
+.TH DISDVI 1 "1 May 2022"
.SH NAME
disdvi \- `disassemble' a (p)TeX or XeTeX DVI file
.SH SYNOPSIS
.B disdvi
-.RB [ \-p ]
+.RB [ \-p ] [ \-u ] [ \-Eenc ]
.RI [ dvi_file [ \fB.dvi\fP ]]
.br
.B disdvi \-x
@@ -16,8 +16,27 @@ interprets the contents of
.I dvi_file
or
.I xdv_file
-printing the DVI commands and text in a human-readable ASCII format on
-the standard output.
+printing the DVI commands and text in a human-readable ASCII/multibyte
+format on the standard output.
+.PP
+.B Options:
+.PP
+.TP
+.B -p
+Handle ASCII pTeX dvi file.
+.TP
+.B -u
+Handle upTeX dvi file.
+.TP
+.B -Eenc
+Set output multibyte encoding. The enc argument 'e', 's', 'j', and 'u'
+denotes EUC-JP, Shift_JIS, ISO-2022-JP, and UTF-8, respectively.
+.TP
+.B -x
+Handle XeTeX xdv file.
+.TP
+.B -h
+Show a help massage and exit successfully.
.SH "SEE ALSO"
.BR dvi2tty (1)
.SH AUTHOR