X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a5de99b2e59f7e8d83c592d361a980d5f33693e5..40f06f46a9e51c6f74227178d4911f811ce4f769:/doc/gtut-tour-08-exceptions.doc diff --git a/doc/gtut-tour-08-exceptions.doc b/doc/gtut-tour-08-exceptions.doc index 90dce052d9..6a9c15c525 100644 --- a/doc/gtut-tour-08-exceptions.doc +++ b/doc/gtut-tour-08-exceptions.doc @@ -60,7 +60,7 @@ Then, you simply add a #TRY/#CATCH block around your code: Another strange thing is that you should actually free the memory allocated to the exception with xbt_ex_fres() if you manage to deal with them. There -is a bit more than this on the picture (#CLEANUP blocks, for example), and +is a bit more than this on the picture (#TRY_CLEANUP blocks, for example), and you should check the section \ref XBT_ex for more details. You should be very carfull when using the exceptions. They work great