Mercurial > hg > octave-lyh
changeset 9564:9e4333169eae
fix typo in last patch
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 26 Aug 2009 08:55:31 +0200 |
parents | f5c28d8f5147 |
children | fe57b638e48c |
files | src/syscalls.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syscalls.cc +++ b/src/syscalls.cc @@ -261,7 +261,7 @@ \n\ Note that @code{popen2}, unlike @code{popen}, will not \"reap\" the\n\ child process. If you don't use @code{waitpid} to check the child's\n\ -exit status, it will linger until Octave exits. +exit status, it will linger until Octave exits.\n\ @end deftypefn") { octave_value_list retval;