about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-02-26 13:39:02 -0500
committerCarlos O'Donell <carlos@redhat.com>2014-02-26 13:39:02 -0500
commitf067bf1f335a6fb7f65328938a0561c6eb2d2a1b (patch)
treeb9e3f3cda246d2e572c3814004a607bc84d6563d
parent085d0e354a84807ca97f8720e532763bd4bfa933 (diff)
downloadglibc-f067bf1f335a6fb7f65328938a0561c6eb2d2a1b.tar.gz
glibc-f067bf1f335a6fb7f65328938a0561c6eb2d2a1b.tar.xz
glibc-f067bf1f335a6fb7f65328938a0561c6eb2d2a1b.zip
Use @Theglibc{} in manual/ipc.texi.
-rw-r--r--ChangeLog2
-rw-r--r--manual/ipc.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9505934d7e..b1fee495fc 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 3cd573ea6d..afedcbe960 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{}.