- update to 5.00:

* new or rewritten pages:
    s390_guarded_storage.2 
    address_families.7
    bpf-helpers.7
  * newly documented interfaces:
    fanotify_init.2
    fanotify.7
        Document FAN_REPORT_TID
            fanotify_init.2: add new flag FAN_REPORT_TID
            fanotify.7: update description of member pid in
                struct fanotify_event_metadata
        Document FAN_MARK_FILESYSTEM
            Monitor fanotify events on the entire filesystem.
        Document FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
    io_submit.2
        Document IOCB_FLAG_IOPRIO
    msgctl.2
    semctl.2
    shmctl.2
        Document STAT_ANY commands
    prctl.2
        Document PR_SET_SPECULATION_CTRL and PR_GET_SPECULATION_CTRL
    sched_setattr.2
        Document SCHED_FLAG_DL_OVERRUN and SCHED_FLAG_RECLAIM
    socket.2
        Document AF_XDP
            Document AF_XDP added in Linux 4.18.
    inotify.7
        Document IN_MASK_CREATE

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=186
This commit is contained in:
Petr Gajdos 2019-03-07 12:28:54 +00:00 committed by Git OBS Bridge
parent 401f932148
commit 9338673227
4 changed files with 41 additions and 4 deletions

View File

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

3
man-pages-5.00.tar.xz Normal file
View File

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Mar 7 12:24:16 UTC 2019 - Petr Gajdos <pgajdos@suse.com>
- update to 5.00:
* new or rewritten pages:
s390_guarded_storage.2
address_families.7
bpf-helpers.7
* newly documented interfaces:
fanotify_init.2
fanotify.7
Document FAN_REPORT_TID
fanotify_init.2: add new flag FAN_REPORT_TID
fanotify.7: update description of member pid in
struct fanotify_event_metadata
Document FAN_MARK_FILESYSTEM
Monitor fanotify events on the entire filesystem.
Document FAN_OPEN_EXEC and FAN_OPEN_EXEC_PERM
io_submit.2
Document IOCB_FLAG_IOPRIO
msgctl.2
semctl.2
shmctl.2
Document STAT_ANY commands
prctl.2
Document PR_SET_SPECULATION_CTRL and PR_GET_SPECULATION_CTRL
sched_setattr.2
Document SCHED_FLAG_DL_OVERRUN and SCHED_FLAG_RECLAIM
socket.2
Document AF_XDP
Document AF_XDP added in Linux 4.18.
inotify.7
Document IN_MASK_CREATE
unix.7
Document SO_PASSSEC
Document SCM_SECURITY ancillary data
-------------------------------------------------------------------
Fri Jan 4 13:09:01 UTC 2019 - Petr Gajdos <pgajdos@suse.com>

View File

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