about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-14 23:17:23 -0500
committerJune McEnroe <june@causal.agency>2020-12-14 23:27:35 -0500
commit809ff158273fc06b5d108a64bc55eeca2f96aa1f (patch)
tree2c8b26207850229f92f8a080607958df55b12373
parentUpdate to OpenBSD 6.8 (diff)
downloadexman-809ff158273fc06b5d108a64bc55eeca2f96aa1f.tar.gz
exman-809ff158273fc06b5d108a64bc55eeca2f96aa1f.zip
Update to man-pages-posix 2017-a
Diffstat (limited to '')
-rw-r--r--exman.12
-rw-r--r--posix.url2
2 files changed, 2 insertions, 2 deletions
diff --git a/exman.1 b/exman.1
index 80d142a..b2cc204 100644
--- a/exman.1
+++ b/exman.1
@@ -35,7 +35,7 @@ The Linux man-pages project 5.09
 .It Sy openbsd
 .Ox 6.8
 .It Sy posix
-The Linux man-pages-posix project 2013-a
+The Linux man-pages-posix project 2017-a
 .El
 .
 .Sh EXAMPLES
diff --git a/posix.url b/posix.url
index 80c4f8b..6dc7ad7 100644
--- a/posix.url
+++ b/posix.url
@@ -1 +1 @@
-https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2013-a.tar.xz
+https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.xz
ce-filter.sh?id=ff9f7f414ee1e74d0a63d6072c5d2158e017f09e&follow=1'>Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe