OSDN Git Service

(split) LDP: Update drafts based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / draft / man3 / xdr.3
index 16fbced..48cb0b4 100644 (file)
@@ -25,9 +25,9 @@ xdr \- 外部データ表現(XDR)のためのライブラリ・ルーティン
 .in +4n
 .nf
 
-typedef int \fIbool_t\fP;
+\fBtypedef int \fP\fIbool_t\fP\fB;\fP
 
-typedef bool_t (*\fIxdrproc_t\fP) (XDR *, void *,...);
+\fBtypedef bool_t (*\fP\fIxdrproc_ti\fP\fB) (XDR *, void *,...);\fP
 .fi
 .in
 .LP
@@ -116,9 +116,10 @@ C の \fI浮動小数点数 (float)\fP とその外部表現との変換を行
 \fBlong *xdr_inline(XDR *\fP\fIxdrs\fP\fB, int \fP\fIlen\fP\fB);\fP
 .fi
 .IP
-このマクロは XDR ストリーム \fIxdrs\fP に関連付けられた内部(inline)ルーティンを呼び出す。
-ルーティンはストリームのバッファーの連続する断片へのポインターを返す。 \fIlen\fP は要求するバッファーのバイト長である。 注意: ポインターは
-\fIlong *\fP にキャストされる。
+A macro that invokes the inline routine associated with the XDR stream,
+\fIxdrs\fP.  The routine returns a pointer to a contiguous piece of the
+stream's buffer; \fIlen\fP is the byte length of the desired buffer.  Note:
+pointer is cast to \fIlong\ *\fP.
 .IP
 警告: \fBxdr_inline\fP()  はバッファーの連続する断片を割り当てることができなかった場合には NULL (0)を返すかもしれない。
 どの場合もその動作はストリームの実体によって変化するかもしれない。 これは効率化のために存在している。
@@ -323,6 +324,6 @@ eXternal Data Representation: Sun Technical Notes
 Inc., USC\-ISI.
 .RE
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。