M doc/guix.texi => doc/guix.texi +4 -4
@@ 22408,11 22408,11 @@ List of additional command-line arguments to pass to the daemon.
@end table
@end deftp
-@cindex IWD, Internet Wireless Daemon
+@cindex iwd, iNet Wireless Daemon
@defvar iwd-service-type
-This is the service type to run @acronym{IWD,Internet Wireless Daemon},
-a wireless daemon required to authenticate against encrypted WiFi
-networks.
+This is the service type to run iwd, the
+@uref{https://iwd.wiki.kernel.org/, iNet Wireless Daemon}, a daemon
+required to authenticate against encrypted WiFi networks.
@end defvar
@quotation Warning
M gnu/services/networking.scm => gnu/services/networking.scm +3 -3
@@ 2307,7 2307,7 @@ PHYs names that IWD will not manage.")
shepherd-requirement shepherd-provision)
(list (shepherd-service
- (documentation "Run Internet Wireless Daemon")
+ (documentation "Run the iNet Wireless Daemon, iwd.")
(provision shepherd-provision)
(requirement `(user-processes dbus-system loopback ,@shepherd-requirement))
(start #~(make-forkexec-constructor
@@ 2347,8 2347,8 @@ PHYs names that IWD will not manage.")
add-iwd-package)))
(default-value (iwd-configuration))
(description
- "Run @url{https://iwd.wiki.kernel.org/,Iwd},
-a network connection manager."))))
+ "Run the iNet Wireless Daemon,
+@url{https://iwd.wiki.kernel.org/,iwd}, a network connection manager."))))
;;;