public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Fix makedoc markup used in texinfo source
@ 2015-06-24 12:54 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2015-06-24 12:54 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=42e040a448fc5a15ec1171abba8ad5eb7b3b6d38

commit 42e040a448fc5a15ec1171abba8ad5eb7b3b6d38
Author: Jon TURNEY <jon.turney@dronecode.org.uk>
Date:   Tue Jun 23 12:56:24 2015 +0100

    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>

Diff:
---
 newlib/ChangeLog              | 5 +++++
 newlib/libc/signal/signal.tex | 2 +-
 newlib/libc/stdio/stdio.tex   | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c014efd..1a857b6 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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.
diff --git a/newlib/libc/signal/signal.tex b/newlib/libc/signal/signal.tex
index b36deb9..c4d4830 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 363efd4..5352c54 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-24 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-24 12:54 [newlib-cygwin] Fix makedoc markup used in texinfo source Jon TURNEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).