3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: atlas: Use @example in description.

* gnu/packages/maths.scm (atlas)[description]: Use "@example".
This commit is contained in:
Ludovic Courtès 2016-07-19 23:03:09 +02:00
parent d97c429a34
commit 8e9ba611cb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)))