From 42e040a448fc5a15ec1171abba8ad5eb7b3b6d38 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 23 Jun 2015 12:56:24 +0100 Subject: Fix makedoc markup used in texinfo source 2015-06-23 Jon Turney * libc/signal/signal.tex: Use texinfo not makedoc markup. * libc/stdio/stdio.tex: Ditto. Signed-off-by: Jon TURNEY --- newlib/libc/stdio/stdio.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/stdio/stdio.tex') diff --git a/newlib/libc/stdio/stdio.tex b/newlib/libc/stdio/stdio.tex index 363efd48d..5352c5491 100644 --- a/newlib/libc/stdio/stdio.tex +++ b/newlib/libc/stdio/stdio.tex @@ -20,7 +20,7 @@ _stderr_r(@var{reent}) @noindent instead of the globals @code{stdin}, @code{stdout}, and -@code{stderr}. The argument <[reent]> is a pointer to a reentrancy +@code{stderr}. The argument @var{reent} is a pointer to a reentrancy structure. @menu -- cgit v1.2.3