gnu: elfutils: Mark up description.
* gnu/packages/elf.scm (elfutils)[description]: Use @dfn and @command.
This commit is contained in:
parent
2062eae76f
commit
5b707ab601
|
@ -62,8 +62,8 @@
|
||||||
(synopsis "Linker and ELF manipulation tools")
|
(synopsis "Linker and ELF manipulation tools")
|
||||||
(description
|
(description
|
||||||
"This package provides command-line tools to manipulate binaries in the
|
"This package provides command-line tools to manipulate binaries in the
|
||||||
Executable and Linkable Format (ELF). This includes ld, ar, objdump,
|
Executable and Linkable Format (@dfn{ELF}). This includes @command{ld},
|
||||||
addr2line, and more.")
|
@command{ar}, @command{objdump}, @command{addr2line}, and more.")
|
||||||
|
|
||||||
;; Libraries are dual-licensed LGPLv3.0+ | GPLv2, and programs are GPLv3+.
|
;; Libraries are dual-licensed LGPLv3.0+ | GPLv2, and programs are GPLv3+.
|
||||||
(license lgpl3+)))
|
(license lgpl3+)))
|
||||||
|
|
Loading…
Reference in New Issue