[PATCH] Update to Linux man-pages 6.03

[PATCH] Update to Linux man-pages 6.03

From: Štěpán Němec
---
 Linux/Makefile | 2 +-
 exman.1        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Linux/Makefile b/Linux/Makefile
index ae26d4f41013..cc4f7c3cd5f4 100644
--- a/Linux/Makefile
+++ b/Linux/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = Linux
-VERSION = 6.02
+VERSION = 6.03
 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages
 DISTFILES = man-pages-${VERSION}.tar.xz
 FILES = man-pages-${VERSION}/man[1-9]*/
diff --git a/exman.1 b/exman.1
index e6b24822645d..a66f8784a1a3 100644
--- a/exman.1
+++ b/exman.1
@@ -1,4 +1,4 @@
-.Dd December 24, 2022
+.Dd February 13, 2023
 .Dt EXMAN 1
 .Os
 .
@@ -29,7 +29,7 @@ The available systems are as follows:
 .It Fx
 13.1-RELEASE
 .It Linux
-man-pages 6.02
+man-pages 6.03
 .It Nx
 9.3
 .It Ox

base-commit: 7629b2831ab537287049cd9d5135399523015e2d
prerequisite-patch-id: f9831afb05d15d573e7ff6c9831ccb07f999e659
-- 
2.39.1

Re: [PATCH] Update to Linux man-pages 6.03

From: june
thanks, applied.