diff options
author | Štěpán Němec <stepnem@smrk.net> | 2025-02-15 10:49:17 +0100 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2025-06-11 23:10:21 -0400 |
commit | 506029258068eb757e23094f59b0b27f10f6f1b1 (patch) | |
tree | b81bff6515ca93f04227054644335ea5a4bf1a76 /Linux | |
parent | Update to FreeBSD 14.2, Linux man-pages 6.10, NetBSD 10.1 (diff) | |
download | exman-506029258068eb757e23094f59b0b27f10f6f1b1.tar.gz exman-506029258068eb757e23094f59b0b27f10f6f1b1.zip |
Update to Linux man-pages 6.11
Diffstat (limited to 'Linux')
-rw-r--r-- | Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux/Makefile b/Linux/Makefile index 6444c35..517264f 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,5 +1,5 @@ SYSTEM = Linux -VERSION = 6.10 +VERSION = 6.11 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages DISTFILES = man-pages-${VERSION}.tar.xz FILES = man-pages-${VERSION}/man/man[1-9]*/ |