Hi, Just noticed a typo in MPI_Info_get_nkeys/MPI_Info_get_nthkey man pages. The last cross-reference is 'MPI_Info_get_valueln' where it should be 'MPI_Info_get_valuelen'.
The attached patch should fix them. AFAIK all versions are affected (master, 2.x and 1.10). Thanks. -- Nicolas Joly Cluster & Computing Group Biology IT Center Institut Pasteur, Paris.
diff --git a/ompi/mpi/man/man3/MPI_Info_get_nkeys.3in b/ompi/mpi/man/man3/MPI_Info_get_nkeys.3in index 50a58e4..14df503 100644 --- a/ompi/mpi/man/man3/MPI_Info_get_nkeys.3in +++ b/ompi/mpi/man/man3/MPI_Info_get_nkeys.3in @@ -60,6 +60,6 @@ MPI_Info_get .br MPI_Info_get_nthkey .br -MPI_Info_get_valueln +MPI_Info_get_valuelen .br diff --git a/ompi/mpi/man/man3/MPI_Info_get_nthkey.3in b/ompi/mpi/man/man3/MPI_Info_get_nthkey.3in index 1388b6a..6d0b066 100644 --- a/ompi/mpi/man/man3/MPI_Info_get_nthkey.3in +++ b/ompi/mpi/man/man3/MPI_Info_get_nthkey.3in @@ -65,6 +65,6 @@ MPI_Info_get .br MPI_Info_get_nkeys .br -MPI_Info_get_valueln +MPI_Info_get_valuelen .br
_______________________________________________ users mailing list users@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/users