[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1946 - in glibc-package/branches/glibc-2.5/debian: . patches/all



Author: aurel32
Date: 2007-02-07 13:56:45 +0100 (Wed, 07 Feb 2007)
New Revision: 1946

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/patches/all/local-pthread-manpages.diff
Log:
  * patches/all/local-pthread-manpages.diff: update to fix a typo in
    pthread_detach(3).  Closes: #98852.



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-02-07 07:03:14 UTC (rev 1945)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-02-07 12:56:45 UTC (rev 1946)
@@ -96,6 +96,8 @@
   * sysdeps/s390.mk: install 64-bit headers (actually gnu/stubs-64.h)
     directly into /usr/include and provide /usr/include/s390x-linux-gnu as
     a symlink to /usr/include for compatibility reasons.
+  * patches/all/local-pthread-manpages.diff: update to fix a typo in
+    pthread_detach(3).  Closes: #98852.
 
   [ Denis Barbier ]
   * Remove localedata/locale-en_NZ.diff (merged upstream).
@@ -115,7 +117,7 @@
   * Update localedata/fix-lang.diff
   * Update localedata/first_weekday.diff
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon,  5 Feb 2007 07:56:58 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Wed,  7 Feb 2007 13:56:40 +0100
 
 glibc (2.4-1) UNRELEASED; urgency=low
 

Modified: glibc-package/branches/glibc-2.5/debian/patches/all/local-pthread-manpages.diff
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/all/local-pthread-manpages.diff	2007-02-07 07:03:14 UTC (rev 1945)
+++ glibc-package/branches/glibc-2.5/debian/patches/all/local-pthread-manpages.diff	2007-02-07 12:56:45 UTC (rev 1946)
@@ -131,7 +131,7 @@
  
  A thread created in the joinable state can later be put in the
 -detached thread using !pthread_detach!(3).
-+detached thread using \fBpthread_detach\fP(3).
++detached state using \fBpthread_detach\fP(3).
  
  .SS schedpolicy
  



Reply to: