summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/man/tftopl.man
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-12 16:30:16 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-12 16:30:16 +0000
commit8a580ec8c90f7e948c0c850b83fa145dcdd26484 (patch)
treeaeb43d646e7328856946e8730e9e94685560a2e0 /Build/source/texk/web2c/man/tftopl.man
parent86284ffe4cf7dcc6bd41f997f473ba69ac30a053 (diff)
web2c manpages
git-svn-id: svn://tug.org/texlive/trunk@17817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/man/tftopl.man')
-rw-r--r--Build/source/texk/web2c/man/tftopl.man29
1 files changed, 10 insertions, 19 deletions
diff --git a/Build/source/texk/web2c/man/tftopl.man b/Build/source/texk/web2c/man/tftopl.man
index ffd5690df13..1fc9bc122ee 100644
--- a/Build/source/texk/web2c/man/tftopl.man
+++ b/Build/source/texk/web2c/man/tftopl.man
@@ -18,16 +18,9 @@
tftopl \- convert TeX font metric (tfm) files to property lists
.SH SYNOPSIS
.B tftopl
-[
-.BI \-charcode-format =format
-]
-[
-.B \-verbose
-]
-.I tfm_name[.tfm]
-[
-.I pl_name[.pl]
-]
+.RI [ OPTIONS ]
+.IR tfm_name [ \fB.tfm\fP ]
+.RI [ pl_name [ \fB.pl\fP ]]
.\"=====================================================================
.SH DESCRIPTION
This manual page is not meant to be exhaustive. The complete
@@ -47,17 +40,15 @@ no error messages are given, the input file is correct.
The
.I pl_name
is extended with
-.I .pl
+.B .pl
if it lacks a suffix.
If
.I pl_name
is not given, standard output is used. Likewise,
.I tfm_name
is extended with
-.I .tfm
-if it lacks a suffix. Also, path searching is done for the
-.I .tfm
-file
+.B .tfm
+if it lacks a suffix. Also, path searching is done for the TFM file
using the environment variable TEXFONTS. If that is not set,
.B tftopl
uses the system default.
@@ -67,10 +58,10 @@ See
for the details of the searching.
.\"=====================================================================
.SH OPTIONS
+.TP
+.BI \-charcode-format= format
The argument
.I format
-to
-.B \-charcode-format
specifies how character codes are output in the PL file. By
default, only letters and digits are output using the
.B C
@@ -90,9 +81,9 @@ is
.BR octal ,
all character codes are output in octal.
.PP
-Without the
+.TP
.B \-verbose
-option,
+Without this option,
.B tftopl
operates silently. With it, a banner and progress report are printed on
.IR stdout .