diff options
author | Tobias Burnus <burnus@net-b.de> | 2011-02-24 22:58:06 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2011-02-24 22:58:06 +0100 |
commit | 0024f1af57cf835d1cd15cd815d83b1f82db49e9 (patch) | |
tree | ac51d94127c2f29c21a829d32288237e26da370f /libgomp/libgomp.texi | |
parent | 8f17e00c2f57c10af41495a8de03f944e4ec0648 (diff) | |
download | gcc-0024f1af57cf835d1cd15cd815d83b1f82db49e9.zip gcc-0024f1af57cf835d1cd15cd815d83b1f82db49e9.tar.gz gcc-0024f1af57cf835d1cd15cd815d83b1f82db49e9.tar.bz2 |
libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
2011-02-24 Tobias Burnus <burnus@net-b.de>
* libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
From-SVN: r170479
Diffstat (limited to 'libgomp/libgomp.texi')
-rw-r--r-- | libgomp/libgomp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index dce6ba8..5819943 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -1275,7 +1275,7 @@ error is reported and the initial stacksize is left unchanged. If undefined, the stack size is system dependent. @item @emph{See also}: -@ref{GOMP_STACKSIZE} +@ref{OMP_STACKSIZE} @item @emph{Reference}: @uref{http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00493.html, |