diff options
author | June McEnroe <june@causal.agency> | 2021-04-26 17:25:50 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-26 17:25:50 -0400 |
commit | 5e57a87e230e3fc263527644f17c4ef437daf6cd (patch) | |
tree | 9955eade9cef5df61aa10c06f3e7d91a9380d612 | |
parent | Update to FreeBSD 13.0 (diff) | |
download | exman-5e57a87e230e3fc263527644f17c4ef437daf6cd.tar.gz exman-5e57a87e230e3fc263527644f17c4ef437daf6cd.zip |
Update to Linux man-pages 5.11
Diffstat (limited to '')
-rw-r--r-- | Linux/Makefile | 2 | ||||
-rw-r--r-- | exman.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Linux/Makefile b/Linux/Makefile index c81394d..d7a7fe5 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,5 +1,5 @@ SYSTEM = Linux -VERSION = 5.09 +VERSION = 5.11 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 d915281..30467ec 100644 --- a/exman.1 +++ b/exman.1 @@ -29,7 +29,7 @@ The available systems are as follows: .It Fx 13.0-RELEASE .It Linux -man-pages 5.09 +man-pages 5.11 .It Nx 9.1 .It Ox |