diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-07-19 23:03:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-19 23:03:30 +0200 |
commit | 8e9ba611cbc3c0c7425d44ade0ad5e603d680ff6 (patch) | |
tree | f541114f4be442299f1f10eba6339cbd0feb948c /gnu | |
parent | d97c429a34b432bfae4be4bb5c8b727def8eb117 (diff) | |
download | patches-8e9ba611cbc3c0c7425d44ade0ad5e603d680ff6.tar patches-8e9ba611cbc3c0c7425d44ade0ad5e603d680ff6.tar.gz |
gnu: atlas: Use @example in description.
* gnu/packages/maths.scm (atlas)[description]: Use "@example".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
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))) |