commit | 3d815bd1c7e344f047a647b959f522085769419e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Apr 21 15:57:29 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Apr 21 15:57:29 1999 +0000 |
tree | ed4b8e3c80feec674eb9abe54e3cb7f952eede23 | |
parent | da4b25e0d99a13b25cae675127774bfd2bb55f2d [diff] [blame] |
Added link to xdrlib module in "See also" section.
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index 453fa20..101762d 100644 --- a/Doc/lib/libstruct.tex +++ b/Doc/lib/libstruct.tex
@@ -169,5 +169,6 @@ 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}