diff options
Diffstat (limited to 'doc/info/chap')
-rw-r--r-- | doc/info/chap/language-facilities.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/language-facilities.texinfo b/doc/info/chap/language-facilities.texinfo index 26cf556..19cfec0 100644 --- a/doc/info/chap/language-facilities.texinfo +++ b/doc/info/chap/language-facilities.texinfo @@ -140,7 +140,7 @@ least, the right to undefined them may be removed. @cpindex @code{_Noreturn} @tpindex noreturn @tpindex _Noreturn -A few, such as @code{exit}, functions never return, +A few functions, such as @code{exit}, never return, and cannot fail. The @sc{ISO}@tie{}C11 standard added a function qualifier that lets you specify that a functon never returns, that is, the process exits |