summaryrefslogtreecommitdiff
path: root/fonts/utilities
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/utilities')
-rw-r--r--fonts/utilities/ps2pk/ChangeLog6
-rw-r--r--fonts/utilities/ps2pk/pk2bm.16
-rw-r--r--fonts/utilities/ps2pk/ps2pk.16
3 files changed, 12 insertions, 6 deletions
diff --git a/fonts/utilities/ps2pk/ChangeLog b/fonts/utilities/ps2pk/ChangeLog
index 8bd30034a5..71be133792 100644
--- a/fonts/utilities/ps2pk/ChangeLog
+++ b/fonts/utilities/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/fonts/utilities/ps2pk/pk2bm.1 b/fonts/utilities/ps2pk/pk2bm.1
index 12155d08ef..d9537cc389 100644
--- a/fonts/utilities/ps2pk/pk2bm.1
+++ b/fonts/utilities/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/fonts/utilities/ps2pk/ps2pk.1 b/fonts/utilities/ps2pk/ps2pk.1
index 47cf209269..8c12611fe1 100644
--- a/fonts/utilities/ps2pk/ps2pk.1
+++ b/fonts/utilities/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).