about summary refs log tree commit diff
path: root/Linux/Makefile
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2021-08-28 00:10:15 +0200
committerJune McEnroe <june@causal.agency>2021-08-29 16:14:57 -0400
commitf2ef5b1068828ed5d982e9d55a7d8c727844c4d0 (patch)
treea6d9a836d3c4749fee6c3cd2635681cad2765bbe /Linux/Makefile
parentUpdate to NetBSD 9.2 (diff)
downloadexman-f2ef5b1068828ed5d982e9d55a7d8c727844c4d0.tar.gz
exman-f2ef5b1068828ed5d982e9d55a7d8c727844c4d0.zip
Update to Linux man-pages 5.13 2062.53
Diffstat (limited to 'Linux/Makefile')
-rw-r--r--Linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux/Makefile b/Linux/Makefile
index 866b836..4e405ac 100644
--- a/Linux/Makefile
+++ b/Linux/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = Linux
-VERSION = 5.12
+VERSION = 5.13
 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages
 DISTFILES = man-pages-${VERSION}.tar.xz
 FILES = man-pages-${VERSION}/man[1-9]/
t-pink/commit/html.c?h=1.4.1&id=fd31aa693077d0eea1b14a7f44ffe29503e2ad59&follow=1'>html: remove redundant htmlfd variableJohn Keeping 2014-01-12tests: add Valgrind supportJohn Keeping 2014-01-12cache: don't leave cache_slot fields uninitializedJohn Keeping 2014-01-10filter: split filter functions into their own fileJason A. Donenfeld 2014-01-10filter: make exit status localJason A. Donenfeld 2014-01-10parsing: fix header typoJason A. Donenfeld 2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer 2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer 2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer 2014-01-10Refactor cgit_parse_snapshots_mask()Lukas Fleischer 2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer 2014-01-09README: Fix dependenciesLukas Fleischer 2014-01-08README: Spelling and formatting fixesLukas Fleischer 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch 2014-01-08Add a suggestion to the manpagePřemysl Janouch 2014-01-08Fix the example configurationPřemysl Janouch 2014-01-08Fix about-formatting.shPřemysl Janouch 2014-01-08Fix some spelling errorsPřemysl Janouch 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts