~ruther/guix-local

a48da398b3ee279c54db7ea70b3c3195acf5c94b — Ludovic Courtès 8 years ago 841e06a
gnu: pciutils: Tweak description.

* gnu/packages/pciutils.scm (pciutils)[description]: Use @command.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/pciutils.scm
M gnu/packages/pciutils.scm => gnu/packages/pciutils.scm +2 -1
@@ 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+)))