X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e566c09daba9ad67b31f3992da9172eb04b807a8..b8e77688484ef873583e285d34c7b85ddce9294c:/doc/gtut-tour-08-exceptions.doc?ds=sidebyside diff --git a/doc/gtut-tour-08-exceptions.doc b/doc/gtut-tour-08-exceptions.doc index 057e9bf7fd..b9c7e36da3 100644 --- a/doc/gtut-tour-08-exceptions.doc +++ b/doc/gtut-tour-08-exceptions.doc @@ -62,7 +62,7 @@ CATCH(e) { 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 (#TRY_CLEANUP blocks, for example), and -you should check the section \ref XBT_ex for more details. +you should check the section \ref XBT_ex for more details. You should be very carfull when using the exceptions. They work great when used correctly, but there is a few golden rules you should never break.