OSDN Git Service

Update releases for LDP 3.68
[linuxjm/LDP_man-pages.git] / release / man3 / getfsent.3
index efe0021..89d0420 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.
@@ -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
 .\"
 .\" Inspired by a page written by Walter Harms.
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 2002 NAKANO Takeo all rights reserved.
+.\" Translated Wed 7 Aug 2002 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
+.\"
 .TH GETFSENT 3 2002\-02\-28 Linux "Linux Programmer's Manual"
 .SH 名前
 getfsent, getfsspec, getfsfile, setfsent, endfsent \- fstab エントリの処理
@@ -82,7 +88,7 @@ struct fstab {
 構造体へのポインタを返し、 \fBsetfsent\fP()  関数は 1 を返す。 失敗するとこれらの関数は NULL を返し、 end\-of\-file
 になったら 0 を返す。
 .SH 準拠
-POSIX.1\-2001 にはこれらの関数は存在しない。 これらの関数をもつ OS はいくつかあり、 *BSD, SunOS, Digital
+POSIX.1\-2001 にはこれらの関数は存在しない。 これらの関数をもつ OS はいくつかあり、 例えば *BSD, SunOS, Digital
 UNIX, AIX 等である (AIX には \fBgetfstype\fP()  もある)。 HP\-UX にも同名の関数群があるが、 HP\-UX のものは
 \fIfstab\fP 構造体ではなく \fIchecklist\fP 構造体を用いる。 またこれらの関数の呼び出しは obsolete で、
 \fBgetmntent\fP(3)  に取って代わられている。
@@ -94,3 +100,7 @@ Linux ではブロックスペシャルデバイスを複数の場所にマウ
 はマッチした最初のエントリしか返さないので、 これらの 2 つの関数は Linux での利用には適していない。
 .SH 関連項目
 \fBgetmntent\fP(3), \fBfstab\fP(5)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.68 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。