diff options
author | Štěpán Němec <stepnem@smrk.net> | 2025-02-25 12:57:50 +0100 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2025-06-11 23:10:21 -0400 |
commit | ab82016c3b5470295641e8f880dce78b7d4e62d0 (patch) | |
tree | 6efe9acd8f22bc0ddee06bc5d60c21af93807ad6 /Linux | |
parent | Update to Linux man-pages 6.11 (diff) | |
download | exman-ab82016c3b5470295641e8f880dce78b7d4e62d0.tar.gz exman-ab82016c3b5470295641e8f880dce78b7d4e62d0.zip |
Update to Linux man-pages 6.12
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 517264f..91e8cd4 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,5 +1,5 @@ SYSTEM = Linux -VERSION = 6.11 +VERSION = 6.12 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]*/ |