diff options
author | June McEnroe <june@causal.agency> | 2021-01-27 22:35:39 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-27 22:39:03 -0500 |
commit | 809d6629c97bd9c4bdf6c799e74a261bb510b1fd (patch) | |
tree | 38e7a60244090ad01cb0b9cef7fc88f1220c159c /exman.1 | |
parent | Update to man-pages-posix 2017-a (diff) | |
download | exman-809d6629c97bd9c4bdf6c799e74a261bb510b1fd.tar.gz exman-809d6629c97bd9c4bdf6c799e74a261bb510b1fd.zip |
Completely rewrite how manuals are fetched and installed
Also add section 6 manuals from NetBSD and OpenBSD!
Diffstat (limited to 'exman.1')
-rw-r--r-- | exman.1 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/exman.1 b/exman.1 index b2cc204..af0f349 100644 --- a/exman.1 +++ b/exman.1 @@ -1,4 +1,4 @@ -.Dd December 14, 2020 +.Dd January 27, 2021 .Dt EXMAN 1 .Os . @@ -25,23 +25,23 @@ are passed to . .Pp The available systems are as follows: -.Bl -tag -width "freebsd" -.It Sy freebsd -.Fx 12.2-RELEASE -.It Sy linux -The Linux man-pages project 5.09 -.It Sy netbsd -.Nx 9.1 -.It Sy openbsd -.Ox 6.8 -.It Sy posix -The Linux man-pages-posix project 2017-a +.Bl -tag -width "FreeBSD" +.It Fx +12.2-RELEASE +.It Linux +man-pages 5.09 +.It Nx +9.1 +.It Ox +6.8 +.It POSIX +man-pages-posix 2017 .El . .Sh EXAMPLES .Bd -literal -exman freebsd 4 unix -exman linux 7 unix +exman FreeBSD 4 unix +exman Linux 7 unix .Ed . .Sh SEE ALSO |