about summary refs log tree commit diff
path: root/Linux/Makefile
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2023-02-13 16:05:43 +0100
committerJune McEnroe <june@causal.agency>2023-02-13 18:30:13 -0500
commit260a1e4d0462edf21205878378df9b52350d6be7 (patch)
tree4d04573631543f65b2bfb0fa24706d1156264084 /Linux/Makefile
parentUpdate to Linux man-pages 6.02 (diff)
downloadexman-260a1e4d0462edf21205878378df9b52350d6be7.tar.gz
exman-260a1e4d0462edf21205878378df9b52350d6be7.zip
Update to Linux man-pages 6.03 2063.93
Diffstat (limited to '')
-rw-r--r--Linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux/Makefile b/Linux/Makefile
index ae26d4f..cc4f7c3 100644
--- a/Linux/Makefile
+++ b/Linux/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = Linux
-VERSION = 6.02
+VERSION = 6.03
 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages
 DISTFILES = man-pages-${VERSION}.tar.xz
 FILES = man-pages-${VERSION}/man[1-9]*/
08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe