From caa66bde891d85ab93dcda17ecb2d825f788750d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 3 Jan 2020 00:24:19 +0100 Subject: gnu: fasm: Expand acronym in description. * gnu/packages/assembly.scm (fasm)[description]: Expand @acronym. --- gnu/packages/assembly.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index e7b755798a..4217b8fdad 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -177,9 +177,9 @@ to the clients.") (supported-systems '("x86_64-linux" "i686-linux")) (synopsis "Assembler for x86 processors") (description - "FASM is an assembler that supports x86 and IA-64 Intel architectures. -It does multiple passes to optimize machine code. It has macro abilities and -focuses on operating system portability.") + "@acronym{FASM, the Flat ASseMbler} is an assembler that supports x86 and +IA-64 Intel architectures. It does multiple passes to optimize machine code. +It has macro abilities and focuses on operating system portability.") (home-page "https://flatassembler.net/") (license license:bsd-2))) -- cgit v1.2.3