From b156808e01be80b520762dd06786e0181ff8b594 Mon Sep 17 00:00:00 2001 From: xbw <78337767+xbw22109@users.noreply.github.com> Date: Wed, 15 Oct 2025 05:14:43 +0000 Subject: [PATCH] Fix `see-also` errors in the document. Signed-off-by: xbw <78337767+xbw22109@users.noreply.github.com> (cherry picked from commit 0999325ad5f92a675c80acca3dfd603928bfebdb) --- docs/man-openmpi/man3/MPI_Recv_init.3.rst | 2 +- docs/man-openmpi/man3/MPI_Rsend_init.3.rst | 2 +- docs/man-openmpi/man3/MPI_Start.3.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/man-openmpi/man3/MPI_Recv_init.3.rst b/docs/man-openmpi/man3/MPI_Recv_init.3.rst index e47265348f7..cd44cfa63bc 100644 --- a/docs/man-openmpi/man3/MPI_Recv_init.3.rst +++ b/docs/man-openmpi/man3/MPI_Recv_init.3.rst @@ -92,7 +92,7 @@ ERRORS * :ref:`MPI_Bsend_init` * :ref:`MPI_Rsend_init` * :ref:`MPI_Send_init` - * MPI_Sssend_init + * :ref:`MPI_Ssend_init` * :ref:`MPI_Start` * :ref:`MPI_Startall` * :ref:`MPI_Request_free` diff --git a/docs/man-openmpi/man3/MPI_Rsend_init.3.rst b/docs/man-openmpi/man3/MPI_Rsend_init.3.rst index b76563e8b66..77a18d9b5a6 100644 --- a/docs/man-openmpi/man3/MPI_Rsend_init.3.rst +++ b/docs/man-openmpi/man3/MPI_Rsend_init.3.rst @@ -84,7 +84,7 @@ ERRORS .. seealso:: * :ref:`MPI_Bsend_init` * :ref:`MPI_Send_init` - * MPI_Sssend_init + * :ref:`MPI_Ssend_init` * :ref:`MPI_Recv_init` * :ref:`MPI_Start` * :ref:`MPI_Startall` diff --git a/docs/man-openmpi/man3/MPI_Start.3.rst b/docs/man-openmpi/man3/MPI_Start.3.rst index 1cb01efb6d8..16a49d4e288 100644 --- a/docs/man-openmpi/man3/MPI_Start.3.rst +++ b/docs/man-openmpi/man3/MPI_Start.3.rst @@ -90,6 +90,6 @@ ERRORS * :ref:`MPI_Bsend_init` * :ref:`MPI_Rsend_init` * :ref:`MPI_Send_init` - * MPI_Sssend_init + * :ref:`MPI_Ssend_init` * :ref:`MPI_Recv_init` * :ref:`MPI_Startall`