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

[commits] r3387 - in /fsf/trunk/libc: ChangeLog manual/signal.texi



Author: eglibc
Date: Thu Sep  6 00:03:37 2007
New Revision: 3387

Log:
Import glibc-mainline for 2007-09-06

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/manual/signal.texi

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Thu Sep  6 00:03:37 2007
@@ -1,3 +1,8 @@
+2007-09-05  Roland McGrath  <roland@xxxxxxxxxx>
+
+	* manual/signal.texi (Signaling Another Process): Typo fix.
+	From Karl Berry <karl@xxxxxxxxxxxxxxx>.
+
 2007-08-29  Ulrich Drepper  <drepper@xxxxxxxxxx>
 
 	* sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to

Modified: fsf/trunk/libc/manual/signal.texi
==============================================================================
--- fsf/trunk/libc/manual/signal.texi (original)
+++ fsf/trunk/libc/manual/signal.texi Thu Sep  6 00:03:37 2007
@@ -2317,7 +2317,7 @@
 You do not have the privilege to send a signal to the process or any of
 the processes in the process group named by @var{pid}.
 
-@item ESCRH
+@item ESRCH
 The @var{pid} argument does not refer to an existing process or group.
 @end table
 @end deftypefun