From 3202a16e7d5569ced88e6d7d4dfdd61926f35838 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Fri, 4 Dec 2020 22:05:53 +0100 Subject: [PATCH] Fix man-page for MPI_File_set_view The datarep may not be NULL, as check was added in ba955883329. Signed-off-by: Rainer Keller --- ompi/mpi/man/man3/MPI_File_set_view.3in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/man/man3/MPI_File_set_view.3in b/ompi/mpi/man/man3/MPI_File_set_view.3in index cc4d4691bf..5b6a099e39 100644 --- a/ompi/mpi/man/man3/MPI_File_set_view.3in +++ b/ompi/mpi/man/man3/MPI_File_set_view.3in @@ -112,7 +112,7 @@ The displacement argument specifies the position (absolute offset in bytes from the beginning of the file) where the view begins. .sp -The MPI_File_set_view interface allows the user to pass a data-representation string to MPI I/O via the \fIdatarep\fP argument. To obtain the default value (or "native"), pass NULL. The user can also pass information via the \fIinfo\fP argument. See the HINTS section for a list of hints that can be set. For more information, see the MPI-2 standard. +The MPI_File_set_view interface allows the user to pass a data-representation string to MPI I/O via the \fIdatarep\fP argument. To obtain the default value pass the value "native". The user can also pass information via the \fIinfo\fP argument. See the HINTS section for a list of hints that can be set. For more information, see the MPI-2 standard. .SH HINTS .ft R