This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.19-84-gf067bf1


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  f067bf1f335a6fb7f65328938a0561c6eb2d2a1b (commit)
      from  085d0e354a84807ca97f8720e532763bd4bfa933 (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=f067bf1f335a6fb7f65328938a0561c6eb2d2a1b

commit f067bf1f335a6fb7f65328938a0561c6eb2d2a1b
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Wed Feb 26 13:39:02 2014 -0500

    Use @Theglibc{} in manual/ipc.texi.

diff --git a/ChangeLog b/ChangeLog
index 9505934..b1fee49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
 
+	* manual/ipc.texi (Semaphores): Use @Theglibc{}.
+
 	* manual/ipc.texi: New file.
 	* manual/Makefile (chapters): Add ipc.
 	* manual/job.texi: Add "Inter-Process Communication" to next.
diff --git a/manual/ipc.texi b/manual/ipc.texi
index 3cd573e..afedcbe 100644
--- a/manual/ipc.texi
+++ b/manual/ipc.texi
@@ -12,7 +12,7 @@ This chapter describes the @glibcadj{} inter-process communication primitives.
 @node Semaphores
 @section Semaphores
 
-The @glibcadj{} implements the semaphore APIs as defined in POSIX and
+@Theglibc{} implements the semaphore APIs as defined in POSIX and
 System V.  Semaphores can be used by multiple processes to coordinate shared
 resources.  The following is a complete list of the semaphore functions provided
 by @theglibc{}.

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

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


hooks/post-receive
-- 
GNU C Library master sources


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