From: Carlos O'Donell Date: Wed, 26 Feb 2014 18:39:02 +0000 (-0500) Subject: Use @Theglibc{} in manual/ipc.texi. X-Git-Tag: glibc-2.20~827 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f067bf1f335a6fb7f65328938a0561c6eb2d2a1b;p=platform%2Fupstream%2Fglibc.git 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 + * 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{}.