diff options
Diffstat (limited to '')
-rw-r--r-- | doc/info/chap/memory-allocation.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/memory-allocation.texinfo b/doc/info/chap/memory-allocation.texinfo index 761894a..d6b6b70 100644 --- a/doc/info/chap/memory-allocation.texinfo +++ b/doc/info/chap/memory-allocation.texinfo @@ -584,7 +584,7 @@ is not a multiple of @code{sizeof(void*)}, and @fnindex valloc This function is similar to @code{memalign}. @code{valloc(n)} is equivalent to -@code{memalign(sysconf(_SC_PAGESIZE), n)}; +@code{memalign@-(sysconf(_SC_PAGESIZE), n)}; the alignment is the memory page size. This function is declared in the header file |