nckx pushed a commit to branch master
in repository guix.
commit 22fee8a020e632764d830af1a542910278d25c24
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Oct 4 02:48:15 2021 +0200
gnu: cifs-utils: Use @acronym{} in description.
* gnu/packages/samba.scm (cifs-utils)[description]: Substitute Texinfo
@acronym{} for @dfn{}.
---
gnu/packages/samba.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 1a9e765..db2a75d 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -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.