changeset 15061:f7215831fe78

doc: be consistent on var name on stat help text
author Carnë Draug <carandraug+dev@gmail.com>
date Tue, 31 Jul 2012 16:45:48 +0100
parents 5156934606d7
children 0e07de8441e9 6451a584305e
files src/syscalls.cc
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\