~ruther/guix-local

5b707ab60199c34eb9c430460d1ac0dea3dc446d — Tobias Geerinckx-Rice 8 years ago 2062eae
gnu: elfutils: Mark up description.

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

M gnu/packages/elf.scm
M gnu/packages/elf.scm => gnu/packages/elf.scm +2 -2
@@ 62,8 62,8 @@
    (synopsis "Linker and ELF manipulation tools")
    (description
     "This package provides command-line tools to manipulate binaries in the
Executable and Linkable Format (ELF).  This includes ld, ar, objdump,
addr2line, and more.")
Executable and Linkable Format (@dfn{ELF}).  This includes @command{ld},
@command{ar}, @command{objdump}, @command{addr2line}, and more.")

    ;; Libraries are dual-licensed LGPLv3.0+ | GPLv2, and programs are GPLv3+.
    (license lgpl3+)))