summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/stdio.tex
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 12:56:24 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 16:14:39 +0100
commit42e040a448fc5a15ec1171abba8ad5eb7b3b6d38 (patch)
treece8e3a4b6682ec97b0c76c48db4037fb3d9b9b55 /newlib/libc/stdio/stdio.tex
parent06105fa9defb229532728903c6230b3fd89d8f2e (diff)
downloadcygnal-42e040a448fc5a15ec1171abba8ad5eb7b3b6d38.tar.gz
cygnal-42e040a448fc5a15ec1171abba8ad5eb7b3b6d38.tar.bz2
cygnal-42e040a448fc5a15ec1171abba8ad5eb7b3b6d38.zip
Fix makedoc markup used in texinfo source
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/signal/signal.tex: Use texinfo not makedoc markup. * libc/stdio/stdio.tex: Ditto. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/stdio/stdio.tex')
-rw-r--r--newlib/libc/stdio/stdio.tex2
1 files changed, 1 insertions, 1 deletions
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