OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / sem_unlink.3
index 2e86935..9b04b65 100644 (file)
@@ -1,4 +1,4 @@
-'\" t
+.\" t
 .\" Hey Emacs! This file is -*- nroff -*- source.
 .\"
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\" Hey Emacs! This file is -*- nroff -*- source.
 .\"
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.\" Japanese Version Copyright (c) 2006 Akihiro MOTOKI all rights reserved.
-.\" Translated 2006-04-18, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
 .\"
-.TH SEM_UNLINK 3 2006-03-25 "Linux" "Linux Programmer's Manual"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH SEM_UNLINK 3 2006\-03\-25 Linux "Linux Programmer's Manual"
 .SH 名前
 sem_unlink \- 名前付きセマフォを削除する
 .SH 書式
 .nf
 .SH 名前
 sem_unlink \- 名前付きセマフォを削除する
 .SH 書式
 .nf
-.B #include <semaphore.h>
+\fB#include <semaphore.h>\fP
 .sp
 .sp
-.BI "int sem_unlink(const char *" name );
+\fBint sem_unlink(const char *\fP\fIname\fP\fB);\fP
 .fi
 .sp
 \fI\-lrt\fP または \fI\-pthread\fP でリンクする。
 .SH 説明
 .fi
 .sp
 \fI\-lrt\fP または \fI\-pthread\fP でリンクする。
 .SH 説明
-.BR sem_unlink ()
-は、
-.I name
-で参照される名前付きセマフォを削除する。
-セマフォの名前は直ちに削除される。
-このセマフォをオープンしている他のすべてのプロセスがセマフォを
-閉じて初めてセマフォの削除が行われる。
+\fBsem_unlink\fP()  は、 \fIname\fP で参照される名前付きセマフォを削除する。 セマフォの名前は直ちに削除される。
+このセマフォをオープンしている他のすべてのプロセスがセマフォを 閉じて初めてセマフォの削除が行われる。
 .SH 返り値
 .SH 返り値
-成功すると、
-.BR sem_unlink ()
-は 0 を返す。エラーの場合、\-1 を返し、
-.I errno
-にエラーを示す値をセットする。
+成功すると、 \fBsem_unlink\fP()  は 0 を返す。エラーの場合、\-1 を返し、 \fIerrno\fP にエラーを示す値をセットする。
 .SH エラー
 .SH エラー
-.TP
-.B EACCES
+.TP 
+\fBEACCES\fP
 呼び出し元にはこのセマフォを削除する許可がない。
 呼び出し元にはこのセマフォを削除する許可がない。
-.TP
-.B ENAMETOOLONG
-.I name
-が長すぎる。
-.TP
-.B ENOENT
-指定された名前
-.I name
-のセマフォが存在しない。
+.TP 
+\fBENAMETOOLONG\fP
+\fIname\fP が長すぎる。
+.TP 
+\fBENOENT\fP
+指定された名前 \fIname\fP のセマフォが存在しない。
 .SH 準拠
 .SH 準拠
-POSIX.1-2001.
+POSIX.1\-2001.
 .SH 関連項目
 .SH 関連項目
-.BR sem_getvalue (3),
-.BR sem_open (3),
-.BR sem_post (3),
-.BR sem_wait (3),
-.BR sem_overview (7)
+\fBsem_getvalue\fP(3), \fBsem_open\fP(3), \fBsem_post\fP(3), \fBsem_wait\fP(3),
+\fBsem_overview\fP(7)