summaryrefslogtreecommitdiff
path: root/gnu/packages/pciutils.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-07-10 10:45:30 +0200
committerLudovic Courtès <ludo@gnu.org>2017-07-10 10:45:30 +0200
commita48da398b3ee279c54db7ea70b3c3195acf5c94b (patch)
tree74aecf854997f24b787ffa4d6405a2e91bd4b4f9 /gnu/packages/pciutils.scm
parent841e06af71d264b5fbec56f96aec8aa933fbeab2 (diff)
downloadguix-patches-a48da398b3ee279c54db7ea70b3c3195acf5c94b.tar
guix-patches-a48da398b3ee279c54db7ea70b3c3195acf5c94b.tar.gz
gnu: pciutils: Tweak description.
* gnu/packages/pciutils.scm (pciutils)[description]: Use @command.
Diffstat (limited to 'gnu/packages/pciutils.scm')
-rw-r--r--gnu/packages/pciutils.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index 51962d2739..e428aaedb0 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -91,5 +91,6 @@
"The PCI Utilities are a collection of programs for inspecting and
manipulating configuration of PCI devices, all based on a common portable
library libpci which offers access to the PCI configuration space on a variety
-of operating systems. This includes the 'lspci' and 'setpci' commands.")
+of operating systems. This includes the @command{lspci} and @command{setpci}
+commands.")
(license license:gpl2+)))