mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: elfutils: Mark up description.
* gnu/packages/elf.scm (elfutils)[description]: Use @dfn and @command.
This commit is contained in:
parent
2062eae76f
commit
5b707ab601
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ (define-public elfutils
|
|||
(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+)))
|
||||
|
|
Loading…
Reference in a new issue