Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2013-01-07 17:25:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes      2012-11-26 
18:59:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2013-01-07 
17:25:22.000000000 +0100
@@ -1,0 +2,122 @@
+Mon Dec 31 08:49:14 CET 2012 - [email protected]
+
+- update to version 3.45
+  * New and rewritten pages
+      s390_runtime_instr.2
+        New page for s390-specific s390_runtime_instr(2)
+      if_nameindex.3
+        Document if_nameindex(3) and if_freenameindex(3)
+        Edits, improvements and corrections to Hideaki's page
+        Add an example program
+      if_nametoindex.3
+        New page documenting if_nametoindex(3) and if_indextoname(3)
+  * Newly documented interfaces in existing pages
+  * New and changed links
+      if_freenameindex.3
+        New link to if_nameindex.3
+      if_indextoname.3
+        New link to if_nametoindex.3
+  * Global changes
+      sysconf.3
+      cciss.4
+        Global fix: s/runtime/run time/
+  * Changes to individual pages
+      clone.2
+        Since 2.6.30, CLONE_NEWIPC also supports POSIX message queues
+      delete_module.2
+        Small rewording of description of effect of O_TRUNC
+      getrlimit.2
+        Document Linux's nonstandard treatment or RLIMIT_CPU soft limit
+            Upon encountering the RLIMIT_CPU soft limit when a SIGXCPU handler
+            has been installed, Linux invokes the signal handler *and* raises
+            the soft limit by one second. This behavior repeats until the
+            limit is encountered.  No other implementation that I tested
+            (Solaris 10, FreeBSD 9.0, OpenBSD 5.0) does this, and it seems
+            unlikely to be POSIX-conformant. The (Linux-specific)
+            RLIMIT_RTTIME soft limit exhibits similar behavior.
+        Point reader at discussion of /proc/[pid]/limits in proc(5)
+      io_getevents.2
+        io_getevents() may cause segfault when called with invalid ctx_id
+            For reference see: 
http://marc.info/?l=linux-aio&m=130089887002435&w=2
+      recv.2
+        UNIX domain sockets support MSG_TRUNC since 3.4
+      sendmmsg.2
+        Add example program for sendmmsg()
+      stat.2
+        Clarify description of EOVERFLOW error
+            The EOVERFLOW error is not only for st_size, but also
+            inode and block size fields. See glibc source file
+            sysdeps/unix/sysv/linux/xstatconv.c and kernel source
+            file fs/stat.c. Also, fix bit/byte confusion
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604928
+      syscalls.2
+        Update various references to "i386" to "x86"
+        Add s390_runtime_instr(2)
+      sysctl.2
+        Mention CONFIG_SYSCTL_SYSCALL
+        Calls to sysctl() log warnings to the kernel log since 2.6.24
+      syslog.2
+        Substantially reorganize discussion of commands
+            Make the layout of the discussion of the commands
+            more readable.
+        Add kernel symbolic 'type' names
+        Clarify SYSLOG_ACTION_SIZE_UNREAD semantics
+            SYSLOG_ACTION_SIZE_UNREAD returns the number of bytes
+            available for reading via SYSLOG_ACTION_READ.
+        Clarify where SYSLOG_ACTION_READ_ALL places data it reads
+        Clarify semantics of SYSLOG_ACTION_CLEAR
+            The SYSLOG_ACTION_CLEAR command (5) does not really clear
+            the ring buffer; rather it affects the semantics of what
+            is returned by commands 3 (SYSLOG_ACTION_READ_ALL) and
+            4 (SYSLOG_ACTION_READ_CLEAR).
+        Clarify discussion of privileges for commands 3 and 10
+        Add mention of CONFIG_LOG_BUF_SHIFT
+      wait.2
+        BUGS: Document odd waitid() behavior when 'infop' is NULL
+      getifaddrs.3
+        Update description of ifa_data to Linux 2.6+ reality
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526778
+      memcmp.3
+        Enhance RETURN VALUE text and remove redundant text from DESCRIPTION
+            Note that sign of result equals sign of difference between
+            first two bytes that differ (treated as "unsigned char")."
+      mkstemp.3
+        Deemphasize discussion of mode 066 in glibc 2.0.6
+            Glibc 2.0.6 is now so ld that the discussion of details
+            of that version can be deemphasized placing just under
+            NOTES.
+            See https://bugzilla.kernel.org/show_bug.cgi?id=51811
+      strcmp.3
+        Enhance RETURN VALUE text and remove redundant text from DESCRIPTION
+            Note that sign of result equals sign of difference between
+            first two bytes that differ (treated as "unsigned char")."
+      ttyname.3
+        Fix confused text in ERRORS
+            The existing text suggested that the ERRORS applied
+            only for ttyname_r(). However, 2 of the 3 errors
+            can occur for ttyname().
+      undocumented.3
+        Remove some now documented functions
+      proc.5
+        Correct description of SwapFree in /proc/meminfo
+        Note change of /proc/[pid]/limits file permissions in 2.6.36
+      resolv.conf.5
+        Document IPv6 format for nameserver
+            See: http://bugs.debian.org/610036
+      capabilities.7
+        Correct URL for POSIX.1e draft
+      ipv6.7
+        Add description of getsockopt() for IPV6_MTU
+            In IPv4,IP_MTU is only supported by getsockopt.
+            In IPv6, we can use IPV6_MTU to set socket's MTU,
+            but the return value of getsockopt() is the path MTU.
+      rtnetlink.7
+        Update description of IFLA_STATS to Linux 2.6+ reality
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526778
+      socket.7
+        Document 'sockaddr' and 'sockaddr_storage' types
+        Explain effect of SO_SNDTIMEO for connect()
+            When SO_SNDTIMEO is set before connect(), then connect()
+            may return EWOULDBLOCK when the timeout fires.
+
+-------------------------------------------------------------------

Old:
----
  man-pages-3.44.tar.bz2

New:
----
  man-pages-3.45.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.vK3gPN/_old  2013-01-07 17:25:23.000000000 +0100
+++ /var/tmp/diff_new_pack.vK3gPN/_new  2013-01-07 17:25:23.000000000 +0100
@@ -19,7 +19,7 @@
 Name:           man-pages
 BuildRequires:  fdupes
 Url:            http://www.kernel.org/doc/man-pages/download.html
-Version:        3.44
+Version:        3.45
 Release:        0
 Summary:        Linux  Manual Pages
 License:        BSD-3-Clause and GPL-2.0+ and MIT

++++++ man-pages-3.44.tar.bz2 -> man-pages-3.45.tar.bz2 ++++++
++++ 14023 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to