OSDN Git Service

(split) LDP: Update release from ja.po of LDP v3.51
[linuxjm/LDP_man-pages.git] / release / man3 / sem_getvalue.3
index c77341b..2e8530b 100644 (file)
@@ -1,8 +1,7 @@
-'\" t
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
+.\" t
 .\" 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
+.\"
+.\"*******************************************************************
 .\"
-.\" Japanese Version Copyright (c) 2006 Akihiro MOTOKI all rights reserved.
-.\" Translated 2006-04-18, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH SEM_GETVALUE 3 2006-03-25 "Linux" "Linux Programmer's Manual"
+.\"*******************************************************************
+.TH SEM_GETVALUE 3 2012\-05\-13 Linux "Linux Programmer's Manual"
 .SH 名前
 sem_getvalue \- セマフォの値を取得する
 .SH 書式
 .nf
-.B #include <semaphore.h>
+\fB#include <semaphore.h>\fP
 .sp
-.BI "int sem_getvalue(sem_t *" sem ", int *" sval );
+\fBint sem_getvalue(sem_t *\fP\fIsem\fP\fB, int *\fP\fIsval\fP\fB);\fP
 .fi
 .sp
-\fI\-lrt\fP または \fI\-pthread\fP でリンクする。
+\fI\-pthread\fP とリンクする。
 .SH 説明
-.BR sem_getvalue ()
-は、
-.I sem
-が指すセマフォの現在の値を
-.I sval
-で指す整数に格納する。
+\fBsem_getvalue\fP()  は、 \fIsem\fP が指すセマフォの現在の値を \fIsval\fP で指す整数に格納する。
 
-POSIX.1-2001 によると、
-1つ以上のプロセスかスレッドが
-.BR sem_wait (3)
-でセマフォのロック待ちで停止している場合、
-.I sval
-で返される値は 0 もしくは負の値のいずれかとなる。
-負の値の場合、その絶対値は
-.BR sem_wait (3)
-で現在停止しているプロセスかスレッドの合計数に等しい。
-Linux は前者の動作 (0 を返す動作) を採用している。
+POSIX.1\-2001 によると、 1つ以上のプロセスかスレッドが \fBsem_wait\fP(3)  でセマフォのロック待ちで停止している場合、
+\fIsval\fP で返される値は 0 もしくは負の値のいずれかとなる。 負の値の場合、その絶対値は \fBsem_wait\fP(3)
+で現在停止しているプロセスかスレッドの合計数に等しい。 Linux は前者の動作 (0 を返す動作) を採用している。
 .SH 返り値
-成功すると、
-.BR sem_getvalue ()
-は 0 を返す。エラーの場合、\-1 を返し、
-.I errno
-にエラーを示す値をセットする。
+成功すると、 \fBsem_getvalue\fP()  は 0 を返す。エラーの場合、\-1 を返し、 \fIerrno\fP にエラーを示す値をセットする。
 .SH エラー
-.TP
-.B EINVAL
-.I sem
-は有効なセマフォではない。
+.TP 
+\fBEINVAL\fP
+\fIsem\fP は有効なセマフォではない。
 .SH 準拠
-POSIX.1-2001.
+POSIX.1\-2001.
 .SH 注意
-.BR sem_getvalue ()
-が返るときには、すでにセマフォの値は変化している可能性がある。
+\fBsem_getvalue\fP()  が返るときには、すでにセマフォの値は変化している可能性がある。
 .SH 関連項目
-.BR sem_post (3),
-.BR sem_wait (3),
-.BR sem_overview (7)
+\fBsem_post\fP(3), \fBsem_wait\fP(3), \fBsem_overview\fP(7)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。