From f5336306d4e4bfc2c0bd979bbb4cb875fa922a4a Mon Sep 17 00:00:00 2001 From: scastelli Date: Fri, 6 Jun 2014 09:42:56 +0200 Subject: [PATCH] Small correction in a manpage --- doc/manpage/smpicxx.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manpage/smpicxx.1 b/doc/manpage/smpicxx.1 index cabb8094d9..a53d5d4516 100644 --- a/doc/manpage/smpicxx.1 +++ b/doc/manpage/smpicxx.1 @@ -4,7 +4,7 @@ smpicxx \- SMPI C++ wrapper compiler .SH SYNOPSIS smpicxx … .SH DESCRIPTION -smpicc is just a wrapper around the C++ compiler used to build simgrid, adding the right flags in order to use the simgrid library and SMPI, the MPI implementation within it. Any arguments filled to smpicc will be passed to the underlying compiler directly, of which the \fB\-\-version\fR argument should give the name and the version. Please refer to its documentation in case of trouble. +smpicc is just a wrapper around the C++ compiler used to build simgrid, adding the right flags in order to use the simgrid library and SMPI, the MPI implementation within it. Any arguments filled to smpicxx will be passed to the underlying compiler directly, of which the \fB\-\-version\fR argument should give the name and the version. Please refer to its documentation in case of trouble. .SH ENVIRONMENT VARIABLES All environment variables taken into account by the underlying compiler will be used, but note that the compiler can not be modified. .SH AUTHORS -- 2.20.1