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
-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
>June McEnroe 2019-12-31Add strftime format string optionJune McEnroe 2019-12-31Refactor binding in scoopJune McEnroe 2019-12-31Add option to group events by contextJune McEnroe 2019-12-31Add missing includeJune McEnroe 2019-12-31Use standout mode for highlightingJune McEnroe 2019-12-31Rewrite scoop(1) argument descriptionsJune McEnroe 2019-12-31Color both nicks in a changeJune McEnroe 2019-12-31Implement nick-colored outputJune McEnroe 2019-12-31Only enable highlighting on terminal outputJune McEnroe 2019-12-31Set up pager pipeJune McEnroe 2019-12-30Normalize date inputJune McEnroe Mostly this just allows the use of 'now'. 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe