diff --git a/mps/manual/source/code-index.rst b/mps/manual/source/code-index.rst index fe0991f9d79..731072601b4 100644 --- a/mps/manual/source/code-index.rst +++ b/mps/manual/source/code-index.rst @@ -349,7 +349,7 @@ expt825.c Regression test for job000825_. fbmtest.c Free block manager (CBS and Freelist) test. finalcv.c :ref:`topic-finalization` coverage test. finaltest.c :ref:`topic-finalization` test. -forktest.c :ref:`topic-fork-safety` test. +forktest.c :ref:`topic-thread-fork` test. fotest.c Failover allocator test. landtest.c Land test. locbwcss.c Locus backwards compatibility stress test. diff --git a/mps/manual/source/guide/overview.rst b/mps/manual/source/guide/overview.rst index ad5389f7af9..116843e9697 100644 --- a/mps/manual/source/guide/overview.rst +++ b/mps/manual/source/guide/overview.rst @@ -43,6 +43,8 @@ for details. single: Memory Pool System; supported target platforms single: platforms; supported +.. _guide-overview-platforms: + Supported target platforms -------------------------- diff --git a/mps/manual/source/release.rst b/mps/manual/source/release.rst index c1adfeb44c2..bdde9d1e04d 100644 --- a/mps/manual/source/release.rst +++ b/mps/manual/source/release.rst @@ -33,7 +33,8 @@ New features #. The MPS no longer supports Linux 2.4 and 2.5. (These versions used LinuxThreads_ instead of POSIX threads; all major distributions have long since ceased to support these versions and so it is no - longer convenient to test against them.) + longer convenient to test against them.) See + :ref:`guide-overview-platforms`. .. _LinuxThreads: http://pauillac.inria.fr/~xleroy/linuxthreads/