From 3d815bd1c7e344f047a647b959f522085769419e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 21 Apr 1999 15:57:29 +0000 Subject: [PATCH] Added link to xdrlib module in "See also" section. --- Doc/lib/libstruct.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index 453fa203ba2..101762d1933 100644 --- a/Doc/lib/libstruct.tex +++ b/Doc/lib/libstruct.tex @@ -169,5 +169,6 @@ This only works when native size and alignment are in effect; standard size and alignment does not enforce any alignment. \begin{seealso} -\seemodule{array}{packed binary storage of homogeneous data} + \seemodule{array}{packed binary storage of homogeneous data} + \seemodule{xdrlib}{packing and unpacking of XDR data} \end{seealso}