From a7ecab38bd1e7d5ce5516d9614b9a007a8a5aa22 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sat, 14 Mar 2015 18:53:56 +0100 Subject: [PATCH] Improved vector (re)setting function docs. --- doc/funcref.sgml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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.