- update to 2.78
This commit is contained in:
parent
35c732a350
commit
deddce5db9
@ -2,4 +2,4 @@ man-pages-extralocale.tar.bz2
|
||||
man2.tar.gz
|
||||
man2_sys2.1.tar.gz
|
||||
man-suid-bins.tar.bz2
|
||||
man-pages-2.76.tar.bz2
|
||||
man-pages-2.78.tar.bz2
|
||||
|
@ -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
|
@ -1,6 +1,6 @@
|
||||
Summary: Man (manual) pages from the Linux Documentation Project
|
||||
Name: man-pages
|
||||
Version: 2.76
|
||||
Version: 2.78
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE
|
||||
Group: Documentation
|
||||
@ -23,7 +23,6 @@ Patch1: man-pages-1.51-iconv.patch
|
||||
Patch28: man-pages-2.46-nscd.patch
|
||||
Patch36: man-pages-2.63-unimplemented.patch
|
||||
Patch37: man-pages-2.51-mmap.patch
|
||||
Patch39: man-pages-2.75-tgkill.patch
|
||||
Patch41: man-pages-2.43-rt_spm.patch
|
||||
Patch44: man-pages-2.43-fadvise.patch
|
||||
Patch45: man-pages-2.48-passwd.patch
|
||||
@ -59,7 +58,6 @@ done
|
||||
%patch28 -p1
|
||||
%patch36 -p1
|
||||
%patch37 -p1
|
||||
%patch39 -p1
|
||||
%patch41 -p1
|
||||
%patch44 -p1
|
||||
%patch45 -p1
|
||||
@ -179,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%lang(en) %{_mandir}/en/man*
|
||||
|
||||
%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
|
||||
- update to 2.76
|
||||
- add new option to prctl man page
|
||||
|
Loading…
Reference in New Issue
Block a user