1<?xml version="1.0"?><!--*-nxml-*-->
2<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
3<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
4
5<!-- $Id$ -->
6
7<!-- 
8  This file is part of avahi.
9 
10  avahi is free software; you can redistribute it and/or modify it
11  under the terms of the GNU Lesser General Public License as
12  published by the Free Software Foundation; either version 2.1 of the
13  License, or (at your option) any later version.
14 
15  avahi is distributed in the hope that it will be useful, but WITHOUT
16  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17  or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
18  Public License for more details.
19 
20  You should have received a copy of the GNU Lesser General Public
21  License along with avahi; if not, write to the Free Software
22  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23  USA.
24-->
25
26  <manpage name="avahi-set-host-name" section="1" desc="Change mDNS host name">
27
28	<synopsis>
29      <cmd>avahi-set-host-name <arg>host-name</arg></cmd>
30	</synopsis>
31	
32    <description>
33      <p>Set the mDNS host name of a currently running Avahi
34      daemon. The effect of this operation is not persistent across
35      daemon restarts. This operation is usually privileged.</p>
36	</description>
37	
38	<options>
39      
40      <option>
41        <p><opt>-v | --verbose</opt></p>
42        <optdesc><p>Enable verbose mode.</p></optdesc>
43      </option>
44
45	  <option>
46		<p><opt>-h | --help</opt></p>
47		<optdesc><p>Show help.</p></optdesc>
48	  </option>
49
50
51	  <option>
52		<p><opt>-V | --version</opt></p>
53		<optdesc><p>Show version information.</p></optdesc>
54	  </option>
55
56
57	</options>
58
59	<section name="Authors">
60	  <p>The Avahi Developers &lt;@PACKAGE_BUGREPORT@&gt;; Avahi is
61	  available from <url href="@PACKAGE_URL@"/></p>
62	</section>
63	
64	<section name="See also">
65	  <p>
66        <manref name="avahi-daemon" section="8"/>
67	  </p>
68	</section>
69	
70	<section name="Comments">
71	  <p>This man page was written using <manref name="xml2man" section="1"
72		  href="http://masqmail.cx/xml2man/"/> by Oliver Kurth.</p>
73	</section>
74	
75  </manpage>
76