- update to 4.11:

* New and rewritten pages
    ioctl_userfaultfd.2
    statx.2
    userfaultfd.2
    pthread_atfork.3
    slabinfo.5
    inode.7
  * Renamed pages
    ioctl_console.2 (from console_ioctl.4)
    ioctl_tty.2 (from tty_ioctl.4)
  * Newly documented interfaces in existing page
     ioctl_ns.2
        Document the NS_GET_NSTYPE operation added in Linux 4.11
        Document the NS_GET_OWNER_UID operation added in Linux 4.11
     proc.5
        Document /proc/sys/kernel/sched_child_runs_first
  * see Changes for details; for 4.10 changes, see Changes.old

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=173
This commit is contained in:
Petr Gajdos 2017-05-05 06:35:53 +00:00 committed by Git OBS Bridge
parent bf1753f973
commit 29c32ba363
6 changed files with 40 additions and 18 deletions

View File

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

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

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

View File

@ -1,7 +1,7 @@
Index: man-pages-4.08/man2/ioctl.2
Index: man-pages-4.11/man2/ioctl.2
===================================================================
--- man-pages-4.08.orig/man2/ioctl.2 2016-10-08 12:57:11.000000000 +0200
+++ man-pages-4.08/man2/ioctl.2 2016-10-10 08:30:31.641983811 +0200
--- man-pages-4.11.orig/man2/ioctl.2 2017-05-03 19:29:11.000000000 +0200
+++ man-pages-4.11/man2/ioctl.2 2017-05-05 08:24:51.421794933 +0200
@@ -123,11 +123,6 @@ Arguments, returns, and semantics of
vary according to the device driver in question (the call is used as a
catch-all for operations that don't cleanly fit the UNIX stream I/O
@ -14,11 +14,11 @@ Index: man-pages-4.08/man2/ioctl.2
The
.BR ioctl ()
function call appeared in Version 7 AT&T UNIX.
@@ -145,7 +140,6 @@ flag.
.BR ioctl_fat (2),
@@ -147,7 +142,6 @@ flag.
.BR ioctl_ficlonerange (2),
.BR ioctl_fideduperange (2),
.BR ioctl_iflags (2),
-.BR ioctl_list (2),
.BR open (2),
.\" .BR mt (4),
.BR console_ioctl (4),
.BR ioctl_ns (2),
.BR ioctl_tty (2),
.BR ioctl_userfaultfd (2),

View File

@ -1,9 +1,9 @@
Index: man-pages-3.24/man4/tty_ioctl.4
Index: man-pages-4.11/man2/ioctl_tty.2
===================================================================
--- man-pages-3.24.orig/man4/tty_ioctl.4
+++ man-pages-3.24/man4/tty_ioctl.4
@@ -7,6 +7,8 @@
tty_ioctl \- ioctls for terminals and serial lines
--- man-pages-4.11.orig/man2/ioctl_tty.2 2017-05-03 19:29:11.000000000 +0200
+++ man-pages-4.11/man2/ioctl_tty.2 2017-05-05 08:29:34.274467863 +0200
@@ -10,6 +10,8 @@
ioctl_tty \- ioctls for terminals and serial lines
.SH SYNOPSIS
.B "#include <termios.h>"
+.br

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 5 06:31:01 UTC 2017 - pgajdos@suse.com
- update to 4.11:
* New and rewritten pages
ioctl_userfaultfd.2
statx.2
userfaultfd.2
pthread_atfork.3
slabinfo.5
inode.7
* Renamed pages
ioctl_console.2 (from console_ioctl.4)
ioctl_tty.2 (from tty_ioctl.4)
* Newly documented interfaces in existing page
ioctl_ns.2
Document the NS_GET_NSTYPE operation added in Linux 4.11
Document the NS_GET_OWNER_UID operation added in Linux 4.11
proc.5
Document /proc/sys/kernel/sched_child_runs_first
* see Changes for details; for 4.10 changes, see Changes.old
-------------------------------------------------------------------
Mon Dec 12 11:46:06 UTC 2016 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package man-pages
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: man-pages
Version: 4.09
Version: 4.11
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause and GPL-2.0+ and MIT