From 8e9ba611cbc3c0c7425d44ade0ad5e603d680ff6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès 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(+) (limited to 'gnu') 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 @@ (define-public atlas 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