Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d34cd3

Browse files
committed
Minor nit fixes based on suggestions from Ka-Ping Yee <[email protected]>.
Added "See also" section with relevant RFC references.
1 parent 2540788 commit 2d34cd3

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

Doc/lib/libxdrlib.tex

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
\section{\module{xdrlib} ---
2-
Encode and decode XDR data.}
3-
\declaremodule{standard}{xdrlib}
2+
Encode and decode XDR data}
43

4+
\declaremodule{standard}{xdrlib}
55
\modulesynopsis{Encoders and decoders for the External Data
6-
Representation (XDR).}
6+
Representation (XDR).}
77

88
\index{XDR}
99
\index{External Data Representation}
1010

11-
1211
The \module{xdrlib} module supports the External Data Representation
1312
Standard as described in \rfc{1014}, written by Sun Microsystems,
1413
Inc. June 1987. It supports most of the data types described in the
@@ -30,6 +29,17 @@ \section{\module{xdrlib} ---
3029
\end{classdesc}
3130

3231

32+
\begin{seealso}
33+
\seerfc{1014}{XDR: External Data Representation Standard}{This RFC
34+
defined the encoding of data which was XDR at the time
35+
this module was originally written. It has
36+
appearantly been obsoleted by \rfc{1832}.}
37+
38+
\seerfc{1832}{XDR: External Data Representation Standard}{Newer RFC
39+
that provides a revised definition of XDR.}
40+
\end{seealso}
41+
42+
3343
\subsection{Packer Objects \label{xdr-packer-objects}}
3444

3545
\class{Packer} instances have the following methods:

0 commit comments

Comments
 (0)