X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=release%2Fman3%2Fsem_unlink.3;h=d68c6e86fd0bf89a24208161e47ff7af8db2a248;hb=9bab846d3fbabd0a6c37bcac1ec38299cae9683b;hp=f7e3edf6802084ae966ea1cfc0b6d88f10cd94a9;hpb=05edc1c11c5b516ab7b254b23c5927d6bd36ce34;p=linuxjm%2FLDP_man-pages.git diff --git a/release/man3/sem_unlink.3 b/release/man3/sem_unlink.3 index f7e3edf6..d68c6e86 100644 --- a/release/man3/sem_unlink.3 +++ b/release/man3/sem_unlink.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_UNLINK 3 2006\-03\-25 Linux "Linux Programmer's Manual" +.TH SEM_UNLINK 3 2012\-05\-13 Linux "Linux Programmer's Manual" .SH 名前 sem_unlink \- 名前付きセマフォを削除する .SH 書式 @@ -38,7 +38,7 @@ sem_unlink \- 名前付きセマフォを削除する \fBint sem_unlink(const char *\fP\fIname\fP\fB);\fP .fi .sp -\fI\-lrt\fP または \fI\-pthread\fP でリンクする。 +\fI\-pthread\fP とリンクする。 .SH 説明 \fBsem_unlink\fP() は、 \fIname\fP で参照される名前付きセマフォを削除する。 セマフォの名前は直ちに削除される。 このセマフォをオープンしている他のすべてのプロセスがセマフォを 閉じて初めてセマフォの削除が行われる。 @@ -60,6 +60,6 @@ POSIX.1\-2001. \fBsem_getvalue\fP(3), \fBsem_open\fP(3), \fBsem_post\fP(3), \fBsem_wait\fP(3), \fBsem_overview\fP(7) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。