summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-03-14 10:02:13 +0000
committerChris Liddell <chris.liddell@artifex.com>2022-03-14 13:31:38 +0000
commit36a6abb3af3556350b724e47e3a269b6981a82cb (patch)
tree9a7176cd1e2f44678be14368acaf698d8f304ee9
parent842864b8546e6fc1350e25b81f3115c678f255b2 (diff)
downloadghostpdl-36a6abb3af3556350b724e47e3a269b6981a82cb.tar.gz
-rw-r--r--base/gscdefs.h2
-rw-r--r--base/version.mak2
-rw-r--r--doc/API.htm2
-rw-r--r--doc/C-style.htm2
-rw-r--r--doc/DLL.htm2
-rw-r--r--doc/Deprecated.htm2
-rw-r--r--doc/Develop.htm2
-rw-r--r--doc/Devices.htm2
-rw-r--r--doc/Drivers.htm2
-rw-r--r--doc/Fonts.htm2
-rw-r--r--doc/GPDL.htm2
-rw-r--r--doc/History9.htm4
-rw-r--r--doc/Install.htm2
-rw-r--r--doc/Internal.htm2
-rw-r--r--doc/Language.htm2
-rw-r--r--doc/Lib.htm2
-rw-r--r--doc/Make.htm2
-rw-r--r--doc/News.htm4
-rw-r--r--doc/Ps-style.htm2
-rw-r--r--doc/Ps2epsi.htm2
-rw-r--r--doc/Psfiles.htm2
-rw-r--r--doc/Readme.htm2
-rw-r--r--doc/Release.htm2
-rw-r--r--doc/SavedPages.htm2
-rw-r--r--doc/Search.htm2
-rw-r--r--doc/Source.htm2
-rw-r--r--doc/Unix-lpr.htm2
-rw-r--r--doc/Use.htm2
-rw-r--r--doc/VectorDevices.htm2
-rw-r--r--doc/WhatIsGS.htm2
-rw-r--r--doc/gs-vms.hlp2
-rw-r--r--doc/sample_downscale_device.htm2
-rw-r--r--doc/subclass.htm2
-rw-r--r--doc/thirdparty.htm2
-rw-r--r--man/dvipdf.12
-rw-r--r--man/gs.12
-rw-r--r--man/gslp.12
-rw-r--r--man/gsnd.12
-rw-r--r--man/pdf2dsc.12
-rw-r--r--man/pdf2ps.12
-rw-r--r--man/pf2afm.12
-rw-r--r--man/pfbtopfa.12
-rw-r--r--man/printafm.12
-rw-r--r--man/ps2ascii.12
-rw-r--r--man/ps2epsi.12
-rw-r--r--man/ps2pdf.12
-rw-r--r--man/ps2pdfwr.12
-rw-r--r--man/ps2ps.12
48 files changed, 50 insertions, 50 deletions
diff --git a/base/gscdefs.h b/base/gscdefs.h
index 3c4802a8d..23d9b791a 100644
--- a/base/gscdefs.h
+++ b/base/gscdefs.h
@@ -37,7 +37,7 @@
#ifndef GS_PRODUCT
# define GS_PRODUCT\
- GS_PRODUCTFAMILY " RELEASE CANDIDATE 1"
+ GS_PRODUCTFAMILY " RELEASE CANDIDATE 2"
#endif
/* Prototypes for configuration definitions in gconfig.c. */
diff --git a/base/version.mak b/base/version.mak
index 93391560b..7b99020c0 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -17,7 +17,7 @@ GS_VERSION_MAJOR=9
GS_VERSION_MINOR=56
GS_VERSION_PATCH=0
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20220302
+GS_REVISIONDATE=20220314
# Derived values
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR)$(GS_VERSION_PATCH)
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_VERSION_PATCH)
diff --git a/doc/API.htm b/doc/API.htm
index 83bd1f0ce..ee645bda0 100644
--- a/doc/API.htm
+++ b/doc/API.htm
@@ -1742,7 +1742,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.</p>
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/C-style.htm b/doc/C-style.htm
index 2cca08eb2..4bfb5b87c 100644
--- a/doc/C-style.htm
+++ b/doc/C-style.htm
@@ -1590,7 +1590,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.</p>
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/DLL.htm b/doc/DLL.htm
index 7815639de..342fa23f0 100644
--- a/doc/DLL.htm
+++ b/doc/DLL.htm
@@ -740,7 +740,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Deprecated.htm b/doc/Deprecated.htm
index b68979471..745e3c13f 100644
--- a/doc/Deprecated.htm
+++ b/doc/Deprecated.htm
@@ -5755,7 +5755,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Develop.htm b/doc/Develop.htm
index 00bd2d63e..1e8826853 100644
--- a/doc/Develop.htm
+++ b/doc/Develop.htm
@@ -4808,7 +4808,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Devices.htm b/doc/Devices.htm
index 9af592eaa..54f9e1cb9 100644
--- a/doc/Devices.htm
+++ b/doc/Devices.htm
@@ -2160,7 +2160,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Drivers.htm b/doc/Drivers.htm
index e99071738..21ceebd94 100644
--- a/doc/Drivers.htm
+++ b/doc/Drivers.htm
@@ -3393,7 +3393,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Fonts.htm b/doc/Fonts.htm
index 6993dbae1..a3e05b032 100644
--- a/doc/Fonts.htm
+++ b/doc/Fonts.htm
@@ -333,7 +333,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/GPDL.htm b/doc/GPDL.htm
index 406a9d442..602809b22 100644
--- a/doc/GPDL.htm
+++ b/doc/GPDL.htm
@@ -551,7 +551,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.</p>
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/History9.htm b/doc/History9.htm
index 0d9ddc58a..152376100 100644
--- a/doc/History9.htm
+++ b/doc/History9.htm
@@ -36,7 +36,7 @@ TOC to see how to edit it for visual conciseness.
<ul>
- <li>Version 9.56.0 (2022-02-22)</li>
+ <li>Version 9.56.0 (2022-03-14)</li>
</ul>
@@ -186,7 +186,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Install.htm b/doc/Install.htm
index c27a3606e..cccfb418a 100644
--- a/doc/Install.htm
+++ b/doc/Install.htm
@@ -405,7 +405,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Internal.htm b/doc/Internal.htm
index 27f0e05df..8d2bd6cec 100644
--- a/doc/Internal.htm
+++ b/doc/Internal.htm
@@ -80,7 +80,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Language.htm b/doc/Language.htm
index a3e83fd1c..1131dc07a 100644
--- a/doc/Language.htm
+++ b/doc/Language.htm
@@ -2277,7 +2277,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Lib.htm b/doc/Lib.htm
index b9ff3260d..c0753c48b 100644
--- a/doc/Lib.htm
+++ b/doc/Lib.htm
@@ -1007,7 +1007,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Make.htm b/doc/Make.htm
index df237f63b..e2f6089cb 100644
--- a/doc/Make.htm
+++ b/doc/Make.htm
@@ -1442,7 +1442,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/News.htm b/doc/News.htm
index 564ae7170..9085a18b1 100644
--- a/doc/News.htm
+++ b/doc/News.htm
@@ -37,7 +37,7 @@ overview</a>.
<!-- [1.0 end visible header] ============================================== -->
<!-- [2.0 begin contents] ================================================== -->
-<h2><a name="Version9.56.0"></a>Version 9.56.0 (2022-02-22)</h2>
+<h2><a name="Version9.56.0"></a>Version 9.56.0 (2022-03-14)</h2>
<p> Highlights in this release include:
<ul>
<li>
@@ -170,7 +170,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Ps-style.htm b/doc/Ps-style.htm
index 755f93716..1337c1684 100644
--- a/doc/Ps-style.htm
+++ b/doc/Ps-style.htm
@@ -513,7 +513,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Ps2epsi.htm b/doc/Ps2epsi.htm
index 96d9a7880..67cdf9729 100644
--- a/doc/Ps2epsi.htm
+++ b/doc/Ps2epsi.htm
@@ -188,7 +188,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Psfiles.htm b/doc/Psfiles.htm
index 4541d9c88..ccacf4389 100644
--- a/doc/Psfiles.htm
+++ b/doc/Psfiles.htm
@@ -849,7 +849,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Readme.htm b/doc/Readme.htm
index 209a60faa..4ecc4ff8c 100644
--- a/doc/Readme.htm
+++ b/doc/Readme.htm
@@ -544,7 +544,7 @@ Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
diff --git a/doc/Release.htm b/doc/Release.htm
index 3fb8cb4a6..d32e439bc 100644
--- a/doc/Release.htm
+++ b/doc/Release.htm
@@ -808,7 +808,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/SavedPages.htm b/doc/SavedPages.htm
index 7a310d554..9b9e6c7b0 100644
--- a/doc/SavedPages.htm
+++ b/doc/SavedPages.htm
@@ -275,7 +275,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Search.htm b/doc/Search.htm
index e27ce34a6..180495218 100644
--- a/doc/Search.htm
+++ b/doc/Search.htm
@@ -173,7 +173,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Source.htm b/doc/Source.htm
index 712295f1c..90ba3c93a 100644
--- a/doc/Source.htm
+++ b/doc/Source.htm
@@ -414,7 +414,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Unix-lpr.htm b/doc/Unix-lpr.htm
index 293b3290f..7402ca860 100644
--- a/doc/Unix-lpr.htm
+++ b/doc/Unix-lpr.htm
@@ -265,7 +265,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/Use.htm b/doc/Use.htm
index 3dda882db..3b37804c8 100644
--- a/doc/Use.htm
+++ b/doc/Use.htm
@@ -5423,7 +5423,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/VectorDevices.htm b/doc/VectorDevices.htm
index c31e9034a..07ba8285a 100644
--- a/doc/VectorDevices.htm
+++ b/doc/VectorDevices.htm
@@ -1488,7 +1488,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/WhatIsGS.htm b/doc/WhatIsGS.htm
index d39fafc0b..49e9b5a8b 100644
--- a/doc/WhatIsGS.htm
+++ b/doc/WhatIsGS.htm
@@ -145,7 +145,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/gs-vms.hlp b/doc/gs-vms.hlp
index 58e955ca4..fc5788a19 100644
--- a/doc/gs-vms.hlp
+++ b/doc/gs-vms.hlp
@@ -1,6 +1,6 @@
1 gs
gs - GPL Ghostscript interpreter/previewer
-! Ghostscript version 9.56.0, 22 February 2022
+! Ghostscript version 9.56.0, 14 March 2022
Usage:
$ gs [options] [file ...]
diff --git a/doc/sample_downscale_device.htm b/doc/sample_downscale_device.htm
index 2146e0737..2b9a156e4 100644
--- a/doc/sample_downscale_device.htm
+++ b/doc/sample_downscale_device.htm
@@ -221,7 +221,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/subclass.htm b/doc/subclass.htm
index ed81f21fa..0e2963eeb 100644
--- a/doc/subclass.htm
+++ b/doc/subclass.htm
@@ -708,7 +708,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/doc/thirdparty.htm b/doc/thirdparty.htm
index ac8eb3277..5bbfa8c8b 100644
--- a/doc/thirdparty.htm
+++ b/doc/thirdparty.htm
@@ -199,7 +199,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.56.0, 22 February 2022
+<small>Ghostscript version 9.56.0, 14 March 2022
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/man/dvipdf.1 b/man/dvipdf.1
index c3c424170..6d5069245 100644
--- a/man/dvipdf.1
+++ b/man/dvipdf.1
@@ -1,4 +1,4 @@
-.TH DVIPDF 1 "22 February 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH DVIPDF 1 "14 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
.SH NAME
dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips
.SH SYNOPSIS
diff --git a/man/gs.1 b/man/gs.1
index d9de49122..bdffc794b 100644
--- a/man/gs.1
+++ b/man/gs.1
@@ -1,4 +1,4 @@
-.TH GS 1 "22 February 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH GS 1 "14 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
.SH NAME
gs \- Ghostscript (PostScript and PDF language interpreter and previewer)
.SH SYNOPSIS
diff --git a/man/gslp.1 b/man/gslp.1
index 2f09bf015..edf3afdb9 100644
--- a/man/gslp.1
+++ b/man/gslp.1
@@ -1,4 +1,4 @@
-.TH GSLP 1 "22 February 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH GSLP 1 "14 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
.SH NAME
gslp \- Format and print text using ghostscript
.br
diff --git a/man/gsnd.1 b/man/gsnd.1
index 724936366..142b78b88 100644
--- a/man/gsnd.1
+++ b/man/gsnd.1
@@ -1,4 +1,4 @@
-.TH GSND 1 "22 February 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH GSND 1 "14 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
.SH NAME
gsnd \- Run ghostscript (PostScript and PDF engine) without display
.SH SYNOPSIS
diff --git a/man/pdf2dsc.1 b/man/pdf2dsc.1
index 031c683f2..1d2f3f730 100644
--- a/man/pdf2dsc.1
+++ b/man/pdf2dsc.1
@@ -1,4 +1,4 @@
-.TH PDF2DSC 1 "22 February 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2DSC 1 "14 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2dsc \- generate a PostScript page list of a PDF document
.SH SYNOPSIS
diff --git a/man/pdf2ps.1 b/man/pdf2ps.1
index 82b59078c..b2e6bbaaa 100644
--- a/man/pdf2ps.1
+++ b/man/pdf2ps.1
@@ -1,4 +1,4 @@
-.TH PDF2PS 1 "22 February 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2PS 1 "14 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2ps \- Ghostscript PDF to PostScript translator
.SH SYNOPSIS
diff --git a/man/pf2afm.1 b/man/pf2afm.1
index 01a8f5f14..0a0695f07 100644
--- a/man/pf2afm.1
+++ b/man/pf2afm.1
@@ -1,4 +1,4 @@
-.TH PF2AFM 1 "22 February 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PF2AFM 1 "14 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
.SH NAME
pf2afm \- Make an AFM file from Postscript (PFB/PFA/PFM) font files using ghostscript
.SH SYNOPSIS
diff --git a/man/pfbtopfa.1 b/man/pfbtopfa.1
index 72a0bca01..6f8a7914e 100644
--- a/man/pfbtopfa.1
+++ b/man/pfbtopfa.1
@@ -1,4 +1,4 @@
-.TH PFBTOPFA 1 "22 February 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PFBTOPFA 1 "14 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
.SH NAME
pfbtopfa \- Convert Postscript .pfb fonts to .pfa format using ghostscript
.SH SYNOPSIS
diff --git a/man/printafm.1 b/man/printafm.1
index 2525e3c13..58c760573 100644
--- a/man/printafm.1
+++ b/man/printafm.1
@@ -1,4 +1,4 @@
-.TH PRINTAFM 1 "22 February 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PRINTAFM 1 "14 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
.SH NAME
printafm \- Print the metrics from a Postscript font in AFM format using ghostscript
.SH SYNOPSIS
diff --git a/man/ps2ascii.1 b/man/ps2ascii.1
index 9ab18805c..dd6370476 100644
--- a/man/ps2ascii.1
+++ b/man/ps2ascii.1
@@ -1,4 +1,4 @@
-.TH PS2ASCII 1 "22 February 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2ASCII 1 "14 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII
.SH SYNOPSIS
diff --git a/man/ps2epsi.1 b/man/ps2epsi.1
index 04b685f1a..311fc53a7 100644
--- a/man/ps2epsi.1
+++ b/man/ps2epsi.1
@@ -1,4 +1,4 @@
-.TH PS2EPSI 1 "22 February 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2EPSI 1 "14 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2epsi \- generate conforming Encapsulated PostScript
.SH SYNOPSIS
diff --git a/man/ps2pdf.1 b/man/ps2pdf.1
index fb72c885c..8de838d42 100644
--- a/man/ps2pdf.1
+++ b/man/ps2pdf.1
@@ -1,4 +1,4 @@
-.TH PS2PDF 1 "22 February 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PS2PDF 1 "14 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdf \- Convert PostScript to PDF using ghostscript
.br
diff --git a/man/ps2pdfwr.1 b/man/ps2pdfwr.1
index 333a64888..036687f17 100644
--- a/man/ps2pdfwr.1
+++ b/man/ps2pdfwr.1
@@ -1,4 +1,4 @@
-.TH PS2PDFWR 1 "22 February 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PS2PDFWR 1 "14 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
.SH SYNOPSIS
diff --git a/man/ps2ps.1 b/man/ps2ps.1
index f0b1293fa..a0ba2ecae 100644
--- a/man/ps2ps.1
+++ b/man/ps2ps.1
@@ -1,4 +1,4 @@
-.TH PS2PS 1 "22 February 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2PS 1 "14 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ps, eps2eps \- Ghostscript PostScript "distiller"
.SH SYNOPSIS