From 0999325ad5f92a675c80acca3dfd603928bfebdb 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> --- 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 7b9f7bee01d..1d2a553b768 100644 --- a/docs/man-openmpi/man3/MPI_Recv_init.3.rst +++ b/docs/man-openmpi/man3/MPI_Recv_init.3.rst @@ -51,7 +51,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 8f4ee0a0a29..cc809e23e7f 100644 --- a/docs/man-openmpi/man3/MPI_Rsend_init.3.rst +++ b/docs/man-openmpi/man3/MPI_Rsend_init.3.rst @@ -43,7 +43,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 4c5b6b44e35..192c795cae8 100644 --- a/docs/man-openmpi/man3/MPI_Start.3.rst +++ b/docs/man-openmpi/man3/MPI_Start.3.rst @@ -56,6 +56,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`