# 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 --git a/src/syscalls.cc b/src/syscalls.cc --- 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\