diff options
-rw-r--r-- | Linux/Makefile | 6 | ||||
-rw-r--r-- | exman.1 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Linux/Makefile b/Linux/Makefile index 2ee81db..9f9538b 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,8 +1,8 @@ SYSTEM = Linux -VERSION = 6.7 +VERSION = 6.9 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages DISTFILES = man-pages-${VERSION}.tar.xz -FILES = man-pages-${VERSION}/man[1-9]*/ -STRIP = 1 +FILES = man-pages-${VERSION}/man/man[1-9]*/ +STRIP = 2 .include "../system.mk" diff --git a/exman.1 b/exman.1 index 1fcc696..e43eb77 100644 --- a/exman.1 +++ b/exman.1 @@ -1,4 +1,4 @@ -.Dd April 11, 2024 +.Dd June 17, 2024 .Dt EXMAN 1 .Os . @@ -29,7 +29,7 @@ The available systems are as follows: .It Fx 14.0-RELEASE .It Linux -man-pages 6.7 +man-pages 6.9 .It Nx 10.0 .It Ox |