diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 00:24:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 13:54:10 +0100 |
commit | caa66bde891d85ab93dcda17ecb2d825f788750d (patch) | |
tree | c1da8b0b3c7bc2af911146e24bf3f157dca16ab3 | |
parent | 8a66b9aa7b4c2ccc4c80c3f798f22a020b47386c (diff) | |
download | patches-caa66bde891d85ab93dcda17ecb2d825f788750d.tar patches-caa66bde891d85ab93dcda17ecb2d825f788750d.tar.gz |
gnu: fasm: Expand acronym in description.
* gnu/packages/assembly.scm (fasm)[description]: Expand @acronym.
-rw-r--r-- | gnu/packages/assembly.scm | 6 |
1 files 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))) |