delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/04/08/17:31:04

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84B5F385840F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1680989422;
bh=IFSrNm+TaE35BYGyoOOBYN3TFPcUPUsdJ5hjHZqMlGE=;
h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=YtjWsyaN7o4mFOJoUjTy0umAphkKEVlRtM3p+PZGOFBkigRKFXccHpJ4O9GPp5pRq
XXURimO5oj7dPBHhU7jfHzHcXtr668MDflVx2zJCxt5kZrZ7rto3qA5kcZOC3THmB5
ft6XswFO/RwZPqgDAPubhZhnucliQURLuQj7fei4=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1DAD385840E
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BABE93858404
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 283AE3858D28
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
To: cygwin AT cygwin DOT com
Date: Sat, 08 Apr 2023 15:28:46 -0600
Message-Id: <announce.20230408152846.40927-1-Brian.Inglis@Shaw.ca>
Subject: [ANNOUNCEMENT] 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
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Cygwin Linux Man Pages Maintainer via Cygwin-announce via Cygwin
<cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Cygwin Linux Man Pages Maintainer via Cygwin-announce
<cygwin-announce AT cygwin DOT com>,
Cygwin Linux Man Pages Maintainer <Brian DOT Inglis AT Shaw DOT ca>
MIME-Version: 1.0
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

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).


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019