- update to 4.07:

* New and rewritten pages
    ioctl_fideduperange.2
    ioctl_ficlonerange.2
    nextup.3
    mount_namespaces.7
  * Newly documented interfaces in existing pages
    mount.2
        Document flags used to set propagation type
            Document MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE.
        Document the MS_REC flag
    ptrace.2
        Document ptrace access modes
    proc.5
        Document /proc/[pid]/timerslack_ns
        Document /proc/PID/status 'Ngid' field
        Document /proc/PID/status fields: 'NStgid', 'NSpid', 'NSpgid', 'NSsid'
        Document /proc/PID/status 'Umask' field

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=168
This commit is contained in:
Petr Gajdos 2016-08-01 07:44:05 +00:00 committed by Git OBS Bridge
parent 4c036c636c
commit 2ff0d664d9
5 changed files with 34 additions and 12 deletions

View File

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

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

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

View File

@ -1,8 +1,8 @@
Index: man2/ioctl.2
Index: man-pages-4.07/man2/ioctl.2
===================================================================
--- man2/ioctl.2.orig 2015-05-07 08:30:41.000000000 +0200
+++ man2/ioctl.2 2015-05-07 13:35:02.363674347 +0200
@@ -123,11 +123,6 @@
--- 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
@@ -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
model).
@ -14,10 +14,10 @@ Index: man2/ioctl.2
The
.BR ioctl ()
function call appeared in Version 7 AT&T UNIX.
@@ -143,7 +138,6 @@
.BR execve (2),
.BR fcntl (2),
@@ -145,7 +140,6 @@ flag.
.BR ioctl_fideduperange (2),
.BR ioctl_fat (2),
.BR ioctl_ficlonerange (2),
-.BR ioctl_list (2),
.BR open (2),
.\" .BR mt (4),

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Aug 1 07:37:35 UTC 2016 - pgajdos@suse.com
- update to 4.07:
* New and rewritten pages
ioctl_fideduperange.2
ioctl_ficlonerange.2
nextup.3
mount_namespaces.7
* Newly documented interfaces in existing pages
mount.2
Document flags used to set propagation type
Document MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE.
Document the MS_REC flag
ptrace.2
Document ptrace access modes
proc.5
Document /proc/[pid]/timerslack_ns
Document /proc/PID/status 'Ngid' field
Document /proc/PID/status fields: 'NStgid', 'NSpid', 'NSpgid', 'NSsid'
Document /proc/PID/status 'Umask' field
-------------------------------------------------------------------
Wed May 11 07:19:18 UTC 2016 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 4.06
Version: 4.07
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause and GPL-2.0+ and MIT
@ -47,7 +47,7 @@ only).
%prep
%setup -q
%patch0 -p2
%patch1
%patch1 -p1
%patch3
%patch5 -p1
find -name "*.orig" | xargs rm -fv