linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx.manpages@gmail.com>
To: linux-man <linux-man@vger.kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	GNU C Library <libc-alpha@sourceware.org>,
	Marcos Fouces <marcos@debian.org>, Sam James <sam@gentoo.org>,
	Jonathan Corbet <corbet@lwn.net>,
	Michael Kerrisk <mtk.manpages@gmail.com>
Subject: man-pages-6.04 released
Date: Mon, 3 Apr 2023 02:54:53 +0200	[thread overview]
Message-ID: <3f33c6d4-fdbe-e3b4-675a-64f61c35fdb1@gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4109 bytes --]

Gidday!

I'm proud to announce:

	man-pages-6.04 - 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/>

The most notable changes in the release are:

-  New APIs have been documented in proc(5) (KPF_PGTABLE), landlock(7)
   (LANDLOCK_ACCESS_FS_REFER, LANDLOCK_ACCESS_FS_TRUNCATE), and udp(7)
   (UDP_GRO, UDP_SEGMENT).

-  C89 information has been restored.  Information about old standards
   and systems has been moved to a new HISTORY section.  VERSIONS has
   been repurposed, and STANDARDS has been simplified.  Some functions
   have been marked as deprecated, according to their standards.

-  The build system has been improved to allow several operations that
   distributions usually perform, such as installing compressed pages,
   installing link pages as symlinks, or moving mandirs.

Thanks you all for contributing!

Cheers,

Alex

==================== Changes in man-pages-6.04 ====================

Released: 2023-04-03, Aldaya


Contributors
------------

The following people contributed patches/fixes, reports, notes,
ideas, and discussions that have been incorporated in changes in
this release:

Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Alejandro Colomar <alx@kernel.org>
Andrew Clayton <andrew@digital-domain.net>
Brian Inglis <Brian.Inglis@Shaw.ca>
"Carlos O'Donell" <carlos@redhat.com>
Christian Brauner <brauner@kernel.org>
Christoph Lameter <cl@linux.com>
Dmitry Goncharov <dgoncharov@users.sf.net>
"Dmitry V. Levin" <ldv@strace.io>
Elliott Hughes <enh@google.com>
Elvira Khabirova <lineprinter0@gmail.com>
Fotios Valasiadis <fvalasiad@gmail.com>
"G. Branden Robinson" <g.branden.robinson@gmail.com>
Guy Shefy <guyshefyb@gmail.com>
Günther Noack <gnoack3000@gmail.com>
Helge Kreutzmann <debian@helgefjell.de>
Iker Pedrosa <ipedrosa@redhat.com>
Jack Pearson <jack@pearson.onl>
Jakub Wilk <jwilk@jwilk.net>
Marco Bonelli <marco@mebeim.net>
Matt Jolly <Matt.Jolly@footclan.ninja>
Mickaël Salaün <mic@digikod.net>
Nate Eldredge <nate@thatsmathematics.com>
Oskari Pirhonen <xxc3ncoredxx@gmail.com>
Patrick Reader <_@pxeger.com>
Paul Eggert <eggert@cs.ucla.edu>
Paul Smith <psmith@gnu.org>
Ralph Corderoy <ralph@inputplus.co.uk>
Rodrigo Campos <rodrigo@sdfg.com.ar>
Samanta Navarro <ferivoz@riseup.net>
Serge Hallyn <serge@hallyn.com>
Simon Horman <simon.horman@corigine.com>
Timo Stark <t.stark@nginx.com>
Tom Schwindl <schwindl@posteo.de>
"Valentin V. Bartenev" <vbartenev@gmail.com>
Vincent Lefevre <vincent@vinc17.net>
Vladislav Ivanishin <vlad@ispras.ru>
Willem de Bruijn <willemb@google.com>
Wu Zhenyu <wuzhenyu@ustc.edu>
Yedidyah Bar David <didi@redhat.com>
Younes Manton <younes.m@gmail.com>
<imachug@yandex.ru>
<pabeni@redhat.com>


Apologies if I missed anyone!


Newly documented interfaces in existing pages
---------------------------------------------

proc.5
	KPF_PGTABLE			(Linux 4.18)

landlock.7
	LANDLOCK_ACCESS_FS_REFER	(Linux 5.19)
	LANDLOCK_ACCESS_FS_TRUNCATE	(Linux 6.02)

udp.7
	UDP_GRO				(Linux 5.0)
	UDP_SEGMENT			(Linux 4.18)


Global changes
--------------

-  Sections:
   -  Add HISTORY.
   -  HISTORY: Restore C89 references.
   -  Repurpose VERSIONS.
   -  Simplify STANDARDS.
   -  SYNOPSIS: Mark several functions as deprecated.

-  Build system:
   -  Support installing in different mandirs
      (e.g., man3typedir='/usr/share/man/man3').
   -  Support installing compressed pages (Z='.gz').
   -  Support installing link pages as symlinks (LINK_PAGES='symlink').


Changes to individual pages
---------------------------

The manual pages (and other files in the repository) have been improved
beyond what this changelog covers.  To learn more about changes applied
to individual pages, use git(1).


-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

                 reply	other threads:[~2023-04-03  0:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3f33c6d4-fdbe-e3b4-675a-64f61c35fdb1@gmail.com \
    --to=alx.manpages@gmail.com \
    --cc=corbet@lwn.net \
    --cc=libc-alpha@sourceware.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-man@vger.kernel.org \
    --cc=marcos@debian.org \
    --cc=mtk.manpages@gmail.com \
    --cc=sam@gentoo.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;
as well as URLs for NNTP newsgroup(s).