This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: malloc probes for glibc 2.19


On Mon, 23 Sep 2013, Maciej W. Rozycki wrote:

> > Thanks, here's what I've installed along with the patchset.
> 
>  Some of your changes have caused failures in the build of the manual -- 
> can you please have a look into it:
> 
> .../src/default/manual/probes.texi:1: Next field of node `Internal Probes' not pointed to (perhaps incorrect sectioning?).
> .../src/default/manual/users.texi:1: This node (Users and Groups) has the bad Prev.
> .../src/default/manual/probes.texi:1: Prev field of node `Internal Probes' not pointed to.
> .../src/default/manual/nss.texi:1: This node (Name Service Switch) has the bad Next.
> makeinfo: Removing output file `.../obj/default/manual/libc.info' due to errors; use --force to preserve.
> 
> $ makeinfo --version
> makeinfo (GNU texinfo) 4.13

 I have committed this change, as obvious.  I don't know why it matters in 
an @c command that makes the rest of the line a comment, but it removes 
the build failure and in any case makes the reference read right.

2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>

	* manual/threads.texi (POSIX Threads): Fix a typo.

  Maciej

glibc-manual-probes.diff
Index: glibc-fsf-trunk-quilt/manual/threads.texi
===================================================================
--- glibc-fsf-trunk-quilt.orig/manual/threads.texi	2013-09-23 17:26:39.000000000 +0100
+++ glibc-fsf-trunk-quilt/manual/threads.texi	2013-09-23 18:34:39.118109121 +0100
@@ -1,5 +1,5 @@
 @node POSIX Threads
-@c @node POSIX Threads, Intenal Probes, Cryptographic Functions, Top
+@c @node POSIX Threads, Internal Probes, Cryptographic Functions, Top
 @chapter POSIX Threads
 @c %MENU% POSIX Threads
 @cindex pthreads


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]