summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/signal/signal.tex2
-rw-r--r--newlib/libc/stdio/stdio.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/signal/signal.tex b/newlib/libc/signal/signal.tex
index b36deb968..c4d48308f 100644
--- a/newlib/libc/signal/signal.tex
+++ b/newlib/libc/signal/signal.tex
@@ -10,7 +10,7 @@ error message and aborting your program, or ignoring the signal.
All systems support at least the following signals:
@table @code
@item SIGABRT
-Abnormal termination of a program; raised by the <<abort>> function.
+Abnormal termination of a program; raised by the @code{abort} function.
@item SIGFPE
A domain error in arithmetic, such as overflow, or division by zero.
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