gnu: elfutils: Mark up description.

* gnu/packages/elf.scm (elfutils)[description]: Use @dfn and @command.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-24 18:12:10 +01:00
parent 2062eae76f
commit 5b707ab601
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

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