From 614a7455c45a4d2c7f25d9e0bf86a48e1567b4e7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Oct 2015 02:40:43 +0200 Subject: m info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/chap/memory-allocation.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/info') 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 -- cgit v1.2.3-70-g09d2