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.
@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{}.