From: Oliver Schmidt Date: Sat, 14 Mar 2015 17:53:56 +0000 (+0100) Subject: Improved vector (re)setting function docs. X-Git-Tag: V2.15~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a7ecab38bd1e7d5ce5516d9614b9a007a8a5aa22;p=cc65 Improved vector (re)setting function docs. --- diff --git a/doc/funcref.sgml b/doc/funcref.sgml index cc45d9037..9c60483aa 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -39,7 +39,7 @@ Each entry for a function contains a detailed description -Since / installs an exit handler, -it is not strictly necessary to call this function as part of the cleanup when -the program ends. +The break vector is reset on program termination, so it's not strictly +necessary to call this function as a part of your clean-up when exitting the program. -The original IRQ vector is restored on program termination even without -calling this function. +The interrupt vector is reset on program termination, so it's not strictly +necessary to call this function as a part of your clean-up when exitting the program. The Since / as part of the cleanup when -the program terminates. +The break vector is reset on program termination, so it's not strictly +necessary to call / as a part of your +clean-up when exitting the program. The interrupt vector is reset on function termination, so it's not -strictly necessary to call / as part -of the cleanup when the program terminates. +The interrupt vector is reset on program termination, so it's not strictly +necessary to call / as a part of your +clean-up when exitting the program.