[prev in list] [next in list] [prev in thread] [next in thread] 

List:       glibc-cvs
Subject:    GNU C Library master sources branch master updated. glibc-2.27.9000-527-g0b11b64
From:       nsz () sourceware ! org
Date:       2018-06-28 12:37:49
Message-ID: 20180628123749.97652.qmail () sourceware ! org
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  0b11b6491cc01b5ce5fea1302f8591f25e8c4d80 (commit)
      from  c1c2848b572ea7f92b7fa81dd5b1b9ef7c69b83b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0b11b6491cc01b5ce5fea1302f8591f25e8c4d80

commit 0b11b6491cc01b5ce5fea1302f8591f25e8c4d80
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Thu Jun 28 13:27:31 2018 +0100

    Fix documentation build with old makeinfo
    
    With old makeinfo '@code {' fails because of the extra space.
    
    	* manual/llio.texi: Remove spurious space.

diff --git a/ChangeLog b/ChangeLog
index 25e824f..1f35f29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* manual/llio.texi: Remove spurious space.
+
 2018-06-28  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #23349]
diff --git a/manual/llio.texi b/manual/llio.texi
index e840c55..2733b9c 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -3283,7 +3283,7 @@ Set process or process group ID to receive @code{SIGIO} signals.
 
 This function is a cancellation point in multi-threaded programs for the
 commands @code{F_SETLKW} (and the LFS analogous @code{F_SETLKW64}) and
-@code {F_OFD_SETLKW}.  This is a problem if the thread allocates some
+@code{F_OFD_SETLKW}.  This is a problem if the thread allocates some
 resources (like memory, file descriptors, semaphores or whatever) at the time
 @code{fcntl} is called.  If the thread gets canceled these resources stay
 allocated until the program ends.  To avoid this calls to @code{fcntl} should

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    4 ++++
 manual/llio.texi |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic