diff options
author | Roland McGrath <roland@gnu.org> | 2007-09-05 20:48:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-09-05 20:48:21 +0000 |
commit | 4cc6384d55e1137fe11d9b32c4af05fbb92ccaf9 (patch) | |
tree | 2f4cf7bf8ce140d8b0e5dc5f9a7134599987c0be /manual | |
parent | 221d9d8e76d5a151ca2fd1829c16a60c5eec8a8b (diff) | |
download | glibc-4cc6384d55e1137fe11d9b32c4af05fbb92ccaf9.tar.gz |
2007-09-05 Roland McGrath <roland@redhat.com>
* manual/signal.texi (Signaling Another Process): Typo fix.
From Karl Berry <karl@freefriends.org>.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/signal.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/signal.texi b/manual/signal.texi index ec02d9cf37..6cdae1502b 100644 --- a/manual/signal.texi +++ b/manual/signal.texi @@ -2317,7 +2317,7 @@ The @var{signum} argument is an invalid or unsupported number. 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 |