OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / xdr.3
index e09a17b..5263028 100644 (file)
@@ -24,9 +24,9 @@ and make use of the following types:
 .in +4n
 .nf
 
-typedef int \fIbool_t\fP;
+.BI "typedef int " bool_t ;
 
-typedef bool_t (*\fIxdrproc_t\fP) (XDR *, void *,...);
+.BI "typedef bool_t (*" xdrproc_t ") (XDR *, void *,...);"
 .fi
 .in
 .LP
@@ -182,7 +182,7 @@ to a contiguous piece of the stream's buffer;
 .I len
 is the byte length of the desired buffer.
 Note: pointer is cast to
-.IR "long *" .
+.IR "long\ *" .
 .IP
 Warning:
 .BR xdr_inline ()
@@ -249,7 +249,7 @@ This routine returns one if it succeeds, zero otherwise.
 .IP
 Like
 .BR xdr_reference ()
-except that it serializes NULL pointers, whereas
+except that it serializes null pointers, whereas
 .BR xdr_reference ()
 does not.
 Thus,
@@ -348,7 +348,7 @@ is an XDR procedure that filters the structure
 between its C form and its external representation.
 This routine returns one if it succeeds, zero otherwise.
 .IP
-Warning: this routine does not understand NULL pointers.
+Warning: this routine does not understand null pointers.
 Use
 .BR xdr_pointer ()
 instead.
@@ -552,3 +552,12 @@ eXternal Data Representation: Sun Technical Notes
 RFC\ 1014, Sun Microsystems, Inc.,
 USC-ISI.
 .RE
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.