- update to 2.78

This commit is contained in:
Ivana Varekova 2008-02-28 10:09:55 +00:00
parent 35c732a350
commit deddce5db9
4 changed files with 6 additions and 57 deletions

View File

@ -2,4 +2,4 @@ man-pages-extralocale.tar.bz2
man2.tar.gz man2.tar.gz
man2_sys2.1.tar.gz man2_sys2.1.tar.gz
man-suid-bins.tar.bz2 man-suid-bins.tar.bz2
man-pages-2.76.tar.bz2 man-pages-2.78.tar.bz2

View File

@ -1,52 +0,0 @@
diff -up man-pages-2.75/man2/tkill.2.pom man-pages-2.75/man2/tkill.2
--- man-pages-2.75/man2/tkill.2.pom 2008-01-03 17:07:26.000000000 +0100
+++ man-pages-2.75/man2/tkill.2 2008-01-11 11:24:56.000000000 +0100
@@ -25,12 +25,10 @@
.\"
.TH TKILL 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
-tkill, tgkill \- send a signal to a single process
+tkill \- send a signal to a single process
.SH SYNOPSIS
.nf
.BI "int tkill(int " tid ", int " sig );
-.sp
-.BI "int tgkill(int " tgid ", int " tid ", int " sig );
.fi
.SH DESCRIPTION
The
@@ -50,19 +48,6 @@ With
however, one can address each process
by its unique TID.
.PP
-The
-.BR tgkill ()
-call improves on
-.BR tkill ()
-by allowing the caller to
-specify the thread group ID of the thread to be signaled, protecting
-against TID reuse.
-If the tgid is specified as \-1,
-.BR tgkill ()
-degenerates
-into
-.BR tkill ().
-.PP
These are the raw system call interfaces, meant for internal
thread library use.
.SH "RETURN VALUE"
@@ -84,13 +69,9 @@ No process with the specified thread ID
.SH VERSIONS
.BR tkill ()
is supported since Linux 2.4.19 / 2.5.4.
-.BR tgkill ()
-was added in Linux 2.5.75.
.SH "CONFORMING TO"
.BR tkill ()
-and
-.BR tgkill ()
-are Linux-specific and should not be used
+is Linux-specific and should not be used
in programs that are intended to be portable.
.SH NOTES
Glibc does not provide wrapper for these system calls; call them using

View File

@ -1,6 +1,6 @@
Summary: Man (manual) pages from the Linux Documentation Project Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages Name: man-pages
Version: 2.76 Version: 2.78
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
Group: Documentation Group: Documentation
@ -23,7 +23,6 @@ Patch1: man-pages-1.51-iconv.patch
Patch28: man-pages-2.46-nscd.patch Patch28: man-pages-2.46-nscd.patch
Patch36: man-pages-2.63-unimplemented.patch Patch36: man-pages-2.63-unimplemented.patch
Patch37: man-pages-2.51-mmap.patch Patch37: man-pages-2.51-mmap.patch
Patch39: man-pages-2.75-tgkill.patch
Patch41: man-pages-2.43-rt_spm.patch Patch41: man-pages-2.43-rt_spm.patch
Patch44: man-pages-2.43-fadvise.patch Patch44: man-pages-2.43-fadvise.patch
Patch45: man-pages-2.48-passwd.patch Patch45: man-pages-2.48-passwd.patch
@ -59,7 +58,6 @@ done
%patch28 -p1 %patch28 -p1
%patch36 -p1 %patch36 -p1
%patch37 -p1 %patch37 -p1
%patch39 -p1
%patch41 -p1 %patch41 -p1
%patch44 -p1 %patch44 -p1
%patch45 -p1 %patch45 -p1
@ -179,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man* %lang(en) %{_mandir}/en/man*
%changelog %changelog
* Fri Feb 22 2008 Ivana Varekova <varekova@redhat.com> - 2.78-1
- update to 2.78
* Tue Jan 29 2008 Ivana Varekova <varekova@redhat.com> - 2.76-1 * Tue Jan 29 2008 Ivana Varekova <varekova@redhat.com> - 2.76-1
- update to 2.76 - update to 2.76
- add new option to prctl man page - add new option to prctl man page

View File

@ -2,4 +2,4 @@
af09d031dcee66929510e078d00066f2 man2.tar.gz af09d031dcee66929510e078d00066f2 man2.tar.gz
fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz fbc03fdbc665e24961d30dad3ed8596d man2_sys2.1.tar.gz
a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2 a9c6a14e5b34c18c3684a0b68322572f man-suid-bins.tar.bz2
788354eb0ab1fad2eab69ae671c5e68d man-pages-2.76.tar.bz2 0b58773dbdc6eaeecadfad65b66bfb9a man-pages-2.78.tar.bz2