- update to 4.05:

* new and rewritten pages
    + copy_file_range.2
    + personality.2
    + fmemopen.3
    + ntp_gettime.3
    + open_memstream.3
    + posix_spawn.3
    + readdir.3
    + readdir_r.3
    + lirc.4
  * newly documented interfaces in existing pages
    + adjtimex.2
        Document ntp_adjtime(3)
    + epoll_ctl.2
        Document EPOLLEXCLUSIVE
    + madvise.2
        Document MADV_FREE
    + +proc.5
        Document CmaTotal and CmaFree fields of /proc/meminfo
        Document additional /proc/meminfo fields
            Document DirectMap4k, DirectMap4M, DirectMap2M, DirectMap1G
        Document MemAvailable /proc/meminfo field
        Document inotify /proc/PID/fdinfo entries
        Document fanotify /proc/PID/fdinfo entries
        Add some kernel version numbers for /proc/PID/fdinfo entries
        /proc/PID/fdinfo displays the setting of the close-on-exec flag
    socket.7
        Document some BPF-related socket options
- removed upstreamed patches

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=164
This commit is contained in:
Petr Gajdos 2016-03-15 09:21:35 +00:00 committed by Git OBS Bridge
parent b6b3872417
commit b6f3310a4d
6 changed files with 40 additions and 42 deletions

View File

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

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

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

View File

@ -1,18 +0,0 @@
diff --git a/man2/adjtimex.2 b/man2/adjtimex.2
index a6cd9c0..4c43f8a 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -310,6 +310,12 @@ is a synonym for
.BR TIME_ERROR ,
provided for backward compatibility.
.PP
+.\" commit 9c24771f844b6f0708a72cd116953e0a128e5d2a changed to asynchronous
+.\" operation, so we can no longer rely on the return code.
+Note that as of kernel version 3.0.38 the call operates asynchronously
+and the return value usually will not reflect a state change caused by
+the call itself.
+.PP
On failure,
.BR adjtimex ()
returns \-1 and sets

View File

@ -1,16 +0,0 @@
--- man-pages-4.02/man2/open.2 2015-08-08 12:24:08.000000000 -0400
+++ man-pages-4.02/man2/open.2 2016-02-19 15:47:19.000000000 -0500
@@ -742,10 +742,10 @@
only a subset of Linux filesystems provide that support.
In the initial implementation, support was provided in
the ext2, ext3, ext4, UDF, Minix, and shmem filesystems.
-XFS support was added
+XFS and btrfs support was added
.\" commit 99b6436bc29e4f10e4388c27a3e4810191cc4788
.\" commit ab29743117f9f4c22ac44c13c1647fb24fb2bafe
-in Linux 3.15.
+in Linux 3.15, and Linux 3.16, respectively.
.TP
.B O_TRUNC
If the file already exists and is a regular file and the access mode allows

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Mar 15 09:11:08 UTC 2016 - pgajdos@suse.com
- update to 4.05:
* new and rewritten pages
+ copy_file_range.2
+ personality.2
+ fmemopen.3
+ ntp_gettime.3
+ open_memstream.3
+ posix_spawn.3
+ readdir.3
+ readdir_r.3
+ lirc.4
* newly documented interfaces in existing pages
+ adjtimex.2
Document ntp_adjtime(3)
+ epoll_ctl.2
Document EPOLLEXCLUSIVE
+ madvise.2
Document MADV_FREE
+ +proc.5
Document CmaTotal and CmaFree fields of /proc/meminfo
Document additional /proc/meminfo fields
Document DirectMap4k, DirectMap4M, DirectMap2M, DirectMap1G
Document MemAvailable /proc/meminfo field
Document inotify /proc/PID/fdinfo entries
Document fanotify /proc/PID/fdinfo entries
Add some kernel version numbers for /proc/PID/fdinfo entries
/proc/PID/fdinfo displays the setting of the close-on-exec flag
socket.7
Document some BPF-related socket options
- removed upstreamed patches
* man-pages-adjtimex.2.patch
* man-pages-open-btrfs.patch
-------------------------------------------------------------------
Mon Feb 22 09:12:24 UTC 2016 - pgajdos@suse.com

View File

@ -17,7 +17,7 @@
Name: man-pages
Version: 4.04
Version: 4.05
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause and GPL-2.0+ and MIT
@ -28,10 +28,8 @@ Url: http://www.kernel.org/doc/man-pages/download.html
Source: https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
Patch0: %{name}.eal3.diff
Patch1: %{name}-remove-ioctl_list-reference.patch
Patch2: %{name}-adjtimex.2.patch
Patch3: %{name}_gai.conf-reference.patch
Patch5: %{name}-tty_ioctl.patch
Patch6: man-pages-open-btrfs.patch
BuildRequires: fdupes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -50,10 +48,8 @@ only).
%setup -q
%patch0 -p2
%patch1
%patch2 -p1
%patch3
%patch5 -p1
%patch6 -p1
find -name "*.orig" | xargs rm -fv
%build