diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-09-28 22:58:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-09-28 22:58:10 +0200 |
commit | f63adbf6f91ca77b133212e84a6cef7ac12d9b2a (patch) | |
tree | d3a0e370f988ffcf5fe16da878edc9d4c3e31538 /doc | |
parent | 67cf25e6cd2cdeb5ef0d2404cb753290d4033fc8 (diff) | |
download | guix-f63adbf6f91ca77b133212e84a6cef7ac12d9b2a.tar.gz |
doc: Tweak wsdd wording.
* doc/guix.texi (Samba Services)[Web Service Discovery Daemon]: Tweak wording.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index af44276ff1..84f7064faf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -31397,17 +31397,17 @@ Enable the @code{winbindd} daemon. @end table @end deftp -@cindex wsdd +@cindex wsdd, Web service discovery daemon @subsubheading Web Service Discovery Daemon -Web Service Discovery Daemon implements +The @acronym{WSDD, Web Service Discovery daemon} implements the @uref{http://docs.oasis-open.org/ws-dd/discovery/1.1/os/wsdd-discovery-1.1-spec-os.html, -Web Services Dynamic Discovery} protocol that enables host discovery -- -similar to Avahi -- over Multicast DNS. It is a drop-in replacement for -SMB hosts that have had SMBv1 disabled for security reasons. +Web Services Dynamic Discovery} protocol that enables host discovery +over Multicast DNS, similar to what Avahi does. It is a drop-in +replacement for SMB hosts that have had SMBv1 disabled for security +reasons. @defvr {Scheme Variable} wsdd-service-type - Service type for the WSD host daemon. The value for this service type is a @code{wsdd-configuration} record. The details for the @code{wsdd-configuration} record type are given below. |