diff options
author | Štěpán Němec <stepnem@smrk.net> | 2023-02-13 16:05:43 +0100 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-02-13 18:30:13 -0500 |
commit | 260a1e4d0462edf21205878378df9b52350d6be7 (patch) | |
tree | 4d04573631543f65b2bfb0fa24706d1156264084 | |
parent | Update to Linux man-pages 6.02 (diff) | |
download | exman-260a1e4d0462edf21205878378df9b52350d6be7.tar.gz exman-260a1e4d0462edf21205878378df9b52350d6be7.zip |
Update to Linux man-pages 6.03 2063.93
Diffstat (limited to '')
-rw-r--r-- | Linux/Makefile | 2 | ||||
-rw-r--r-- | exman.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Linux/Makefile b/Linux/Makefile index ae26d4f..cc4f7c3 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 e6b2482..a66f878 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 |