From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 283AE3858D28 for ; Sat, 8 Apr 2023 21:29:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 283AE3858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTP id lEocpx90QuZMSlG8BpB4KH; Sat, 08 Apr 2023 21:29:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1680989395; bh=MM4yGd5KOf6nUg0rf8nEHthMarwFYvDmZDvm9iFo5Gc=; h=From:To:Reply-To:Date:Subject; b=OwbPbv263Ly42EXQB2d7SaxOyQh6gKSUXDTGjn1nyW0uYZabjNnf4ncP2rraTHlit 7aElPaw66vdB+0hY1j3troCUfxw94s8h5O9BTPr3YhZUiMSyalRw/9BaMZM5CHF1rv pu1d1VTAsJiKqRn8kYlHeEgmYoS7705WVBTJ0Es+64ylt8SfAvcexV6IarOgrLc02c GQs8a1sAJD8kCm57C7SxZVKM4TYA+G0wdNn4+5QyrECu/w2TAtx9v+Aoud21tOn3oR zT+AyZVCVHkDh0ufa9ArCOmxRPnDsfuDj1SgH5j9HWW80iA37GJKbMsyxqZ/9LAIq6 8XboIPUeVj2yQ== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id lG8BprHhIHFsOlG8BpK1N9; Sat, 08 Apr 2023 21:29:55 +0000 X-Authority-Analysis: v=2.4 cv=XZqaca15 c=1 sm=1 tr=0 ts=6431dcd3 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=VwQbUJbxAAAA:8 a=ehRdLCl7c2-J-76p7PUA:9 a=AjGcO6oz07-iQ99wixmX:22 From: "Cygwin Linux Man Pages Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 08 Apr 2023 15:28:46 -0600 Message-Id: <20230408152846.40927-1-Brian.Inglis@Shaw.ca> Subject: Updated: man-pages-linux 6.04 X-CMAE-Envelope: MS4xfL3yEiHH3D0cM+lNLF4GjyOmQEiED/QkDfaso1JtBQ8b6U7e6TCqqmmPpzDYt4kZMKoCdeRAPHP3VmFHHAHAoKh3JzgdHyV9YBVj3UKIRn3LCzlAfLoi hY/vjJ5DB8FGVutpfm4yVuKfzzt7ZWMYxi09IvdDJvdicE/eYuBYh/IxXs00+s5KLmqs9JBwZEQYC+k4iH1xnSJcSa4PK6Ivosk= X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following package has been upgraded in the Cygwin distribution: * man-pages-linux 6.04 Documents the Linux kernel system calls and C library interfaces used by programs, plus system and administrative utilities, devices, file system, file, and data formats, and related information. For more information, see the project home page: https://kernel.org/doc/man-pages/ As Cygwin has its own man pages with some conflicts, these man pages are installed under /usr/share/man/man-pages-linux/, so by default searching or viewing these pages requires the option: $ apropos -m|--systems man-pages-linux ... $ man -m|--systems man-pages-linux ... Cygwin man pages are under the default system "man", so for convenience both systems may be specified separated by comma e.g. $ man -m man,man-pages-linux ... The path or option may also be added explicitly to a users MANPATH or alias e.g. $ export MANPATH=$MANPATH:/usr/share/man/man-pages-linux $ alias apropos='apropos -m man,man-pages-linux' $ alias man='man -m man,man-pages-linux' Add -a to show both Cygwin and Linux (and POSIX if companion package man-pages-posix is also installed) manual pages. For convenience and backward compatibility /usr/share/man/linux is provided as a symlink. If you prefer to see Linux man pages over Cygwin man pages, then use -m|--systems linux in the examples above, or add -m linux to a command. Release 6 added some section 2 and 3 pages suffixed by const, head, or type installed in the base section directories. For recent changes, please see below, or after installation read /usr/share/doc/man-pages-linux/Changes: man-pages-6.04 2023-04-03 Newly documented interfaces in existing pages * proc.5 - KPF_PGTABLE (Linux 4.18) * landlock.7 - LANDLOCK_ACCESS_FS_REFER (Linux 5.19) * 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).