diff options
author | Štěpán Němec <stepnem@smrk.net> | 2022-10-16 12:57:02 +0200 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-10-16 19:16:13 -0400 |
commit | 45d4283ca7d153ed96fc6c57ac01df2f3f63ef4b (patch) | |
tree | 75a05bdcdfd045a140e851b93972ffe43434213a | |
parent | Make copyrights and AUTHORS consistent (diff) | |
download | exman-45d4283ca7d153ed96fc6c57ac01df2f3f63ef4b.tar.gz exman-45d4283ca7d153ed96fc6c57ac01df2f3f63ef4b.zip |
Update to NetBSD 9.3
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 eaf7790..eccc22f 100644 --- a/NetBSD/Makefile +++ b/NetBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = NetBSD -VERSION = 9.2 +VERSION = 9.3 MIRROR = https://cdn.netbsd.org/pub/NetBSD/NetBSD-${VERSION}/amd64/binary/sets DISTFILES = comp.tar.xz games.tar.xz man.tar.xz FILES = ./usr/share/man/man[1-9]*/ diff --git a/exman.1 b/exman.1 index d478d99..306df29 100644 --- a/exman.1 +++ b/exman.1 @@ -1,4 +1,4 @@ -.Dd July 27, 2022 +.Dd October 16, 2022 .Dt EXMAN 1 .Os . @@ -31,7 +31,7 @@ The available systems are as follows: .It Linux man-pages 5.13 .It Nx -9.2 +9.3 .It Ox 7.1 .It POSIX |