Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2013-03-08 10:54:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-02-04 
20:53:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2013-03-08 
10:54:26.000000000 +0100
@@ -1,0 +2,153 @@
+Thu Feb 28 13:25:33 CET 2013 - [email protected]
+
+- update to version 3.47
+  * New and rewritten pages
+      perf_event_open.2
+        New page documenting perf_event_open(2)
+      pthread_setname_np.3
+        New page for pthread_setname_np(3) and pthread_getname_np(3)
+  * Newly documented interfaces in existing pages
+      prctl.2
+        Document PR_SET_CHILD_SUBREAPER and PR_GET_CHILD_SUBREAPER
+      ip.7
+        Add source-specific multicast sockopts
+            This patch adds documentation of several source-specific multicast
+            socket options that were added to kernel with implementation
+            of IGMPv3 in 2.5.68.
+            The following socket options were added:
+              IP_ADD_SOURCE_MEMBERSHIP
+              IP_DROP_SOURCE_MEMBERSHIP
+              IP_BLOCK_SOURCE
+              IP_UNBLOCK_SOURCE
+              IP_MSFILTER
+  * Pages moved across sections
+      getcontext.3
+        This page really belongs in Section 3 (moved from Section 2)
+      getdtablesize.3
+        Move from Section 2
+      sln.8
+        New page documenting the 'sln' command provided by glibc
+            Inspired by a Red Hat downstream page, but with rather
+            more detail.
+  * New and changed links
+      getcontext.2
+        Make link to page moved into Section 3
+      getdtablesize.2
+        Link to renamed getdtablesize.3
+      setcontext.2
+        Modify link to point to Section 3
+      pthread_getname_np.3
+        New link to new pthread_setname_np.3
+      setcontext.3
+        Link to getcontext page renamed into Section 3
+  * Global changes
+  * Changes to individual pages
+      fallocate.2
+        SEE ALSO: add fallocate(1)
+      flock.2
+        SEE ALSO: add flock(1)
+      fork.2
+        SEE ALSO: add exit(2)
+      getpriority.2
+        BUGS: note that nice value is per-thread on Linux
+      getrlimit.2
+        SEE ALSO: add prlimit(1)
+      gettid.2
+        SEE ALSO: add various system calls that use thread IDs
+      ioprio_set.2
+        SEE ALSO: add ionice(1)
+      sched_setaffinity.2
+        SEE ALSO: add taskset(1)
+      sched_setparam.2
+        Scheduling policy and parameters are per-thread on Linux
+            Direct the reader to the discussion in sched_setscheduler(2).
+      sched_setscheduler.2
+        Scheduling policy and parameters are per-thread on Linux
+      sched_setscheduler.2
+        SEE ALSO: add chrt(1)
+      setsid.2
+        SEE ALSO: add setsid(1)
+      shmop.2
+        ERRORS: Add EIDRM
+            Taken from Red Hat downstream patch
+      sigaction.2
+      makecontext.3
+        Change getcontext/setcontext page ref to Section 3
+      signal.2
+        Clarify System V vs BSD semantics for signal()
+      syscalls.2
+        The list on this page is not just syscalls common to all platforms
+        Add perfctr(2)
+        Add ppc_rtas(2)
+        Add kernel version number of utrap_install(2)
+      unimplemented.2
+        Remove mention of kernel version number in DESCRIPTION
+      inet.3
+        Fix error in EXAMPLE using inet_aton()
+            See https://bugzilla.redhat.com/show_bug.cgi?id=837090
+            Patch taken from Red Hat downstream.
+      posix_fallocate.3
+        SEE ALSO: add fallocate(1)
+      regex.3
+        Clarify details of matching
+            The first is that it's far from clear that the end points of the
+            complete string match are stored in the zero'th element of the
+            regmatch_t array; secondly, the phrase "next largest substring
+            match" is positively misleading, implying some sort of size
+            ordering, whereas in fact they are ordered according to their
+            appearance in the regex pattern.
+      scanf.3
+        Clarify meaning of "string conversions" for 'm' modifier
+        Update %a vs %m documentation
+            POSIX.1-2008 adopted the 'm' flag for dynamic allocation. Update
+            page to cover it and relegate the glibc-specific 'a' flag to
+            NOTES.
+      strtol.3
+        Replace some bogus text about "thousands separator"
+            See https://bugzilla.redhat.com/show_bug.cgi?id=652870
+      sysconf.3
+        Use "_SC_PAGESIZE" consistently on page
+            s/_SC_PAGE_SIZE/_SC_PAGESIZE/ in one instance.
+            From Red Hat downstream patch.
+      nscd.conf.5
+        Add max-db-size and auto-propagate descriptions, default values, + misc
+             * added missing valid services (services and netgroup)
+             * added many default values for options
+             * reordered options according to the nscd.conf file
+               (logical order)
+             * added 2 missing options: max-db-size and auto-propagate
+      nsswitch.conf.5
+        Mention initgroups db
+      proc.5
+        Document /proc/profile
+        Update /proc/sys/fs/file-nr to include Linux 2.6 details
+        Clarify relationship between file-max and file-nr
+            The third value in /proc/sys/fs/file-nr is the same as
+            the value in /proc/sys/fs/file-max.
+        Note message written to kernel log when file-max limit is hit
+            Info from Documentation/sysctl/fs.txt.
+        Mention lscpu(1) under discussion of /proc/cpuinfo
+      resolv.conf.5
+        Document "single-request-reopen" option
+            Taken from Red Hat downstream patch
+            See https://bugzilla.redhat.com/show_bug.cgi?id=717770
+            See http://thread.gmane.org/gmane.linux.man/3161
+      utmp.5
+        SEE ALSO: add utmpdump(1)
+      cpuset.7
+        Add missing 'cpuset.' prefix for some flags
+            See kernel commit e21a05cb408bb9f244f11a0813d4b355dad0822e
+      svipc.7
+        SEE ALSO: add ipcmk(1), ipcrm(1), ipcs(1)
+      termio.7
+        SEE ALSO: add reset(1), setterm(1), stty(1), tty(4)
+      ld.so.8
+        LD_VERBOSE does not work with ld.so --list and --verify
+            From Red Hat downstream package
+            See https://bugzilla.redhat.com/show_bug.cgi?id=532629
+        SEE ALSO: add sln(8)
+      zdump.8
+        Bring up to date with zdump --help
+            Patch taken from Red Hat downstream.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.SRtUM7/_old  2013-03-08 10:54:27.000000000 +0100
+++ /var/tmp/diff_new_pack.SRtUM7/_new  2013-03-08 10:54:27.000000000 +0100
@@ -19,7 +19,7 @@
 Name:           man-pages
 BuildRequires:  fdupes
 Url:            http://www.kernel.org/doc/man-pages/download.html
-Version:        3.46
+Version:        3.47
 Release:        0
 Summary:        Linux  Manual Pages
 License:        BSD-3-Clause and GPL-2.0+ and MIT

++++++ man-pages-3.46.tar.bz2 -> man-pages-3.47.tar.bz2 ++++++
++++ 17522 lines of diff (skipped)

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

Reply via email to