diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-17 19:58:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-17 19:58:06 +0100 |
commit | 382cc997c3c0aa13075dd2a98e79fc87d6675e69 (patch) | |
tree | 75c9816b5ace7eadf683ac0f0cd8a714bf5f0f20 /doc | |
parent | m readme (diff) | |
download | slibc-382cc997c3c0aa13075dd2a98e79fc87d6675e69.tar.gz slibc-382cc997c3c0aa13075dd2a98e79fc87d6675e69.tar.bz2 slibc-382cc997c3c0aa13075dd2a98e79fc87d6675e69.tar.xz |
grammaro
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-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 |