Use @Theglibc{} in manual/ipc.texi.
authorCarlos O'Donell <carlos@redhat.com>
Wed, 26 Feb 2014 18:39:02 +0000 (13:39 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 26 Feb 2014 18:39:02 +0000 (13:39 -0500)
ChangeLog
manual/ipc.texi

index 9505934..b1fee49 100644 (file)
--- 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.
index 3cd573e..afedcbe 100644 (file)
@@ -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{}.