ソースを参照

doc/chapters/mpi-support.texi: fix text

Nathalie Furmento 12 年 前
コミット
6f3395549a
共有1 個のファイルを変更した3 個の追加2 個の削除を含む
  1. 3 2
      doc/chapters/mpi-support.texi

+ 3 - 2
doc/chapters/mpi-support.texi

@@ -30,7 +30,7 @@ according to the task graph and an application-provided distribution.
 @node Simple Example
 @section Simple Example
 
-The flags required to compile or link against the MPI layer are then
+The flags required to compile or link against the MPI layer are
 accessible with the following commands:
 
 @example
@@ -38,7 +38,8 @@ $ pkg-config --cflags starpumpi-1.0  # options for the compiler
 $ pkg-config --libs starpumpi-1.0    # options for the linker
 @end example
 
-Also pass the @code{--static} option if the application is to be linked statically.
+You also need pass the @code{--static} option if the application is to
+be linked statically.
 
 @cartouche
 @smallexample