OSDN Git Service

Update draft for LDP 3.67
[linuxjm/LDP_man-pages.git] / draft / man3 / clearenv.3
index b0be523..5cfa6ce 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 2001 John Levon <moz@compsoc.man.ac.uk>
 .\"
+.\" %%%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.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Additions, aeb, 2001-10-17.
 .\"*******************************************************************
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 2001-2002 Yuichi SATO
+.\"         all rights reserved.
+.\" Translated Sun Nov  4 22:46:03 JST 2001
+.\"         by Yuichi SATO <ysato@h4.dion.ne.jp>
+.\" Updated & Modifined Mon Jul 15 02:10:29 JST 2002 by Yuichi SATO
+.\"
 .TH CLEARENV 3 2010\-10\-04 Linux "Linux Programmer's Manual"
 .SH 名前
 clearenv \- 環境 (environment) をクリアする
@@ -53,7 +62,7 @@ libc4, libc5 では使用できない。 glibc 2.0 以降の glibc で使用で
 (DG/UX, HP\-UX, QNX, などの) 多くの UNIX 系 OS。 (FORTRAN77 へのバインディングである) POSIX.9。
 POSIX.1\-1996 では \fBclearenv\fP()  と \fBputenv\fP(3)  は採用されなかったが、
 方針が変更され、この標準規格の以降の号 (B.4.6.1 を参照) では 採用されることになった。 しかし POSIX.1\-2001 では
-\fBputenv\fP(3)  しか追加されず、 \fBclearenv\fP()  の追加は否決された。
+\fBputenv\fP(3) だけが追加され、 \fBclearenv\fP()  の追加は否決された。
 .SH 注意
 この関数はセキュリティに考慮したアプリケーションで使われる。 この関数が使用できない場合は、
 .nf
@@ -70,6 +79,6 @@ DG/UX と Tru64 man ページには次のように記されている: \fIenvir
 .SH 関連項目
 \fBgetenv\fP(3), \fBputenv\fP(3), \fBsetenv\fP(3), \fBunsetenv\fP(3), \fBenviron\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。