From cc6e48bc7c8e7a349147d5ce7683591175134076 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Fri, 17 Feb 2012 17:44:38 +0000 Subject: Fix various problems with @deftypefun lines. --- manual/memory.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/memory.texi') diff --git a/manual/memory.texi b/manual/memory.texi index db63c33..da1656c 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -2168,7 +2168,7 @@ a BSD extension. @comment stdlib.h @comment GNU, BSD -@deftypefun {void *} alloca (size_t @var{size}); +@deftypefun {void *} alloca (size_t @var{size}) The return value of @code{alloca} is the address of a block of @var{size} bytes of memory, allocated in the stack frame of the calling function. @end deftypefun -- cgit v1.1