aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-07-19 23:03:09 +0200
committerLudovic Courtès <ludo@gnu.org>2016-07-19 23:03:30 +0200
commit8e9ba611cbc3c0c7425d44ade0ad5e603d680ff6 (patch)
treef541114f4be442299f1f10eba6339cbd0feb948c
parentd97c429a34b432bfae4be4bb5c8b727def8eb117 (diff)
downloadguix-8e9ba611cbc3c0c7425d44ade0ad5e603d680ff6.tar
guix-8e9ba611cbc3c0c7425d44ade0ad5e603d680ff6.tar.gz
gnu: atlas: Use @example in description.
* gnu/packages/maths.scm (atlas)[description]: Use "@example".
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 776963e567..b8ec213d8b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2122,7 +2122,9 @@ the machine where it is installed, without resorting to pre-built substitutes.
Before building the library, CPU throttling should be disabled. This can be
done in the BIOS, or, on GNU/Linux, with the following command:
+@example
# cpupower --governor performance
+@end example
Failure to do so will result in a library with poor performance.")
(license license:bsd-3)))