* docs/grub.texi (normal): New section.

(normal_exit): New section.
(Embedded configuration): Add reference to normal.
(GRUB only offers a rescue shell): Likewise.
* docs/grub-dev.texi (Error Handling): Fix typo.
This commit is contained in:
Colin Watson 2011-04-12 13:23:19 +01:00
parent 09a9d66f1d
commit 9d5f81622c
3 changed files with 48 additions and 10 deletions

View file

@ -451,7 +451,7 @@ request. Instead, please subscribe to the mailing list, and communicate first
@chapter Error Handling
Error handling in GRUB 2 is based on exception handling model. As C language
doesn't direcly support exceptions, exception handling behavior is emulated
doesn't directly support exceptions, exception handling behavior is emulated
in software.
When exception is raised, function must return to calling function. If calling