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

This commit is contained in:
Carlos O'Donell 2014-02-26 13:39:02 -05:00
parent 085d0e354a
commit f067bf1f33
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2014-02-26 Carlos O'Donell <carlos@redhat.com> 2014-02-26 Carlos O'Donell <carlos@redhat.com>
* manual/ipc.texi (Semaphores): Use @Theglibc{}.
* manual/ipc.texi: New file. * manual/ipc.texi: New file.
* manual/Makefile (chapters): Add ipc. * manual/Makefile (chapters): Add ipc.
* manual/job.texi: Add "Inter-Process Communication" to next. * manual/job.texi: Add "Inter-Process Communication" to next.

View File

@ -12,7 +12,7 @@ This chapter describes the @glibcadj{} inter-process communication primitives.
@node Semaphores @node Semaphores
@section 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 System V. Semaphores can be used by multiple processes to coordinate shared
resources. The following is a complete list of the semaphore functions provided resources. The following is a complete list of the semaphore functions provided
by @theglibc{}. by @theglibc{}.