gnu: cifs-utils: Use @acronym{} in description.

* gnu/packages/samba.scm (cifs-utils)[description]: Substitute Texinfo
@acronym{} for @dfn{}.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-04 02:48:15 +02:00
parent c206f6dda5
commit 22fee8a020
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -113,7 +113,7 @@
,@make-flags)))))))
(synopsis "User-space utilities for Linux CIFS (Samba) mounts")
(description "@code{cifs-utils} is a set of user-space utilities for
mounting and managing @dfn{Common Internet File System} (CIFS) shares using
mounting and managing @acronym{CIFS, Common Internet File System} shares using
the Linux kernel CIFS client.")
(home-page "https://wiki.samba.org/index.php/LinuxCIFS_utils")
;; cifs-utils is licensed as GPL3 or later, but 3 files contain LGPL code.