summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-22 19:17:22 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-22 19:17:22 +0000
commit3d2e4c94cfe378c874f191348bd5a66a0208dcf1 (patch)
treeb79234566f90d5d16dbc2201a319cf02026cd10c
parentb96d1aad77ed914fc7d48d386e9498aa4ab379ca (diff)
man page update
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1099 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--man/avahi-bookmarks.1.xml.in16
1 files changed, 14 insertions, 2 deletions
diff --git a/man/avahi-bookmarks.1.xml.in b/man/avahi-bookmarks.1.xml.in
index f43fa46..25661f6 100644
--- a/man/avahi-bookmarks.1.xml.in
+++ b/man/avahi-bookmarks.1.xml.in
@@ -55,11 +55,23 @@
<optdesc><p>Create links pointing to mDNS host names instead
of resolved IP addreses. This is only compatible with your
browser if you run some kind of local NSS module to resolve
- mDNS host names (e.g. nss-mdns).</p></optdesc>
+ mDNS host names (e.g. nss-mdns). If both -A and -H are ommited
+ avahi-bookmarks detects whether NSS support is available
+ locally. This option conflicts with -A.</p></optdesc>
</option>
+
+ <option>
+ <p><opt>-A | --addresses</opt></p>
+ <optdesc><p>Create links pointing to numeric IP addresses
+ instead of mDNS host names. This will break access to hosts
+ running virtual servers. If both -A and -H are ommited
+ avahi-bookmarks detects whether NSS support is available
+ locally. This option conflicts with -H.</p></optdesc>
+ </option>
+
<option>
- <p><opt>-d | --domain</opt> <arg>DOMAIN</arg></p>
+ <p><opt>-d | --domain</opt>=<arg>DOMAIN</arg></p>
<optdesc><p>The domain to browse for services in.</p></optdesc>
</option>