gnu: pciutils: Tweak description.
* gnu/packages/pciutils.scm (pciutils)[description]: Use @command.
This commit is contained in:
parent
841e06af71
commit
a48da398b3
1 changed files with 2 additions and 1 deletions
|
@ -91,5 +91,6 @@
|
||||||
"The PCI Utilities are a collection of programs for inspecting and
|
"The PCI Utilities are a collection of programs for inspecting and
|
||||||
manipulating configuration of PCI devices, all based on a common portable
|
manipulating configuration of PCI devices, all based on a common portable
|
||||||
library libpci which offers access to the PCI configuration space on a variety
|
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+)))
|
(license license:gpl2+)))
|
||||||
|
|
Reference in a new issue