From: Alejandro Colomar <alx@kernel.org>
To: Luna Jernberg <droidbittin@gmail.com>
Cc: linux-man <linux-man@vger.kernel.org>
Subject: Re: man-pages-6.05 released
Date: Wed, 2 Aug 2023 13:04:14 +0200 [thread overview]
Message-ID: <37c237cd-cb7c-982e-7b17-dd808063f002@kernel.org> (raw)
In-Reply-To: <CADo9pHgFjtFSPv3vLUuO7u2A5rVYw2P_1ZP6yBGU43q_DNUgig@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 9642 bytes --]
Hi Luna!
On 2023-08-02 06:19, Luna Jernberg wrote:
> Updated PKGBUILD for Arch Linux
Thank you! Do you want me to CC you in releases?
Cheers,
Alex
>
> Den tis 1 aug. 2023 kl 15:30 skrev Alejandro Colomar <alx@kernel.org>:
>>
>> Gidday!
>>
>> I'm proud to announce:
>>
>> man-pages-6.05 - manual pages for GNU/Linux
>>
>> The release tarball is already available at <kernel.org>
>>
>> Tarball download:
>> <https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/>
>> Git repository:
>> <https://git.kernel.org/cgit/docs/man-pages/man-pages.git/>
>>
>> A change from man-pages-6.04 merits a mention in this release, as it
>> wasn't properly documented in the previous release notes:
>>
>> - Add make(1) 'check' target. This has been split from 'lint'.
>> 'lint' will check the source code, and 'check' will check the
>> rendered pages (as a user will read them). There are currently
>> several pages that fail this `make check`, and distributors that
>> depend on this can workaround it by touching a few files:
>>
>> $ make check -k -j >/dev/null 2>/dev/null;
>> $ make check -k 2>/dev/null;
>> GREP .tmp/man/man1/memusage.1.check-catman.touch
>> TROFF .tmp/man/man2/fanotify_init.2.cat.set
>> TROFF .tmp/man/man2/gettimeofday.2.cat.set
>> TROFF .tmp/man/man2/s390_sthyi.2.cat.set
>> GREP .tmp/man/man3/mallopt.3.check-catman.touch
>> TROFF .tmp/man/man3/unlocked_stdio.3.cat.set
>> TROFF .tmp/man/man4/console_codes.4.cat.set
>> TROFF .tmp/man/man4/lirc.4.cat.set
>> GREP .tmp/man/man4/smartpqi.4.check-catman.touch
>> GREP .tmp/man/man4/veth.4.check-catman.touch
>> TROFF .tmp/man/man5/proc.5.cat.set
>> GREP .tmp/man/man5/slabinfo.5.check-catman.touch
>> TROFF .tmp/man/man5/tzfile.5.cat.set
>> TROFF .tmp/man/man7/address_families.7.cat.set
>> TROFF .tmp/man/man7/ascii.7.cat.set
>> TROFF .tmp/man/man7/bpf-helpers.7.cat.set
>> GREP .tmp/man/man7/keyrings.7.check-catman.touch
>> GREP .tmp/man/man7/uri.7.check-catman.touch
>> TROFF .tmp/man/man8/tzselect.8.cat.set
>> TROFF .tmp/man/man8/zdump.8.cat.set
>> TROFF .tmp/man/man8/zic.8.cat.set
>>
>> After touching the previous files, `make check` will succeed:
>>
>> $ make check -k 2>/dev/null | awk '{print $2}' | xargs touch;
>> $ make check -j >/dev/null;
>> $ echo $?
>> 0
>>
>> The most notable changes in this release (man-pages-6.05) are:
>>
>> New and rewritten pages
>> -----------------------
>>
>> man2/
>> ioctl_pipe.2
>>
>> man3/
>> regex.3
>>
>> man5/
>> erofs.5
>>
>> Newly documented interfaces in existing pages
>> ---------------------------------------------
>>
>> bpf.2
>> EAGAIN
>>
>> ioctl_userfaultfd.2
>> UFFD_FEATURE_EXACT_ADDRESS
>>
>> prctl.2
>> PR_GET_AUXV
>>
>> recv.2
>> MSG_CMSG_CLOEXEC
>>
>> statx.2
>> STAT_ATTR_MOUNT_ROOT
>>
>> syscall.2
>> ENOSYS
>>
>> resolv.conf.5
>> no-aaaa
>> RES_NOAAAA
>>
>> tmpfs.5
>> CONFIG_TRANSPARENT_HUGEPAGE
>>
>> ip.7
>> IP_LOCAL_PORT_RANGE
>>
>> rtnetlink.7
>> IFLA_PERM_ADDRESS
>>
>> New and changed links
>> ---------------------
>>
>> man3type/
>> regex_t.3type (regex(3))
>> regmatch_t.3type (regex(3))
>> regoff_t.3type (regex(3))
>>
>> Global changes
>> --------------
>>
>> - Types:
>> - Document functions using off64_t as if they used off_t (except
>> for lseek64()).
>>
>> - Build system:
>> - Keep file modes in the release tarball.
>> - Fix symlink installation (`make install LINK_PAGES=symlink`).
>> - Add support for using bzip2(1), lzip(1), and xz(1) when installing
>> pages and creating release tarballs.
>> - Create reproducible release tarballs.
>> - Move makefiles from lib/ to share/mk/.
>> - Support mdoc(7) pages.
>> - Relicense Makefiles as GPL-3.0-or-later.
>> - Build PostScript and PDF manual pages.
>> - Add support for running our build system on arbitrary source
>> trees; this makes it possible to easily run our linters on another
>> project's manual pages as easily as `make lint MANDIR=~/src/groff`
>>
>> - Licenses:
>> - Relicense ddp.7 from VERBATIM_ONE_PARA to Linux-man-pages-copyleft.
>> - Relicense dir_colors.5 from LDPv1 to GPL-2.0-or-later.
>> - Use new SPDX license identifiers:
>> - Linux-man-pages-1-para (was VERBATIM_ONE_PARA)
>> - Linux-man-pages-copyleft-2-para (was VERBATIM_TWO_PARA)
>> - Linux-man-pages-copyleft-var (was VERBATIM_PROF)
>>
>> - ffix:
>> - use `\%`
>> - un-bracket tbl(1) tables
>>
>>
>> Contributors
>> ------------
>>
>> The following people contributed patches/fixes, reports, notes,
>> ideas, and discussions that have been incorporated in changes in
>> this release:
>>
>> "David S. Miller" <davem@davemloft.net>
>> "G. Branden Robinson" <g.branden.robinson@gmail.com>
>> A. Wilcox <AWilcox@wilcox-tech.com>
>> Adam Dobes <adobes@redhat.com>
>> Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
>> Alan Cox <alan@llwyncelyn.cymru>
>> Alejandro Colomar <alx@kernel.org>
>> Alexei Starovoitov <ast@kernel.org>
>> Andreas Schwab <schwab@suse.de>
>> Andrew Clayton <andrew@digital-domain.net>
>> Andrew Morton <akpm@linux-foundation.org>
>> Avinesh Kumar <akumar@suse.de>
>> Bastien Roucariès <rouca@debian.org>
>> Bjarni Ingi Gislason <bjarniig@simnet.is>
>> Brian Inglis <Brian.Inglis@Shaw.ca>
>> Bruno Haible <bruno@clisp.org>
>> Carsten Grohmann <carstengrohmann@gmx.de>
>> Colin Watson <cjwatson@debian.org>
>> Cyril Hrubis <chrubis@suse.cz>
>> DJ Delorie <dj@redhat.com>
>> Daniel Verkamp <daniel@drv.nu>
>> David Howells <dhowells@redhat.com>
>> Dirk Gouders <dirk@gouders.net>
>> Dmitry Goncharov <dgoncharov@users.sf.net>
>> Eli Zaretskii <eliz@gnu.org>
>> Elliott Hughes <enh@google.com>
>> Eric Biggers <ebiggers@google.com>
>> Eric Blake <eblake@redhat.com>
>> Eric Wong <e@80x24.org>
>> Fangrui Song <maskray@google.com>
>> Florian Weimer <fweimer@redhat.com>
>> Gavin Smith <gavinsmith0123@gmail.com>
>> Guillem Jover <guillem@hadrons.org>
>> Günther Noack <gnoack@google.com>
>> Helge Kreutzmann <debian@helgefjell.de>
>> Igor Sysoev <igor@sysoev.ru>
>> Ingo Schwarze <schwarze@openbsd.org>
>> Jakub Jelinek <jakub@redhat.com>
>> Jakub Sitnicki <jakub@cloudflare.com>
>> Jakub Wilk <jwilk@jwilk.net>
>> Johannes Weiner <hannes@cmpxchg.org>
>> John Gilmore <gnu@toad.com>
>> John Hubbard <jhubbard@nvidia.com>
>> John Scott <jscott@posteo.net>
>> Jonathan Corbet <corbet@lwn.net>
>> Jonathan Wakely <jwakely@redhat.com>
>> Joseph Myers <joseph@codesourcery.com>
>> Josh Triplett <josh@joshtriplett.org>
>> Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
>> Larry McVoy <lm@mcvoy.com>
>> Lennart Jablonka <humm@ljabl.com>
>> Linus Heckemann <git@sphalerite.org>
>> Lukas Javorsky <ljavorsk@redhat.com>
>> Marcos Fouces <marcos@debian.org>
>> Mario Blaettermann <mario.blaettermann@gmail.com>
>> Martin (Joey) Schulze <joey@infodrom.org>
>> Masami Hiramatsu <mhiramat@kernel.org>
>> Masatake YAMATO <yamato@redhat.com>
>> Matthew House <mattlloydhouse@gmail.com>
>> Matthew Wilcox (Oracle) <willy@infradead.org>
>> Michael Kerrisk <mtk.manpages@gmail.com>
>> Michael Weiß <michael.weiss@aisec.fraunhofer.de>
>> Mickaël Salaün <mic@digikod.net>
>> Mike Frysinger <vapier@gentoo.org>
>> Mike Kravetz <mike.kravetz@oracle.com>
>> Mingye Wang <arthur200126@gmail.com>
>> Nadav Amit <namit@vmware.com>
>> Nick Desaulniers <ndesaulniers@google.com>
>> Oskari Pirhonen <xxc3ncoredxx@gmail.com>
>> Paul E. McKenney <paulmck@kernel.org>
>> Paul Eggert <eggert@cs.ucla.edu>
>> Paul Floyd <pjfloyd@wanadoo.fr>
>> Paul Smith <psmith@gnu.org>
>> Philip Guenther <guenther@gmail.com>
>> Ralph Corderoy <ralph@inputplus.co.uk>
>> Reuben Thomas <rrt@sc3d.org>
>> Rich Felker <dalias@libc.org>
>> Richard Biener <richard.guenther@gmail.com>
>> Sam James <sam@gentoo.org>
>> Serge Hallyn <serge@hallyn.com>
>> Seth David Schoen <schoen@loyalty.org>
>> Siddhesh Poyarekar <siddhesh@gotplt.org>
>> Simon Horman <simon.horman@corigine.com>
>> Stefan Puiu <stefan.puiu@gmail.com>
>> Steffen Nurpmeso <steffen@sdaoden.eu>
>> Szabolcs Nagy <nsz@port70.net>
>> Thomas Weißschuh <thomas@t-8ch.de>
>> Tom Schwindl <schwindl@posteo.de>
>> Tomáš Golembiovský <tgolembi@redhat.com>
>> Torbjorn SVENSSON <torbjorn.svensson@foss.st.com>
>> Ulrich Drepper <drepper@redhat.com>
>> Vahid Noormofidi <vnoormof@nvidia.com>
>> Vlastimil Babka <vbabka@suse.cz>
>> Wilco Dijkstra <Wilco.Dijkstra@arm.com>
>> Xi Ruoyao <xry111@xry111.site>
>> Yang Xu <xuyang2018.jy@fujitsu.com>
>> Yedidyah Bar David <didi@redhat.com>
>> Zack Weinberg <zack@owlfolio.org>
>> Zijun Zhao <zijunzhao@google.com>
>>
>> Apologies if I missed anyone!
>>
>>
>> Thanks you all for contributing!
>>
>> Cheers,
>> Alex
>>
>> --
>> <http://www.alejandro-colomar.es/>
>> GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5
--
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2023-08-02 11:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-01 13:19 man-pages-6.05 released Alejandro Colomar
2023-08-02 4:19 ` Luna Jernberg
2023-08-02 11:04 ` Alejandro Colomar [this message]
2023-08-02 22:32 ` man-pages-6.05.01 released Alejandro Colomar
2023-08-04 3:40 ` Luna Jernberg
2023-08-04 12:03 ` Alejandro Colomar
2023-08-04 14:20 ` Luna Jernberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=37c237cd-cb7c-982e-7b17-dd808063f002@kernel.org \
--to=alx@kernel.org \
--cc=droidbittin@gmail.com \
--cc=linux-man@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox