From dd64a4a77aae4edc4354c30e1efbf816c41cf57ad7bddffc1ab7ed8a37bd6798 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 10 Oct 2016 06:41:31 +0000 Subject: [PATCH] - 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 --- man-pages-4.08.tar.xz | 3 +++ man-pages-remove-ioctl_list-reference.patch | 8 ++++---- man-pages.changes | 18 ++++++++++++++++++ man-pages.spec | 2 +- 4 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 man-pages-4.08.tar.xz diff --git a/man-pages-4.08.tar.xz b/man-pages-4.08.tar.xz new file mode 100644 index 0000000..64e559e --- /dev/null +++ b/man-pages-4.08.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6e7db4d76014dc21b1068df372f325e863318c32056369eca2f169519c62b4 +size 1489560 diff --git a/man-pages-remove-ioctl_list-reference.patch b/man-pages-remove-ioctl_list-reference.patch index cadf564..981485e 100644 --- a/man-pages-remove-ioctl_list-reference.patch +++ b/man-pages-remove-ioctl_list-reference.patch @@ -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), diff --git a/man-pages.changes b/man-pages.changes index a1e8fa7..81f4e41 100644 --- a/man-pages.changes +++ b/man-pages.changes @@ -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 diff --git a/man-pages.spec b/man-pages.spec index 5313f2e..09de0ce 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -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