# HG changeset patch # User Carnë Draug # Date 1343749548 -3600 # Node ID f7215831fe782e346a3134ffd7243ab64d44d08a # Parent 5156934606d7530c273fc3beb448d22726e65b5c doc: be consistent on var name on stat help text diff -r 5156934606d7 -r f7215831fe78 src/syscalls.cc --- a/src/syscalls.cc Tue Jul 31 08:51:02 2012 -0400 +++ b/src/syscalls.cc Tue Jul 31 16:45:48 2012 +0100 @@ -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\