Mercurial > hg > octave-nkf
diff src/syscalls.cc @ 8286:6f2d95255911
fix @seealso references to point to existing anchors
author | Thorsten Meyer <thorsten.meyier@gmx.de> |
---|---|
date | Wed, 29 Oct 2008 17:52:54 -0400 |
parents | 4976f66d469b |
children | 424ba638d8f1 |
line wrap: on
line diff
--- a/src/syscalls.cc +++ b/src/syscalls.cc @@ -1284,7 +1284,7 @@ Report the status of any child processes that are stopped, and whose\n\ status has not yet been reported since they stopped.\n\ \n\ -@item WCONTINUED\n\ +@item WCONTINUE\n\ Return if a stopped child has been resumed by delivery of @code{SIGCONT}.\n\ This value may not be meaningful on all systems.\n\ @end table\n\ @@ -1294,7 +1294,7 @@ be less than zero and @var{msg} will contain a system-dependent error\n\ message. The value of @var{status} contains additional system-dependent\n\ information about the subprocess that exited.\n\ -@seealso{WCONTINUED, WCOREDUMP, WEXITSTATUS, WIFCONTINUED, WIFSIGNALED, WIFSTOPPED, WNOHANG, WSTOPSIG, WTERMSIG, WUNTRACED}\n\ +@seealso{WCONTINUE, WCOREDUMP, WEXITSTATUS, WIFCONTINUED, WIFSIGNALED, WIFSTOPPED, WNOHANG, WSTOPSIG, WTERMSIG, WUNTRACED}\n\ @end deftypefn") { octave_value_list retval;