diff options
Diffstat (limited to 'Build/source/texk/ps2pk')
-rw-r--r-- | Build/source/texk/ps2pk/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/ps2pk/pk2bm.1 | 6 | ||||
-rw-r--r-- | Build/source/texk/ps2pk/ps2pk.1 | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/Build/source/texk/ps2pk/ChangeLog b/Build/source/texk/ps2pk/ChangeLog index 8bd30034a58..71be1337922 100644 --- a/Build/source/texk/ps2pk/ChangeLog +++ b/Build/source/texk/ps2pk/ChangeLog @@ -1,3 +1,9 @@ +2022-08-30 Karl Berry <karl@freefriends.org> + + * pk2bm.1, + * ps2pk.1: typo fixes from Hilmar Preu\ss{}e, + https://tug.org/pipermail/tex-live/2022-June/048227.html + 2021-02-06 TANAKA Takuji <ttk@t-lab.opal.ne.jp> * ps2pk.c, mag.c, pfb2pfa.c, pk2bm.c, pktest.c, configure.ac: diff --git a/Build/source/texk/ps2pk/pk2bm.1 b/Build/source/texk/ps2pk/pk2bm.1 index 12155d08ef7..d9537cc389b 100644 --- a/Build/source/texk/ps2pk/pk2bm.1 +++ b/Build/source/texk/ps2pk/pk2bm.1 @@ -1,4 +1,4 @@ -.TH PK2BM 1 "1 Feb 2016" +.TH PK2BM 1 "30 August 2022" .SH NAME pk2bm \- create a bitmap from a TeX pkfont .SH SYNOPSIS: @@ -13,7 +13,7 @@ the given pkfont. The format is described in bitmap(X11). .PP The pkfont is a packed fontfile generated by gftopk(TeX) from a gffont. A gffont is the output of METAFONT a program to design fonts -in a device independant way. +in a device independent way. .PP With the -b flag a bitmap is generated in which all black pixels are drawn as a `*' and all white bits as a `.'. With the -h flag a @@ -37,4 +37,4 @@ ps2pk(1) .nf Piet Tutelaers Maintained in TeX Live; please send bug reports or other correspondence -to tex-k@tug.org (http://lists.tug.org/tex-k). +to tex-k@tug.org (https://lists.tug.org/tex-k). diff --git a/Build/source/texk/ps2pk/ps2pk.1 b/Build/source/texk/ps2pk/ps2pk.1 index 47cf209269b..8c12611fe1f 100644 --- a/Build/source/texk/ps2pk/ps2pk.1 +++ b/Build/source/texk/ps2pk/ps2pk.1 @@ -1,4 +1,4 @@ -.TH PS2PK 1 "1 Feb 2016" +.TH PS2PK 1 "30 August 2022" .SH NAME ps2pk \- creates a TeX pkfont from a type1 PostScript font .SH SYNOPSIS @@ -109,7 +109,7 @@ Verbose flag. (Tells what the program is doing.) .IP type1 12 The name of the PostScript type1 font. The name of the AFM-file will be -constructed from this name by removing the extension (if suplied) and +constructed from this name by removing the extension (if supplied) and adding ".afm". The PostScript "FontName" is extracted from the AFM-file and written into a "special" at the end of the pkfont. @@ -156,4 +156,4 @@ modified for ps2pkm by Pierre A. Mackay. This manpage was adapted to teTeX by Frank Kuester. .PP Maintained in TeX Live; please send bug reports or other correspondence -to tex-k@tug.org (http://lists.tug.org/tex-k). +to tex-k@tug.org (https://lists.tug.org/tex-k). |