Mercurial > hg > octave-lyh
comparison src/error.cc @ 8015:30629059b72d
Update the manual to reflect the changes in error output
author | sh@sh-laptop |
---|---|
date | Wed, 06 Aug 2008 22:23:54 +0200 |
parents | 065c28e1c368 |
children | 0ef13e15319b |
comparison
equal
deleted
inserted
replaced
8014:44d206ae68c9 | 8015:30629059b72d |
---|---|
975 \n\ | 975 \n\ |
976 @smallexample\n\ | 976 @smallexample\n\ |
977 @group\n\ | 977 @group\n\ |
978 f ()\n\ | 978 f ()\n\ |
979 error: nargin != 1\n\ | 979 error: nargin != 1\n\ |
980 error: evaluating index expression near line 1, column 30\n\ | 980 error: called from:\n\ |
981 error: evaluating binary operator `||' near line 1, column 27\n\ | 981 error: error at line -1, column -1\n\ |
982 error: called from `h'\n\ | 982 error: h at line 1, column 27\n\ |
983 error: called from `g'\n\ | 983 error: g at line 1, column 15\n\ |
984 error: called from `f'\n\ | 984 error: f at line 1, column 15\n\ |
985 @end group\n\ | 985 @end group\n\ |
986 @end smallexample\n\ | 986 @end smallexample\n\ |
987 \n\ | 987 \n\ |
988 If the error message ends in a new line character, Octave will print the\n\ | 988 If the error message ends in a new line character, Octave will print the\n\ |
989 message but will not display any traceback messages as it returns\n\ | 989 message but will not display any traceback messages as it returns\n\ |