- version update to 5.06

New and rewritten pages
  -----------------------
  * openat2.2
  * pidfd_getfd.2
  * select.2
  * select_tut.2
  * sysvipc.7
  * time_namespaces.7
  Newly documented interfaces in existing pages
  ---------------------------------------------
    arch_prctl.2
        Add ARCH_SET_CPUID subcommand
    clock_getres.2
        Document CLOCK_TAI
        Add CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
    prctl.2
        Document PR_SETIO_FLUSHER/GET_IO_FLUSHER
    setns.2
        Document CLONE_NEWTIME
    statx.2
        Document STATX_ATTR_VERITY
    unshare.2
        Document CLONE_NEWTIME
    socket.7
        Add description of SO_SELECT_ERR_QUEUE
        Document SO_TIMESTAMPNS
  etc., see Changes

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=207
This commit is contained in:
Petr Gajdos 2020-04-14 07:59:39 +00:00 committed by Git OBS Bridge
parent a46d613712
commit 243a47b7a4
4 changed files with 36 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c1f5150d3896cda2cb7c1c45c2d317c987cc915d879c46c467a73290e2220dd
size 2541176

3
man-pages-5.06.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8cf4806b53a319f10a9629e2dcda439d084790f7dd9d0d4f36512def2c4bfa6
size 2564555

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Apr 14 07:52:12 UTC 2020 - pgajdos@suse.com
- version update to 5.06
New and rewritten pages
-----------------------
* openat2.2
* pidfd_getfd.2
* select.2
* select_tut.2
* sysvipc.7
* time_namespaces.7
Newly documented interfaces in existing pages
---------------------------------------------
arch_prctl.2
Add ARCH_SET_CPUID subcommand
clock_getres.2
Document CLOCK_TAI
Add CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
prctl.2
Document PR_SETIO_FLUSHER/GET_IO_FLUSHER
setns.2
Document CLONE_NEWTIME
statx.2
Document STATX_ATTR_VERITY
unshare.2
Document CLONE_NEWTIME
socket.7
Add description of SO_SELECT_ERR_QUEUE
Document SO_TIMESTAMPNS
etc., see Changes
-------------------------------------------------------------------
Mon Feb 10 08:44:31 UTC 2020 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 5.05
Version: 5.06
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT