diff options
| author | Lennart Poettering <lennart@poettering.net> | 2005-12-06 18:36:35 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2005-12-06 18:36:35 +0000 | 
| commit | 0207d73592c3f3aa8aebf4f36a4bfefb2efb0d9c (patch) | |
| tree | e105d3a2d9d02428267787cf0153d2cdbacbc6bd | |
| parent | b6fa96edc8d834c5b538953a7c0a80f532784172 (diff) | |
reword avahi.service man page to state that a unicast DNS name is OK in static services
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1038 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | man/avahi.service.5.xml.in | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/man/avahi.service.5.xml.in b/man/avahi.service.5.xml.in index 168682d..a5fc82a 100644 --- a/man/avahi.service.5.xml.in +++ b/man/avahi.service.5.xml.in @@ -83,11 +83,11 @@        <option>          <p><opt><host-name></opt> The host name of the host that -        provides this service. This should be a mDNS resolvable host -        name. Please note that you need to specify a fully-qualified -        domain name (FQDN) here, i.e. .local is not appended! The host -        name needs not to be part of the domain specified in -        <opt><domain-name></opt>.</p> +        provides this service. This should be a host that is resolvable +        by multicast or unicast DNS. Please note that you need to +        specify a fully-qualified domain name (FQDN) here, i.e. .local +        is not appended implicitly! The host name doesn't need to be part of the +        domain specified in <opt><domain-name></opt>.</p>        </option>        <option>  | 
