gnu: fasm: Expand acronym in description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 2 Jan 2020 23:24:19 +0000 (00:24 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 3 Jan 2020 12:54:10 +0000 (13:54 +0100)
* gnu/packages/assembly.scm (fasm)[description]: Expand @acronym.

gnu/packages/assembly.scm

index e7b7557..4217b8f 100644 (file)
@@ -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)))