diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-24 18:12:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 00:09:19 +0100 |
commit | 5b707ab60199c34eb9c430460d1ac0dea3dc446d (patch) | |
tree | d812c1454772d097aedab2530d553c98091ebad0 /gnu/packages | |
parent | 2062eae76f89665a2ec12aab3dd1a2196547fd63 (diff) | |
download | guix-5b707ab60199c34eb9c430460d1ac0dea3dc446d.tar guix-5b707ab60199c34eb9c430460d1ac0dea3dc446d.tar.gz |
gnu: elfutils: Mark up description.
* gnu/packages/elf.scm (elfutils)[description]: Use @dfn and @command.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/elf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index 5cdf9cafa3..876014a850 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm @@ -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+))) |