浏览代码

doc: move footnote to a more appropriate place

Nathalie Furmento 13 年之前
父节点
当前提交
6af13e7c5f
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      doc/chapters/using.texi

+ 5 - 5
doc/chapters/using.texi

@@ -30,7 +30,10 @@ that @code{pkg-config} can find it. For example if StarPU was installed in
 @end example
 
 The flags required to compile or link against StarPU are then
-accessible with the following commands:
+accessible with the following commands@footnote{It is still possible to use the API
+provided in the version 0.9 of StarPU by calling @code{pkg-config}
+with the @code{libstarpu} package. Similar packages are provided for
+@code{libstarpumpi} and @code{libstarpufft}.}:
 
 @example
 % pkg-config --cflags libstarpu-1.0  # options for the compiler
@@ -38,10 +41,7 @@ accessible with the following commands:
 @end example
 
 Also pass the @code{--static} option if the application is to be
-linked statically@footnote{It is still possible to use the API
-provided in the version 0.9 of StarPU by calling @code{pkg-config}
-with the @code{libstarpu} package. Similar packages are provided for
-@code{libstarpumpi} and @code{libstarpufft}.}.
+linked statically.
 
 @node Running a basic StarPU application
 @section Running a basic StarPU application