diff options
author | Štěpán Němec <stepnem@smrk.net> | 2024-04-11 08:48:26 +0200 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2024-05-15 19:15:04 -0400 |
commit | 65af1c7fd63d5e0f8148a81b38eefa8b811b1742 (patch) | |
tree | 451b8c3c9dca8812ad40ea9c82bb76b2b2388406 | |
parent | Update to OpenBSD 7.5 (diff) | |
download | exman-master.tar.gz exman-master.zip |
Diffstat (limited to '')
-rw-r--r-- | NetBSD/Makefile | 2 | ||||
-rw-r--r-- | exman.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/NetBSD/Makefile b/NetBSD/Makefile index 6c490e3..c606c8a 100644 --- a/NetBSD/Makefile +++ b/NetBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = NetBSD -VERSION = 9.3 +VERSION = 10.0 MIRROR = https://cdn.netbsd.org/pub/NetBSD/NetBSD-${VERSION}/amd64/binary/sets DISTFILES = comp.tar.xz games.tar.xz man.tar.xz text.tar.xz FILES = ./usr/share/man/man[1-9]*/ diff --git a/exman.1 b/exman.1 index 76f7ff1..1fcc696 100644 --- a/exman.1 +++ b/exman.1 @@ -1,4 +1,4 @@ -.Dd April 9, 2024 +.Dd April 11, 2024 .Dt EXMAN 1 .Os . @@ -31,7 +31,7 @@ The available systems are as follows: .It Linux man-pages 6.7 .It Nx -9.3 +10.0 .It Ox 7.5 .It POSIX |