From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.hostedemail.com (smtprelay0012.hostedemail.com [216.40.44.12]) by sourceware.org (Postfix) with ESMTPS id 44E383858D33 for ; Sat, 23 Mar 2024 18:39:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 44E383858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=SystematicSW.ab.ca ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 44E383858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=216.40.44.12 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711219179; cv=none; b=JFVmB+UitQs69tDGvOf3Bl8a1G82YaaMaAvbP6VyiXpu7i+TpVFV0wSGIzYzrkghd+XdogeZ0P4xFmau734+LXdcoxENd9AhXvV9O81Z8LTujUEInElQQnwRaeJw22sC5DK+Vjs5aEBLf7XgtepKbgbjycCu8XRZNtOChnRLU+Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711219179; c=relaxed/simple; bh=hpyxkijUj+Pdv1wfrpG5jAUGk/RO8dLx421ikMX3UEQ=; h=From:To:Date:Message-Id:Subject; b=blzgnD/psriGB98dJltjcCw0dNXvb7FNltnTWLT1edW67ggT5dOH/Yd1aR6wLcDybSmZ+ywLCsYeyWvOfwD6anuPK5/3zHkqmuSuvuxvqQ1xXDuDxRm42Eo1Iztg4WauCi+sxiCcj1EgWP/VAX7q9Txr08VaS+O4Sq5RA721JAo= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from omf15.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay02.hostedemail.com (Postfix) with ESMTP id A4E1612058D for ; Sat, 23 Mar 2024 18:39:35 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: Brian.Inglis@SystematicSW.ab.ca) by omf15.hostedemail.com (Postfix) with ESMTPA id 7C09F17 for ; Sat, 23 Mar 2024 18:39:34 +0000 (UTC) From: "Cygwin Linux Man Pages Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 23 Mar 2024 12:37:48 -0600 Message-Id: <20240323123748.41681-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: man-pages-linux 6.7 X-Rspamd-Server: rspamout06 X-Rspamd-Queue-Id: 7C09F17 X-Stat-Signature: aqrmetthdpa3cip96jyimsiwrf5whjmm X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.6 X-Session-Marker: 427269616E2E496E676C69734053797374656D6174696353572E61622E6361 X-Session-ID: U2FsdGVkX1/j8kvGz3nvKrOJZPUeXUr+kHHbSeZRM54= X-HE-Tag: 1711219174-898095 X-HE-Meta: U2FsdGVkX1+ViSKXunPPvaAZwe4GcLEkbGv365jQFvAkKOIbb0qBnRrMyvbLMBCUSDo9C+O+L3ns8tVSdF1n+HRCBawLqzCGeoGwZx4O0wFWrmlrlVB3wX43V8mafiny+/cY+1nBAR1mp3h9rqPy1L6xvhD8CfhFHLu1inwZwdX/xlH7Ror+Ma3VGFomaYG8xyNi9RWd8Sss8gdxKPVv/h8xewYo43jQKZUsCM+c/px8fth5V1R9pUI0exjJdQtlQ2nMNkYv9QaGGN3h/jYI0s/hIwJ2c1sKWTPyGwWvDtEUL6E1QcVSeLLHDqtuYx0J+5558K1Eysc= 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.7 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.7 2024-03-19 New and rewritten pages - man3/ TIMEVAL_TO_TIMESPEC.3 Newly documented interfaces in existing pages - man2/ process_madvise.2 process_madvise() glibc wrapper New and changed links - man3/ TIMESPEC_TO_TIMEVAL.3 (TIMEVAL_TO_TIMESPEC(3)) Global changes - Build system - Reorganize build system - Clarify dependencies - Clarify configurable variables - Add 'distcheck' target - Ignore known warnings - Replace uses of man2html(1) by grohtml(1) 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, or the authors of changes, use git(1).