mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
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>
This commit is contained in:
parent
06105fa9de
commit
42e040a448
@ -1,3 +1,8 @@
|
||||
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
|
||||
|
||||
* libc/signal/signal.tex: Use texinfo not makedoc markup.
|
||||
* libc/stdio/stdio.tex: Ditto.
|
||||
|
||||
2015-06-22 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/include/sys/signal.h: Include forgotten sys/cdefs.h.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user