From 8e9ba611cbc3c0c7425d44ade0ad5e603d680ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 19 Jul 2016 23:03:09 +0200 Subject: gnu: atlas: Use @example in description. * gnu/packages/maths.scm (atlas)[description]: Use "@example". --- gnu/packages/maths.scm | 2 ++ 1 file changed, 2 insertions(+) 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))) -- cgit v1.2.3