- update to 4.08:

* New and rewritten pages
    quotactl.2
    bswap.3
    cgroups.7
  * Newly documented interfaces in existing pages
    readv.2
        Document the pwritev2() RWF_SYNC  and RWF_DSYNC flags
    proc.5
        Document /proc/PID/seccomp
        Document /proc/[pid]/task/[tid]/children
            Document the /proc/[pid]/task/[tid]/children interface from
            CRIU, and more importantly, document why it's usually not
            a good interface.

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=170
This commit is contained in:
Petr Gajdos 2016-10-10 06:41:31 +00:00 committed by Git OBS Bridge
parent 2ff0d664d9
commit dd64a4a77a
4 changed files with 26 additions and 5 deletions

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

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

View File

@ -1,7 +1,7 @@
Index: man-pages-4.07/man2/ioctl.2
Index: man-pages-4.08/man2/ioctl.2
===================================================================
--- man-pages-4.07.orig/man2/ioctl.2 2016-07-17 18:08:57.000000000 +0200
+++ man-pages-4.07/man2/ioctl.2 2016-08-01 09:37:01.131144405 +0200
--- 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
@@ -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
@ -15,9 +15,9 @@ Index: man-pages-4.07/man2/ioctl.2
.BR ioctl ()
function call appeared in Version 7 AT&T UNIX.
@@ -145,7 +140,6 @@ flag.
.BR ioctl_fideduperange (2),
.BR ioctl_fat (2),
.BR ioctl_ficlonerange (2),
.BR ioctl_fideduperange (2),
-.BR ioctl_list (2),
.BR open (2),
.\" .BR mt (4),

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Oct 10 06:38:59 UTC 2016 - pgajdos@suse.com
- update to 4.08:
* New and rewritten pages
quotactl.2
bswap.3
cgroups.7
* Newly documented interfaces in existing pages
readv.2
Document the pwritev2() RWF_SYNC and RWF_DSYNC flags
proc.5
Document /proc/PID/seccomp
Document /proc/[pid]/task/[tid]/children
Document the /proc/[pid]/task/[tid]/children interface from
CRIU, and more importantly, document why it's usually not
a good interface.
-------------------------------------------------------------------
Mon Aug 1 07:37:35 UTC 2016 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 4.07
Version: 4.08
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause and GPL-2.0+ and MIT