Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 14:56:24 +0300
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 18:14:39 +0300
commit42e040a448fc5a15ec1171abba8ad5eb7b3b6d38 (patch)
treece8e3a4b6682ec97b0c76c48db4037fb3d9b9b55 /newlib/libc/signal
parent06105fa9defb229532728903c6230b3fd89d8f2e (diff)
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/signal')
-rw-r--r--newlib/libc/signal/signal.tex2
1 files changed, 1 insertions, 1 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.