OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man3 / sem_open.3
index 22e48b7..28bba59 100644 (file)
@@ -1,8 +1,7 @@
 .\" t
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%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.
 .\"
 .\" 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_OPEN 3 2009\-02\-20 Linux "Linux Programmer's Manual"
+.TH SEM_OPEN 3 2012\-05\-13 Linux "Linux Programmer's Manual"
 .SH 名前
 sem_open \- 名前付きセマフォを初期化し、オープンする
 .SH 書式
@@ -42,7 +42,7 @@ sem_open \- 名前付きセマフォを初期化し、オープンする
 \fB                mode_t \fP\fImode\fP\fB, unsigned int \fP\fIvalue\fP\fB);\fP
 .fi
 .sp
-\fI\-lrt\fP または \fI\-pthread\fP でリンクする。
+\fI\-pthread\fP とリンクする。
 .SH 説明
 \fBsem_open\fP()  は、新規の POSIX セマフォを作成するか、既存のセマフォのオープンを行う。 セマフォは \fIname\fP で識別される。
 \fIname\fP の構成の詳細は \fBsem_overview\fP(7)  を参照。
@@ -99,3 +99,7 @@ POSIX.1\-2001.
 .SH 関連項目
 \fBsem_close\fP(3), \fBsem_getvalue\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.52 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。