OSDN Git Service

(split) LDP: Update release (3.64)
[linuxjm/LDP_man-pages.git] / release / man3 / makedev.3
index fc2aaec..ebffc4f 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2008 Linux Foundation, written by 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.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 2012  Akihiro MOTOKI
+.\"         all rights reserved.
+.\" Translated 2012-05-08, Akihiro MOTOKI <amotoki@gmail.com>
+.\"
 .TH MAKEDEV 3 2012\-05\-10 Linux "Linux Programmer's Manual"
 .SH 名前
 makedev, major, minor \- デバイス番号の操作
@@ -38,7 +45,6 @@ makedev, major, minor \- デバイス番号の操作
 
 \fBunsigned int major(dev_t \fP\fIdev\fP\fB);\fP
 \fBunsigned int minor(dev_t \fP\fIdev\fP\fB);\fP
-
 .fi
 .SH 説明
 デバイス ID は、メジャー ID とマイナー ID の二つの部分から構成される。
@@ -67,6 +73,6 @@ glibc 2.3.3 以降では、これらは GNU 固有の 3 つの関数
 .SH 関連項目
 \fBmknod\fP(2), \fBstat\fP(2)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.64 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。