| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Original-To: | cygwin AT cygwin DOT com |
| Delivered-To: | cygwin AT cygwin DOT com |
| DMARC-Filter: | OpenDMARC Filter v1.4.1 sourceware.org 738E03858C2C |
| Authentication-Results: | sourceware.org; dmarc=none (p=none dis=none) |
| header.from=SystematicSW.ab.ca | |
| Authentication-Results: | sourceware.org; |
| spf=none smtp.mailfrom=systematicsw.ab.ca | |
| X-Authority-Analysis: | v=2.4 cv=O9kqATxW c=1 sm=1 tr=0 ts=635447a8 |
| a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=VwQbUJbxAAAA:8 | |
| a=GcyzOjIWAAAA:8 a=yPBgRwKXpb8morCY8IUA:9 a=AjGcO6oz07-iQ99wixmX:22 | |
| a=hQL3dl6oAZ8NdCsdz28n:22 | |
| From: | "Cygwin Linux Man Pages Maintainer" <Brian DOT Inglis AT SystematicSW DOT ab DOT ca> |
| To: | cygwin AT cygwin DOT com |
| Date: | Sat, 22 Oct 2022 13:40:41 -0600 |
| Message-Id: | <announce.20221022134041.25134-1-Brian.Inglis@SystematicSW.ab.ca> |
| Subject: | [ANNOUNCEMENT] Updated: man-pages-linux 6.01 |
| X-CMAE-Envelope: | MS4xfOzsxDD1uTi1Onl4I30kXWB5YXOhHteY91BiMRiN9VCfpd34qwtS/tA3qB+mt5ctmhf9v0OuF9yY/zEmY39qcWuSz7rEaJNlHLtTagsDGeqQr3R/VAMp |
| aNXnMYG84XrqesXN6D3Qn2t4/fSVo3w1bjmeXyGaJ3Ycj0j6DKQHKu7q7aKKE+RzQ+TNtxynB53iSuZccxr+qTQ8/6eqwK+2PrGrN5R+VObM3bXOu5E7hkeL | |
| X-Spam-Status: | No, score=-1163.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, |
| KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_DNSWL_NONE, | |
| SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no 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> | |
| Reply-To: | cygwin AT cygwin DOT com |
| 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.01
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/
You may also search and read the pages online:
https://man7.org/linux/man-pages/
although the latest release may not yet be available.
Release 6 added some section 2 and 3 pages suffixed by const, head,
or type installed in the base section directory.
As Cygwin has its own man pages with some conflicts, these man pages
are installed under /usr/share/man/linux/, so by default searching
or viewing these pages requires the option:
$ apropos -m|--systems linux ...
$ man -m|--systems 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,linux ...
The path or option may also be added explicitly to a users MANPATH or
alias e.g.
$ export MANPATH=$MANPATH:/usr/share/man/linux
$ alias apropos='apropos -m man,linux'
$ alias man='man -m man,linux'
Add -a to show both Cygwin and Linux manual pages if present, or swap
the order to prioritize Linux.
For recent changes, please see below, or after installation read
/usr/share/doc/man-pages-linux/CHANGES:
man-pages-6.01 2022-10-18
Global changes
* Manual pages' sections:
- Title (.TH):
- Remove the hardcoded date (TH 3rd argument), and replace it by a
placeholder that should be changed when creating the tarball.
This removes the need for a tstamp commit before each release.
* Build system:
- Update manual page dates (TH 3rd argument) when creating the tarball
with 'make dist'. this removes the need for a tstamp commit before
each release.
- Don't print spurious errors from the Makefile that are not relevant.
Changes to individual pages
The manual pages (and other files in the repository) have been improved
beyond what this changelog covers.
New and rewritten pages
* EOF.3const
Newly documented interfaces in existing pages
* fanotify_mark.2
FAN_MARK_IGNORE
* open.2, statx.2
STATX_DIOALIGN
* feature_test_macros.7
_FORTIFY_SOURCE=3
_TIME_BITS
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |