diff --git a/ja_JP.eucJP/man/man8/loader.8 b/ja_JP.eucJP/man/man8/loader.8 index 02d1f9fa9a..570fee6670 100644 --- a/ja_JP.eucJP/man/man8/loader.8 +++ b/ja_JP.eucJP/man/man8/loader.8 @@ -650,6 +650,14 @@ This is the STRING word set's .It Ic .# .Ic . と同様に動作しますが、後続の空白を表示しません。 +.It Ic fclose Pq Ar fd -- +ファイルをクローズします。 +.It Ic fkey Pq Ar fd -- char +ファイルから 1 文字読み込みます。 +.It Ic fload Pq Ar fd -- +ファイル +.Em fd +を処理します。 .It Ic fopen Pq Ar addr len mode Li -- Ar fd ファイルをオープンします。ファイル記述子を返します。 失敗時には \-1 を返します。 @@ -662,17 +670,6 @@ This is the STRING word set's が .Pa /boot/support.4th で定義され、それぞれ読み込み専用、書き込み専用、読み書きを示します。 -.It Ic fclose Pq Ar fd -- -ファイルをクローズします。 -.It Ic fkey Pq Ar fd -- char -ファイルから 1 文字読み込みます。 -.It Ic fload Pq Ar fd -- -ファイル -.Em fd -を処理します。 -.It Ic fopen Pq Ar addr len -- fd -ファイルをオープンします。 -ファイル記述子を返すか、失敗時には -1 を返します。 .It Xo .Ic fread .Pq Ar fd addr len -- len' @@ -686,7 +683,7 @@ This is the STRING word set's へ読み込もうとします。 実際に読み込んだバイト数を返します。 エラー時またはファイルの終了の場合には -1 を返します。 -.It Ic heap +.It Ic heap? Pq -- Ar cells ディレクトリヒープ中に残された空間を、セル数の単位で返します。 これは、動的なメモリ割り当ての意味で使われるヒープとは無関係です。 .It Ic inb Pq Ar port -- char