diff options
Diffstat (limited to 'network/avahi/man/man1')
-rw-r--r-- | network/avahi/man/man1/avahi-bookmarks.1 | 33 | ||||
-rw-r--r-- | network/avahi/man/man1/avahi-browse.1 | 66 | ||||
-rw-r--r-- | network/avahi/man/man1/avahi-discover.1 | 16 | ||||
-rw-r--r-- | network/avahi/man/man1/avahi-publish.1 | 52 | ||||
-rw-r--r-- | network/avahi/man/man1/avahi-resolve.1 | 49 | ||||
-rw-r--r-- | network/avahi/man/man1/avahi-set-host-name.1 | 24 | ||||
-rw-r--r-- | network/avahi/man/man1/bssh.1 | 36 |
7 files changed, 276 insertions, 0 deletions
diff --git a/network/avahi/man/man1/avahi-bookmarks.1 b/network/avahi/man/man1/avahi-bookmarks.1 new file mode 100644 index 0000000000..80b89f1c1b --- /dev/null +++ b/network/avahi/man/man1/avahi-bookmarks.1 @@ -0,0 +1,33 @@ +.TH avahi-bookmarks 1 User Manuals +.SH NAME +avahi-bookmarks \- Web service showing mDNS/DNS-SD announced HTTP services using the Avahi daemon +.SH SYNOPSIS +\fBavahi-bookmarks +\f1 +.SH DESCRIPTION +A web service for listing HTTP services that are announced via mDNS/DNS-SD using the Avahi daemon. avahi-bookmarks opens a TCP socket on port 8080 and waits for incoming HTTP connections returning a dynamic web site containing links to all services of type _http._tcp on the LAN. Point your browser to http://localhost:8080/ to make use of avahi-bookmarks. +.SH OPTIONS +.TP +\fB-p | --port=\f1 \fIPORT\f1 +Specify a TCP port number to listen on. If omitted defaults to 8080. +.TP +\fB-a | --address=\f1 \fIaddress\f1 +Specify an IP address to listen on. If omitted defaults to 127.0.0.1. Specify 0.0.0.0 if you want to allow remote access. +.TP +\fB-H | --host-names\f1 +Create links pointing to mDNS host names instead of resolved IP addresses. 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). If both -A and -H are omitted avahi-bookmarks detects whether NSS support is available locally. This option conflicts with -A. +.TP +\fB-A | --addresses\f1 +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 omitted avahi-bookmarks detects whether NSS support is available locally. This option conflicts with -H. +.TP +\fB-d | --domain\f1=\fIDOMAIN\f1 +The domain to browse for services in. +.TP +\fB-h | --help\f1 +Show help +.SH AUTHORS +The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 +.SH SEE ALSO +\fBavahi-browse(1)\f1, \fBavahi-daemon(8)\f1 +.SH COMMENTS +This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. diff --git a/network/avahi/man/man1/avahi-browse.1 b/network/avahi/man/man1/avahi-browse.1 new file mode 100644 index 0000000000..11d17cb880 --- /dev/null +++ b/network/avahi/man/man1/avahi-browse.1 @@ -0,0 +1,66 @@ +.TH avahi-browse 1 User Manuals +.SH NAME +avahi-browse \- Browse for mDNS/DNS-SD services using the Avahi daemon +.SH SYNOPSIS +\fBavahi-browse [\fIoptions\fB] \fIservice-type\fB + +avahi-browse [\fIoptions\fB] --all\fB + +avahi-browse [\fIoptions\fB] --browse-domains\fB + +avahi-browse [\fIoptions\fB] --dump-db\fB + +avahi-browse-domains [\fIoptions\fB] +\f1 +.SH DESCRIPTION +Browse for mDNS/DNS-SD network services and browsing domains using the Avahi daemon. +.SH OPTIONS +Specify a DNS-SD service type (e.g. _http._tcp) to browse for on the command line, or \fB-a\f1 to browse for all available service types. Items that appear on the network are prefixed with "+", items that disappear are prefixed with "-". If \fB--resolve\f1 is passed items that are resolved are prefixed with "=". +.TP +\fB-a | --all\f1 +Browse for all service types registered on the LAN, not just the one specified on the command line. +.TP +\fB-D | --browse-domains\f1 +Browse for browsing domains instead for services. avahi-browse-domains is equivalent to avahi-browse --browse-domains +.TP +\fB-d | --domain=\f1 \fIDOMAIN\f1 +Browse in the specified domain. If omitted avahi-browse will browse in the default browsing domain (usually: local) +.TP +\fB-v | --verbose\f1 +Enable verbose mode. +.TP +\fB-t | --terminate\f1 +Terminate after dumping a more or less complete list. +.TP +\fB-c | --cache\f1 +Terminate after dumping all entries available in the cache. +.TP +\fB-l | --ignore-local\f1 +Ignore local services, show only remote services. +.TP +\fB-r | --resolve\f1 +Automatically resolve services found. +.TP +\fB-f | --no-fail\f1 +Don't fail if the daemon is not found running. Instead, wait until it appears. If it disconnects, try to reconnect. +.TP +\fB-p | --parsable\f1 +Make output easily parsable for usage in scripts. If enabled fields are separated by semicolons (;), service names are escaped. It is recommended to combine this with \fB--no-db-lookup\f1. +.TP +\fB-k | --no-db-lookup\f1 +Don't lookup services types in service type database. +.TP +\fB-b | --dump-db\f1 +Dump the service type database (may be combined with -k) +.TP +\fB-h | --help\f1 +Show help. +.TP +\fB-V | --version\f1 +Show version information. +.SH AUTHORS +The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 +.SH SEE ALSO +\fBavahi-publish(1)\f1, \fBavahi-resolve(1)\f1, \fBavahi-daemon(8)\f1 +.SH COMMENTS +This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. diff --git a/network/avahi/man/man1/avahi-discover.1 b/network/avahi/man/man1/avahi-discover.1 new file mode 100644 index 0000000000..085ff1354e --- /dev/null +++ b/network/avahi/man/man1/avahi-discover.1 @@ -0,0 +1,16 @@ +.TH avahi-discover 1 User Manuals +.SH NAME +avahi-discover \- Browse for mDNS/DNS-SD services using the Avahi daemon +.SH SYNOPSIS +\fBavahi-discover +\f1 +.SH DESCRIPTION +Show a real-time graphical browse list for mDNS/DNS-SD network services running on the local LAN using the Avahi daemon. +.SH OPTIONS +avahi-discover takes no command line arguments at the moment. +.SH AUTHORS +The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 +.SH SEE ALSO +\fBavahi-daemon(8)\f1, \fBavahi-browse(1)\f1 +.SH COMMENTS +This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. diff --git a/network/avahi/man/man1/avahi-publish.1 b/network/avahi/man/man1/avahi-publish.1 new file mode 100644 index 0000000000..c6bd857d4b --- /dev/null +++ b/network/avahi/man/man1/avahi-publish.1 @@ -0,0 +1,52 @@ +.TH avahi-publish-service 1 User Manuals +.SH NAME +avahi-publish-service \- Register an mDNS/DNS-SD service or host name or address mapping using the Avahi daemon +.SH SYNOPSIS +\fBavahi-publish -s [\fIoptions\fB] \fIname\fB \fIservice-type\fB \fIport\fB [\fITXT data\fB ...] + +avahi-publish-service [\fIoptions\fB] \fIname\fB \fIservice-type\fB \fIport\fB [\fITXT data\fB ...] + +avahi-publish -a [\fIoptions\fB] \fIhost name\fB \fIaddress\fB + +avahi-publish-address [\fIoptions\fB] \fIhost name\fB \fIaddress\fB +\f1 +.SH DESCRIPTION +Register an mDNS/DNS-SD service or host name/address mapping using the Avahi daemon. +.SH OPTIONS +When calling in service registration mode, specify a DNS-SD service name (e.g. "Lennart's Files"), a service type (e.g. _http._tcp) and an IP port number for the service, optionally followed by any number of TXT record strings on the command line. When calling in address/host name registration mode specify a fully qualified host name and an address (IPv4 or IPv6). +.TP +\fB-s | --service\f1 +Register a service. avahi-publish-service is equivalent to avahi-publish -s. +.TP +\fB-a | --address\f1 +Register an address/host name mapping. avahi-publish-address is equivalent to avahi-publish -a. +.TP +\fB-v | --verbose\f1 +Enable verbose mode. +.TP +\fB-H | --host=\f1 \fIHOSTNAME\f1 +Specify a host name for this service, in case it doesn't reside on the local host. This host name needs to be fully qualified and resolvable using mDNS or unicast DNS. +.TP +\fB-d | --domain=\f1 \fIDOMAIN\f1 +Publish the service in the specified domain. If omitted the Avahi daemon will publish it in its default domain (usually .local). +.TP +\fB--subtype=\f1 \fISUBTYPE\f1 +Register the service with an additional subtype in addition to the main type. DNS-SD subtypes have the form _anon._sub._ftp._tcp, where _anon is the identifier of the subtype and _ftp._tcp is the main type. You may pass this option multiple times to register the service with multiple subtypes. +.TP +\fB-R | --no-reverse\f1 +Do not publish reverse entry with address. +.TP +\fB-f | --no-fail\f1 +Don't fail if the daemon is not found running. Instead, wait until it appears. If it disconnects, try to reconnect. +.TP +\fB-h | --help\f1 +Show help +.TP +\fB-V | --version\f1 +Show version information. +.SH AUTHORS +The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 +.SH SEE ALSO +\fBavahi-resolve(1)\f1, \fBavahi-browse(1)\f1, \fBavahi-daemon(8)\f1 +.SH COMMENTS +This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. diff --git a/network/avahi/man/man1/avahi-resolve.1 b/network/avahi/man/man1/avahi-resolve.1 new file mode 100644 index 0000000000..8f5e737790 --- /dev/null +++ b/network/avahi/man/man1/avahi-resolve.1 @@ -0,0 +1,49 @@ +.TH avahi-resolve 1 User Manuals +.SH NAME +avahi-resolve \- Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon +.SH SYNOPSIS +\fBavahi-resolve --name \fIhost-name ...\fB + +avahi-resolve-host-name \fIhost-name ...\fB + +avahi-resolve --address \fIaddress ...\fB + +avahi-resolve-address \fIaddress ...\fB +\f1 +.SH DESCRIPTION +Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon. +.SH OPTIONS +When passing -n, specify one or more fully qualified mDNS/DNS host name(s) (e.g. "foo.local") to resolve into IP addresses on the command line. + +When passing -a, specify one or more IP addresses to resolve into host names. When \fBenable-wide-area\f1 is set to yes in \fBavahi-daemon.conf(5)\f1, reverse lookups will go over unicast DNS first and fallback to mDNS. + +avahi-resolve-host-name is equivalent to avahi-resolve --name. + +avahi-resolve-address is equivalent to avahi-resolve --address. +.TP +\fB-n | --name\f1 +Translate one or more fully qualified host names into addresses. +.TP +\fB-a | --address\f1 +Translate one or more addresses into fully qualified host names. +.TP +\fB-v | --verbose\f1 +Enable verbose mode. +.TP +\fB-6\f1 +When resolving a host name, look for IPv6 addresses exclusively. +.TP +\fB-4\f1 +When resolving a host name, look for IPv4 addresses exclusively. +.TP +\fB-h | --help\f1 +Show help. +.TP +\fB-V | --version\f1 +Show version information. +.SH AUTHORS +The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 +.SH SEE ALSO +\fBavahi-publish-address(1)\f1, \fBavahi-daemon(8)\f1 +.SH COMMENTS +This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. diff --git a/network/avahi/man/man1/avahi-set-host-name.1 b/network/avahi/man/man1/avahi-set-host-name.1 new file mode 100644 index 0000000000..9444083006 --- /dev/null +++ b/network/avahi/man/man1/avahi-set-host-name.1 @@ -0,0 +1,24 @@ +.TH avahi-set-host-name 1 User Manuals +.SH NAME +avahi-set-host-name \- Change mDNS host name +.SH SYNOPSIS +\fBavahi-set-host-name \fIhost-name\fB +\f1 +.SH DESCRIPTION +Set the mDNS host name of a currently running Avahi daemon. The effect of this operation is not persistent across daemon restarts. This operation is usually privileged. +.SH OPTIONS +.TP +\fB-v | --verbose\f1 +Enable verbose mode. +.TP +\fB-h | --help\f1 +Show help. +.TP +\fB-V | --version\f1 +Show version information. +.SH AUTHORS +The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 +.SH SEE ALSO +\fBavahi-daemon(8)\f1 +.SH COMMENTS +This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. diff --git a/network/avahi/man/man1/bssh.1 b/network/avahi/man/man1/bssh.1 new file mode 100644 index 0000000000..913554eb30 --- /dev/null +++ b/network/avahi/man/man1/bssh.1 @@ -0,0 +1,36 @@ +.TH bssh/bvnc/bshell 1 User Manuals +.SH NAME +bssh/bvnc/bshell \- Browse for SSH/VNC servers on the local network +.SH SYNOPSIS +\fBbssh + +bvnc + +bshell +\f1 +.SH DESCRIPTION +bssh/bvnc/bshell browses for SSH/VNC servers on the local network, shows them in a GUI for the user to select one and finally calls ssh/vncviewer after a selection was made. + +If the binary is called as bssh only ssh servers will be shown. If the binary is called as bvnc only VNC servers will be shown. If the binary is called as bshell both VNC and SSH servers are shown. +.SH OPTIONS +.TP +\fB-s | --ssh\f1 +Browse for SSH servers (and only SSH servers) regardless under which name the binary is called. +.TP +\fB-v | --vnc\f1 +Browse for VNC servers (and only VNC servers) regardless under which name the binary is called. +.TP +\fB-S | --shell\f1 +Browse for both VNC and SSH servers regardless under which name the binary is called. +.TP +\fB-d | --domain=\f1 \fIDOMAIN\f1 +Browse in the specified domain. If omitted bssh/bvnc/bshell will browse in the default browsing domain (usually .local) +.TP +\fB-h | --help\f1 +Show help. +.SH AUTHORS +The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 +.SH SEE ALSO +\fBavahi-browse(1)\f1, \fBssh(1)\f1, \fBvncviewer(1)\f1 +.SH COMMENTS +This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. |