about summary refs log tree commit diff
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2022-10-21 15:09:16 +0200
committerJune McEnroe <june@causal.agency>2022-11-01 11:44:52 -0400
commit7629b2831ab537287049cd9d5135399523015e2d (patch)
tree10fc6d88b78fbbdeab8de1ff7dbe60fc90fa0f60
parentUpdate to OpenBSD 7.2 (diff)
downloadexman-7629b2831ab537287049cd9d5135399523015e2d.tar.gz
exman-7629b2831ab537287049cd9d5135399523015e2d.zip
Update to Linux man-pages 6.01 2063.91
-rw-r--r--Linux/Makefile2
-rw-r--r--exman.12
2 files changed, 2 insertions, 2 deletions
diff --git a/Linux/Makefile b/Linux/Makefile
index 8a6c491..d95a171 100644
--- a/Linux/Makefile
+++ b/Linux/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = Linux
-VERSION = 6.00
+VERSION = 6.01
 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages
 DISTFILES = man-pages-${VERSION}.tar.xz
 FILES = man-pages-${VERSION}/man[1-9]*/
diff --git a/exman.1 b/exman.1
index 5b2476b..8571a0c 100644
--- a/exman.1
+++ b/exman.1
@@ -29,7 +29,7 @@ The available systems are as follows:
 .It Fx
 13.1-RELEASE
 .It Linux
-man-pages 6.00
+man-pages 6.01
 .It Nx
 9.3
 .It Ox
19-02-18 19:20:16 -0500'>2019-02-18Fix function-like #define regexJune McEnroe A define like #define FOO (1) is not function-like. 2019-02-18Match Tag in RustJune McEnroe 2019-02-18Match sh functions as TagJune McEnroe 2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe Tags are much better for referring to specific parts of a file and line numbering is better done by a post-processing tool such as cat -n or producing a two-column HTML <table>. 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe Running hi twice to insert stuff between the head and the content is a bit of a hack but oh well. 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe Renames previous -n option to -m to stay consistent with cat -n. Prefixing lines with line numbers affects where the first tab indent ends up relative to the text above it. Not sure if it's worth fixing somehow. 2019-02-17Always split spans after newlinesJune McEnroe Simplifies ANSI and IRC output code, and prepares for line numbered output. 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe