summaryrefslogtreecommitdiff
path: root/manual/memory.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-08-02 16:30:28 +0000
committerUlrich Drepper <drepper@redhat.com>2008-08-02 16:30:28 +0000
commit48b22986ccb7751b8474189ac1b610265b242c30 (patch)
treebec7abdbb6e3008a6d6d1b04e27fb7075109ea83 /manual/memory.texi
parent3501542f9475d352fd77bef5c8902cc6c14673c2 (diff)
* manual/arith.texi: Avoid @strong{Note:}.
* manual/creature.texi: Likewise. * manual/filesys.texi: Likewise. * manual/math.texi: Likewise. * manual/memory.texi: Likewise. * manual/resource.texi: Likewise. * manual/syslog.texi: Likewise. * manual/time.texi: Likewise.
Diffstat (limited to 'manual/memory.texi')
-rw-r--r--manual/memory.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi
index cbe147b712..43afc7bf95 100644
--- a/manual/memory.texi
+++ b/manual/memory.texi
@@ -2326,7 +2326,7 @@ additional block on each iteration. This is impossible with
variable-sized arrays.
@end itemize
-@strong{Note:} If you mix use of @code{alloca} and variable-sized arrays
+@strong{NB:} If you mix use of @code{alloca} and variable-sized arrays
within one function, exiting a scope in which a variable-sized array was
declared frees all blocks allocated with @code{alloca} during the
execution of that scope.