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 /Linux | |
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 |
1 files changed, 1 insertions, 1 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]*/ |