Mercurial > hg > octave-lojdl
changeset 15066:6451a584305e
Merge in Carnë's changes
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Tue, 31 Jul 2012 14:14:03 -0400 |
parents | f7215831fe78 (diff) 489736962e80 (current diff) |
children | df4538e3b50b |
files | |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syscalls.cc +++ b/src/syscalls.cc @@ -936,7 +936,7 @@ @end table\n\ \n\ If the call is successful @var{err} is 0 and @var{msg} is an empty\n\ -string. If the file does not exist, or some other error occurs, @var{s}\n\ +string. If the file does not exist, or some other error occurs, @var{info}\n\ is an empty matrix, @var{err} is @minus{}1, and @var{msg} contains the\n\ corresponding system error message.\n\ \n\ @@ -947,8 +947,8 @@ For example:\n\ \n\ @example\n\ -[s, err, msg] = stat (\"/vmlinuz\")\n\ - @result{} s =\n\ +[info, err, msg] = stat (\"/vmlinuz\")\n\ + @result{} info =\n\ @{\n\ atime = 855399756\n\ rdev = 0\n\