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.