]> xenbits.xensource.com Git - people/andrewcoop/hwloc.git/commitdiff
NEWS: minor fixes
authorBrice Goglin <Brice.Goglin@inria.fr>
Mon, 3 Feb 2014 18:33:07 +0000 (19:33 +0100)
committerBrice Goglin <Brice.Goglin@inria.fr>
Mon, 3 Feb 2014 18:33:07 +0000 (19:33 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 45a8d1e88468ec75a4de7a0d761a85a3e0a165e8..72c975bfbccf3fc82d26d9bb2e5e4239006afafb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -358,7 +358,7 @@ Version 1.5.0
     - Packagers splitting lstopo and lstopo-no-graphics into different
       packages are advised to use the alternatives system so that lstopo
       points to the best available binary.
-  + Instruction caches are enabled in lstopo by default. User --no-icaches
+  + Instruction caches are enabled in lstopo by default. Use --no-icaches
     to disable them.
   + Add -t/--threads to show threads in hwloc-ps.
 * Removal of obsolete components
@@ -426,7 +426,7 @@ Version 1.4.1
 * Fix helpers converting from Linux libnuma to hwloc (hwloc/linux-libnuma.h)
   in case of out-of-order NUMA node ids.
 * Fix some overzealous assertions in the distance grouping code.
-* Workaround BIOS reporting empty I/O locality in cuda and openfabrics
+* Workaround BIOS reporting empty I/O locality in CUDA and OpenFabrics
   helpers on Linux. Thanks to Albert Solernou for reporting the problem.
 * Install a valgrind suppressions file hwloc-valgrind.supp (see the FAQ).
 * Fix memory binding documentation. Thanks to Karl Napf for reporting the