OSDN Git Service

Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / openpty.3
index d831dc5..b35bd08 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) OpenBSD Group
 .\" All rights reserved.
 .\"
+.\" %%%LICENSE_START(BSD_3_CLAUSE_UCB)
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -24,6 +25,7 @@
 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
+.\" %%%LICENSE_END
 .\"
 .\" Converted into a manpage again by Martin Schulze <joey@infodrom.org>
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH OPENPTY 3 2010\-06\-13 GNU "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 2002 Yuichi SATO
+.\"         all rights reserved.
+.\" Translated Tue Jan 22 21:42:05 JST 2002
+.\"         by Yuichi SATO <ysato@h4.dion.ne.jp>
+.\" Updated Mon Mar  8 2003 by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\" Updated Sun Sep 14 2003 by Akihiro MOTOKI
+.\"
+.TH OPENPTY 3 2014\-08\-19 GNU "Linux Programmer's Manual"
 .SH 名前
 openpty, login_tty, forkpty \- 端末ユーティリティ関数
 .SH 書式
@@ -83,7 +93,7 @@ openpty, login_tty, forkpty \- 端末ユーティリティ関数
 .LP
 \fBopenpty\fP()  または \fBfork\fP(2)  のどちらかが失敗した場合、 \fBforkpty\fP()  は失敗する。
 .SH 準拠
-これらは BSD の関数であり、libc5 と glibc2 に存在する。 POSIX での標準化はされていない。
+これらは BSD の関数であり、 glibc2 に存在する。 POSIX での標準化はされていない。
 .SH 注意
 glibc 2.8 で、 \fBopenpty\fP()  と \fBforkpty\fP()  の構造体へのポインタの引き数に \fBconst\fP
 修飾子が追加された。
@@ -97,6 +107,6 @@ BSD 疑似端末ペアのオープンへと移行する。
 .SH 関連項目
 \fBfork\fP(2), \fBttyname\fP(3), \fBpty\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.78 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。