diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-19 08:40:53 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-19 08:40:53 +0000 |
commit | e9a2a190f6ce2e9e0027affddb6022f977bbf766 (patch) | |
tree | 9bdbbadcbaeff10bd7cba344bb2538873d72e7f3 /Master/texmf/doc/man/man1/vftovp.1 | |
parent | 324f853c7ef10cf23765b740f3a2f5a6164ad426 (diff) |
update manpages
git-svn-id: svn://tug.org/texlive/trunk@18350 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/vftovp.1')
-rw-r--r-- | Master/texmf/doc/man/man1/vftovp.1 | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/Master/texmf/doc/man/man1/vftovp.1 b/Master/texmf/doc/man/man1/vftovp.1 index 0538a104eed..269ca86693b 100644 --- a/Master/texmf/doc/man/man1/vftovp.1 +++ b/Master/texmf/doc/man/man1/vftovp.1 @@ -1,4 +1,4 @@ -.TH VFTOVP 1 "19 December 1994" "Web2C 2009" +.TH VFTOVP 1 "19 December 1994" "Web2C 2010/pretest" .\"===================================================================== .if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP .if n .ds TX TeX @@ -16,17 +16,10 @@ vftovp \- convert virtual font (vf) files to virtual property lists (vpl) .SH SYNOPSIS .B vftovp -[ -.BI \-charcode-format =format -] -[ -.B \-verbose -] -.I vf_name[.vf] -.I tfm_name[.tfm] -[ -.I vpl_name[.vpl] -] +.RI [ OPTIONS ] +.IR vf_name [ \fB.vf\fP ] +.RI [ tfm_name [ \fB.tfm\fP ] +.RI [ vpl_name [ \fB.vpl\fP ]]] .\"===================================================================== .SH DESCRIPTION This manual page is not meant to be exhaustive. The complete @@ -45,10 +38,10 @@ if no error messages are given, the input files are correct. The filenames are extended with the appropriate extension if necessary. .\"===================================================================== .SH OPTIONS +.TP +.BI \-charcode-format= format The argument .I format -to -.B \-charcode-format specifies how character codes are output in the VPL file. By default, only letters and digits are output using the .B C @@ -68,9 +61,9 @@ is .BR octal , all character codes are output in octal. .PP -Without the +.TP .B \-verbose -option, +Without this option, .B vftovp operates silently. With it, a banner and progress report are printed on .IR stdout . |