From c795762e33cffa32c1d5d8e45b12c8b1b7ca93e1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 6 Aug 2005 21:28:30 +0000 Subject: add man page for avahi-publish-service git-svn-id: file:///home/lennart/svn/public/avahi/trunk@251 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/Makefile.am | 18 +++++++- man/avahi-browse.1.xml.in | 10 ++--- man/avahi-publish-service.1.xml.in | 84 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+), 7 deletions(-) create mode 100644 man/avahi-publish-service.1.xml.in (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 2d382ee..ddf9c2e 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -17,14 +17,18 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -man_MANS = avahi-browse.1 +man_MANS = \ + avahi-browse.1 \ + avahi-publish-service.1 noinst_DATA = \ - avahi-browse.1.xml + avahi-browse.1.xml \ + avahi-publish-service.1.xml EXTRA_DIST = \ $(man_MANS) \ avahi-browse.1.xml.in \ + avahi-publish-service.1.xml.in \ xmltoman.css \ xmltoman.xsl \ xmltoman.dtd @@ -38,6 +42,12 @@ avahi-browse.1.xml: avahi-browse.1.xml.in Makefile -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ +avahi-publish-service.1.xml: avahi-publish-service.1.xml.in Makefile + sed -e 's,@sysconfdir\@,$(sysconfdir),g' \ + -e 's,@sbindir\@,$(sbindir),g' \ + -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ + -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ + if USE_XMLTOMAN CLEANFILES += $(man_MANS) @@ -45,4 +55,8 @@ CLEANFILES += $(man_MANS) avahi-browse.1: avahi-browse.1.xml Makefile xmltoman $< > $@ +avahi-publish-service.1: avahi-publish-service.1.xml Makefile + xmltoman $< > $@ + + endif diff --git a/man/avahi-browse.1.xml.in b/man/avahi-browse.1.xml.in index 832fda0..580d8c7 100644 --- a/man/avahi-browse.1.xml.in +++ b/man/avahi-browse.1.xml.in @@ -47,11 +47,6 @@

Browse for all service types registered on the LAN, not just the one specified on the command line.

- - + +
diff --git a/man/avahi-publish-service.1.xml.in b/man/avahi-publish-service.1.xml.in new file mode 100644 index 0000000..4f68890 --- /dev/null +++ b/man/avahi-publish-service.1.xml.in @@ -0,0 +1,84 @@ + + + + + + + + + + + + avahi-browse [options] name service-type port + avahi-browse -h + + + +

Register an mDNS/DNS-SD service using the Avahi daemon.

+
+ + + +

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 on the command line.

+ + + + + + + +
+ +
+

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

+
+ +
+

+ , , +

+
+ +
+

This man page was written using by Oliver Kurth.

+
+ +
-- cgit