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 | |
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
-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 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]*/ diff --git a/exman.1 b/exman.1 index 25da015..1d9f1f6 100644 --- a/exman.1 +++ b/exman.1 @@ -1,4 +1,4 @@ -.Dd January 23, 2025 +.Dd February 15, 2025 .Dt EXMAN 1 .Os . @@ -29,7 +29,7 @@ The available systems are as follows: .It Fx 14.2-RELEASE .It Linux -man-pages 6.10 +man-pages 6.11 .It Nx 10.1 .It Ox |