X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=release%2Fman3%2Fsem_close.3;h=21b6079d3ce7ef899a0035d4e6588065796b3155;hp=82ae8060367f681c85086c39f0ce0cb1804b0fb4;hb=bb92023e2caf6dc30bd3a8f07877ec870c853e23;hpb=f5d1a45c05af679fb80706c40816f4ec5152926e diff --git a/release/man3/sem_close.3 b/release/man3/sem_close.3 index 82ae8060..21b6079d 100644 --- a/release/man3/sem_close.3 +++ b/release/man3/sem_close.3 @@ -1,8 +1,7 @@ .\" t -.\" Hey Emacs! This file is -*- nroff -*- source. -.\" .\" Copyright (C) 2006 Michael Kerrisk .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -22,13 +21,14 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH SEM_CLOSE 3 2006\-03\-25 Linux "Linux Programmer's Manual" +.TH SEM_CLOSE 3 2012\-05\-13 Linux "Linux Programmer's Manual" .SH 名前 sem_close \- 名前付きセマフォをクローズする .SH 書式 @@ -38,7 +38,7 @@ sem_close \- 名前付きセマフォをクローズする \fBint sem_close(sem_t *\fP\fIsem\fP\fB);\fP .fi .sp -\fI\-lrt\fP または \fI\-pthread\fP でリンクする。 +Link with \fI\-pthread\fP. .SH 説明 \fBsem_close\fP() は \fIsem\fP が参照する名前付きセマフォをクローズし、 このセマフォ用に呼び出し元プロセスにシステムが割り当てていた リソースを解放できるようにする。 @@ -56,6 +56,6 @@ POSIX.1\-2001. \fBsem_getvalue\fP(3), \fBsem_open\fP(3), \fBsem_post\fP(3), \fBsem_unlink\fP(3), \fBsem_wait\fP(3), \fBsem_overview\fP(7) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。