diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-08 16:33:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-08 16:35:32 +0200 |
commit | 965a7332201af37059bdaf97dc2ec21249bc9d32 (patch) | |
tree | 1f92acc8b3c264a22bd17b990ead565d3e9bef45 /gnu/services/avahi.scm | |
parent | 04e4e6ab51f271298f9a001ba5c8c6ae6426fd64 (diff) | |
download | patches-965a7332201af37059bdaf97dc2ec21249bc9d32.tar patches-965a7332201af37059bdaf97dc2ec21249bc9d32.tar.gz |
doc: Document 'avahi-service'.
* gnu/services/avahi.scm (avahi-service): Add URL in docstring.
* doc/guix.texi (Networking Services): Document it.
(Name Service Switch): Fix cross-reference.
Diffstat (limited to 'gnu/services/avahi.scm')
-rw-r--r-- | gnu/services/avahi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/avahi.scm b/gnu/services/avahi.scm index 0a56f3d7f6..a3ca5ab6fb 100644 --- a/gnu/services/avahi.scm +++ b/gnu/services/avahi.scm @@ -63,7 +63,7 @@ (domains-to-browse '())) "Return a service that runs @command{avahi-daemon}, a system-wide mDNS/DNS-SD responder that allows for service discovery and -\"zero-configuration\" host name lookups. +\"zero-configuration\" host name lookups (see @uref{http://avahi.org/}). If @var{host-name} is different from @code{#f}, use that as the host name to publish for this machine; otherwise, use the machine's actual host name. |