From 6d523588a3b3a4c62bfe6efeee01acf038384ca6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 Aug 2006 02:28:46 +0000 Subject: add man page for avahi-set-host-name git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1264 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/Makefile.am | 12 ++++++- man/avahi-daemon.8.xml.in | 2 +- man/avahi-set-host-name.1.xml.in | 75 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 man/avahi-set-host-name.1.xml.in diff --git a/man/Makefile.am b/man/Makefile.am index 3b90835..f6bbae0 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -34,6 +34,7 @@ noinst_DATA = \ avahi-browse.1.xml \ avahi-publish.1.xml \ avahi-resolve.1.xml \ + avahi-set-host-name.1.xml \ avahi-daemon.8.xml \ avahi-discover.1.xml \ avahi-bookmarks.1.xml \ @@ -51,7 +52,8 @@ if HAVE_DBUS man_MANS += \ avahi-browse.1 \ avahi-resolve.1 \ - avahi-publish.1 + avahi-publish.1 \ + avahi-set-host-name.1 if HAVE_PYTHON man_MANS += \ @@ -72,6 +74,10 @@ avahi-resolve.1.xml: avahi-resolve.1.xml.in Makefile sed -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ +avahi-set-host-name.1.xml: avahi-set-host-name.1.xml.in Makefile + sed -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ + -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ + avahi-daemon.8.xml: avahi-daemon.8.xml.in Makefile sed -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \ -e 's,@servicedir\@,$(servicedir),g' \ @@ -125,6 +131,9 @@ avahi-publish.1: avahi-publish.1.xml Makefile avahi-resolve.1: avahi-resolve.1.xml Makefile xmltoman $< > $@ +avahi-set-host-name.1: avahi-set-host-name.1.xml Makefile + xmltoman $< > $@ + avahi-daemon.8: avahi-daemon.8.xml Makefile xmltoman $< > $@ @@ -163,6 +172,7 @@ EXTRA_DIST = \ avahi-browse.1.xml.in \ avahi-publish.1.xml.in \ avahi-resolve.1.xml.in \ + avahi-set-host-name.1.xml.in \ avahi-daemon.8.xml.in \ avahi-discover.1.xml.in \ avahi-bookmarks.1.xml.in \ diff --git a/man/avahi-daemon.8.xml.in b/man/avahi-daemon.8.xml.in index 7d01a4b..b4ad07d 100644 --- a/man/avahi-daemon.8.xml.in +++ b/man/avahi-daemon.8.xml.in @@ -158,7 +158,7 @@

- , , , + , , , ,

diff --git a/man/avahi-set-host-name.1.xml.in b/man/avahi-set-host-name.1.xml.in new file mode 100644 index 0000000..b2eb7f4 --- /dev/null +++ b/man/avahi-set-host-name.1.xml.in @@ -0,0 +1,75 @@ + + + + + + + + + + + + avahi-set-host-name host-name + + + +

Set the mDNS host name of a currently running Avahi + daemon. The effect of this operation is not persistant across + daemon restarts. This operation is usually priviliged.

+
+ + + + + + + + + + + + + +
+

The avahi developers <@PACKAGE_BUGREPORT@>; avahi is + available from

+
+ +
+

+ +

+
+ +
+

This man page was written using by Oliver Kurth.

+
+ +
-- cgit