OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / draft / man3 / getumask.3
index 01b72e8..e6e4c2a 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (C) 2002 Andries Brouwer <aeb@cwi.nl>
 .\"
+.\" %%%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 replaces an earlier man page written by Walter Harms
 .\" <walter.harms@informatik.uni-oldenburg.de>.
 .\"
-.\" Japanese Version Copyright (c) 2002 Akihiro MOTOKI all rights reserved.
-.\" Translated Thu 05 Dec 2002 by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
-.TH GETUMASK 3 2010-09-10 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH GETUMASK 3 2010\-09\-10 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O getumask \- get file creation mask
 getumask \- ファイル作成マスクを取得する
-.\"O .SH SYNOPSIS
 .SH 書式
-.nf
-.\"O .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
-.BR "#define _GNU_SOURCE" "             /* feature_test_macros(7) 参照 */"
+\fB#define _GNU_SOURCE\fP /* feature_test_macros(7) 参照 */
 .br
-.B "#include <sys/types.h>"
+\fB#include <sys/types.h>\fP
 .br
-.B "#include <sys/stat.h>"
+\fB#include <sys/stat.h>\fP
 .sp
-.B "mode_t getumask(void);"
-.fi
-.\"O .SH DESCRIPTION
+\fBmode_t getumask(void);\fP
 .SH 説明
-.\"O This function returns the current file creation mask.
-この関数は現在のファイル作成マスクを返す。
-.\"O It is equivalent to
-基本的には以下と等価である。
+この関数は現在のファイル作成マスクを返す。 基本的には以下と等価である。
 .in +4n
 .nf
 
@@ -61,25 +55,14 @@ mode_t getumask(void)
 
 .fi
 .in
-.\"O except that it is documented to be thread-safe (that is, shares
-.\"O a lock with the
-.\"O .BR umask (2)
-.\"O library call).
-ドキュメントによると、この関数は
-スレッド・セーフである
-.RB ( umask (2)
-ライブラリ・コールとロックを共有する)
-点が異なる。
-.\"O .SH "CONFORMING TO"
+ドキュメントによると、この関数は スレッド・セーフである (\fBumask\fP(2)  ライブラリ・コールとロックを共有する)  点が異なる。
 .SH 準拠
-.\"O This is a vaporware GNU extension.
 ドキュメントに書いてあるだけの GNU 拡張である。
-.\"O .SH NOTES
 .SH 注意
-.\"O This function is documented but not implemented yet in glibc,
-.\"O as at version 2.9.
-バージョン 2.9 時点の glibc では、
-この関数についての記載はあるが、まだ実装されていない。
-.\"O .SH "SEE ALSO"
+バージョン 2.9 時点の glibc では、 この関数についての記載はあるが、まだ実装されていない。
 .SH 関連項目
-.BR umask (2)
+\fBumask\fP(2)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。