Mercurial > hg > octave-lyh
diff src/syscalls.cc @ 4371:c14ec945fabb
[project @ 2003-03-26 16:05:59 by jwe]
author | jwe |
---|---|
date | Wed, 26 Mar 2003 16:05:59 +0000 |
parents | c29c382a5b4b |
children | f6d6335c08f6 |
line wrap: on
line diff
--- a/src/syscalls.cc +++ b/src/syscalls.cc @@ -495,7 +495,7 @@ } DEFUN (kill, args, , - "-*- textinfo -*-\n\ + "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {[@var{err}, @var{msg}] =} kill (@var{pid}, @var{sig})\n\ Send signal @var{sig} to process @var{pid}.\n\ \n\ @@ -510,7 +510,7 @@ If @var{pid} is less than -1, then signal @var{sig} is sent to every\n\ process in the process group @var{-pid}.\n\ \n\ -If @var{sig} is 0, then no signal is sent, but error checing is still\n\ +If @var{sig} is 0, then no signal is sent, but error checking is still\n\ performed.\n\ \n\ Return 0 if sucessful, otherwise return -1.\n\