about summary refs log tree commit diff
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2022-10-16 12:57:02 +0200
committerJune McEnroe <june@causal.agency>2022-10-16 19:16:13 -0400
commit45d4283ca7d153ed96fc6c57ac01df2f3f63ef4b (patch)
tree75a05bdcdfd045a140e851b93972ffe43434213a
parentMake copyrights and AUTHORS consistent (diff)
downloadexman-45d4283ca7d153ed96fc6c57ac01df2f3f63ef4b.tar.gz
exman-45d4283ca7d153ed96fc6c57ac01df2f3f63ef4b.zip
Update to NetBSD 9.3
-rw-r--r--NetBSD/Makefile2
-rw-r--r--exman.14
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
e 2019-07-12Move to www/text.causal.agencyJune McEnroe 2019-07-12Add new causal.agency with shotty shotsJune McEnroe 2019-07-12Use -s to infer terminal sizeJune McEnroe 2019-07-12Add DCH to shottyJune McEnroe This makes htop mostly work. Scrolling region still missing. 2019-07-12Support insert mode in shottyJune McEnroe This is how curses puts characters into the bottom-right cell of the terminal. 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe