From 81c9effa8462662263c3b4eac2cfae1ef5caae2c Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 8 Apr 2002 17:14:53 +0000 Subject: [PATCH] Further fixes to references git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/body.tex | 2 +- docs/latex/wx/function.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/body.tex b/docs/latex/wx/body.tex index 415d8fd75e..64cc7b1230 100644 --- a/docs/latex/wx/body.tex +++ b/docs/latex/wx/body.tex @@ -404,7 +404,7 @@ which is either wxBIG\_ENDIAN or wxLITTLE\_ENDIAN (in the future maybe wxPDP\_EN as well). The macros handling bit-swapping with respect to the applications endianness -are described in the \helpref{Macros}{macros} section. +are described in the \helpref{Byte order macros}{byteordermacros} section. \section{Conditional compilation} diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 0ac86c78f7..f3c4777e4b 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -2352,7 +2352,7 @@ See also \helpref{wxGetResource}{wxgetresource}, \helpref{wxConfigBase}{wxconfig -\section{Byte order macros}\label{byeordermacros} +\section{Byte order macros}\label{byteordermacros} The endian-ness issues (that is the difference between big-endian and little-endian architectures) are important for the portable programs working