diff options
author | Štěpán Němec <stepnem@smrk.net> | 2025-05-02 12:21:37 +0200 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2025-06-11 23:10:21 -0400 |
commit | b8fab18fc7eb882fa378fcc990a990a4f68cca51 (patch) | |
tree | a7626d32d578812a4b0371024f33949d6f17dc49 | |
parent | Update to Linux man-pages 6.12 (diff) | |
download | exman-b8fab18fc7eb882fa378fcc990a990a4f68cca51.tar.gz exman-b8fab18fc7eb882fa378fcc990a990a4f68cca51.zip |
Update to Linux man-pages 6.13, OpenBSD 7.7
Diffstat (limited to '')
-rw-r--r-- | Linux/Makefile | 2 | ||||
-rw-r--r-- | OpenBSD/Makefile | 2 | ||||
-rw-r--r-- | exman.1 | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Linux/Makefile b/Linux/Makefile index 91e8cd4..9289708 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,5 +1,5 @@ SYSTEM = Linux -VERSION = 6.12 +VERSION = 6.13 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/OpenBSD/Makefile b/OpenBSD/Makefile index 6b4d99d..ef2a6eb 100644 --- a/OpenBSD/Makefile +++ b/OpenBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = OpenBSD -VERSION = 7.6 +VERSION = 7.7 MIRROR = https://cdn.openbsd.org/pub/OpenBSD/${VERSION}/amd64 V = ${VERSION:S/.//} DISTFILES = base${V}.tgz comp${V}.tgz game${V}.tgz man${V}.tgz diff --git a/exman.1 b/exman.1 index c7fc702..4c8639c 100644 --- a/exman.1 +++ b/exman.1 @@ -1,4 +1,4 @@ -.Dd February 25, 2025 +.Dd May 2, 2025 .Dt EXMAN 1 .Os . @@ -29,11 +29,11 @@ The available systems are as follows: .It Fx 14.2-RELEASE .It Linux -man-pages 6.12 +man-pages 6.13 .It Nx 10.1 .It Ox -7.6 +7.7 .It POSIX man-pages-posix 2017 .It macOS |