From a56e84e4c0541e709d85589f87dbe46aa4f507ed Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 13 Oct 2015 21:24:19 +0200 Subject: info style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/chap/language-facilities.texinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/info/chap/language-facilities.texinfo') diff --git a/doc/info/chap/language-facilities.texinfo b/doc/info/chap/language-facilities.texinfo index 5eb55a3..26cf556 100644 --- a/doc/info/chap/language-facilities.texinfo +++ b/doc/info/chap/language-facilities.texinfo @@ -15,7 +15,7 @@ documented in this chapter. * Member offsets:: Getting the offset of members of a structure. * Variadic functions:: Support for variadic functions. * Assertions:: Checking for impossible errors. -* NULL:: The constant @code{NULL}. +* NULL:: The constant @code{NULL}@. @end menu @@ -192,10 +192,10 @@ defined. Declaring a variable with the qualifier @code{alignas(TYPE)} specifies that the variable -should have the alignment of the type @code{TYPE}. +should have the alignment of the type @code{TYPE}@. The function call @code{alignof(TYPE)}, returns -the alignment of the type @code{TYPE}. +the alignment of the type @code{TYPE}@. @@ -424,7 +424,7 @@ Note on considerations of @code{NULL} being harmful: It is important to remember than @code{sizeof(NULL)} does not equal @code{sizeof(int)} on all machines. Therefore, in variadic arguments, it is important -not to substitute @code{x} for @code{x != NULL}. This +not to substitute @code{x} for @code{x != NULL}@. This would cause horrible bugs. If you insist on not using @code{NULL}, correct substitutions would be @code{!!x} or @code{x != 0}. -- cgit v1.2.3-70-g09d2