diff options
Diffstat (limited to 'doc')
65 files changed, 329 insertions, 292 deletions
| diff --git a/doc/Makefile.in b/doc/Makefile.in index 8948f1c..4a1c0c2 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,8 +1,9 @@ -# Makefile.in generated by automake 1.10.1 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am.  # @configure_input@  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, +# Inc.  # This Makefile.in is free software; the Free Software Foundation  # gives unlimited permission to copy and/or distribute it,  # with or without modifications, as long as this notice is preserved. @@ -15,8 +16,9 @@  @SET_MAKE@  VPATH = @srcdir@  pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  install_sh_DATA = $(install_sh) -c -m 644  install_sh_PROGRAM = $(install_sh) -c @@ -46,8 +48,30 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  mkinstalldirs = $(install_sh) -d  CONFIG_HEADER = $(top_builddir)/src/platform.hpp  CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES =  SOURCES =  DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ +    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ +    *) f=$$p;; \ +  esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ +  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ +  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ +  for p in $$list; do echo "$$p $$p"; done | \ +  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ +  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ +    if (++n[$$2] == $(am__install_max)) \ +      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ +    END { for (dir in files) print dir, files[dir] }' +am__base_list = \ +  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ +  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'  man1dir = $(mandir)/man1  am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \  	"$(DESTDIR)$(man7dir)" @@ -117,6 +141,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@  PACKAGE_NAME = @PACKAGE_NAME@  PACKAGE_STRING = @PACKAGE_STRING@  PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@  PACKAGE_VERSION = @PACKAGE_VERSION@  PATH_SEPARATOR = @PATH_SEPARATOR@  PKG_CONFIG = @PKG_CONFIG@ @@ -185,6 +210,7 @@ srcdir = @srcdir@  stdint = @stdint@  sysconfdir = @sysconfdir@  target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@  top_builddir = @top_builddir@  top_srcdir = @top_srcdir@  MAN1 = zmq_forwarder.1 zmq_streamer.1 zmq_queue.1 @@ -212,14 +238,14 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  	@for dep in $?; do \  	  case '$(am__configure_deps)' in \  	    *$$dep*) \ -	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ -		&& exit 0; \ +	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ +	        && { if test -f $@; then exit 0; else break; fi; }; \  	      exit 1;; \  	  esac; \  	done; \ -	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \ -	cd $(top_srcdir) && \ -	  $(AUTOMAKE) --foreign  doc/Makefile +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ +	$(am__cd) $(top_srcdir) && \ +	  $(AUTOMAKE) --foreign doc/Makefile  .PRECIOUS: Makefile  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  	@case '$?' in \ @@ -237,147 +263,127 @@ $(top_srcdir)/configure:  $(am__configure_deps)  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps):  mostlyclean-libtool:  	-rm -f *.lo  clean-libtool:  	-rm -rf .libs _libs -install-man1: $(man1_MANS) $(man_MANS) +install-man1: $(dist_man_MANS)  	@$(NORMAL_INSTALL)  	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" -	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ -	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ -	for i in $$l2; do \ -	  case "$$i" in \ -	    *.1*) list="$$list $$i" ;; \ -	  esac; \ +	@list=''; test -n "$(man1dir)" || exit 0; \ +	{ for i in $$list; do echo "$$i"; done; \ +	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ +	  sed -n '/\.1[a-z]*$$/p'; \ +	} | while read p; do \ +	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ +	  echo "$$d$$p"; echo "$$p"; \ +	done | \ +	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ +	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ +	sed 'N;N;s,\n, ,g' | { \ +	list=; while read file base inst; do \ +	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \ +	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ +	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ +	  fi; \  	done; \ -	for i in $$list; do \ -	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ -	  else file=$$i; fi; \ -	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \ -	  case "$$ext" in \ -	    1*) ;; \ -	    *) ext='1' ;; \ -	  esac; \ -	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ -	  inst=`echo $$inst | sed -e 's/^.*\///'`; \ -	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ -	done +	for i in $$list; do echo "$$i"; done | $(am__base_list) | \ +	while read files; do \ +	  test -z "$$files" || { \ +	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ +	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ +	done; } +  uninstall-man1:  	@$(NORMAL_UNINSTALL) -	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ -	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ -	for i in $$l2; do \ -	  case "$$i" in \ -	    *.1*) list="$$list $$i" ;; \ -	  esac; \ -	done; \ -	for i in $$list; do \ -	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \ -	  case "$$ext" in \ -	    1*) ;; \ -	    *) ext='1' ;; \ -	  esac; \ -	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ -	  inst=`echo $$inst | sed -e 's/^.*\///'`; \ -	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ -	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ -	done -install-man3: $(man3_MANS) $(man_MANS) +	@list=''; test -n "$(man1dir)" || exit 0; \ +	files=`{ for i in $$list; do echo "$$i"; done; \ +	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ +	  sed -n '/\.1[a-z]*$$/p'; \ +	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ +	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ +	test -z "$$files" || { \ +	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ +	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } +install-man3: $(dist_man_MANS)  	@$(NORMAL_INSTALL)  	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)" -	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \ -	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ -	for i in $$l2; do \ -	  case "$$i" in \ -	    *.3*) list="$$list $$i" ;; \ -	  esac; \ +	@list=''; test -n "$(man3dir)" || exit 0; \ +	{ for i in $$list; do echo "$$i"; done; \ +	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ +	  sed -n '/\.3[a-z]*$$/p'; \ +	} | while read p; do \ +	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ +	  echo "$$d$$p"; echo "$$p"; \ +	done | \ +	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ +	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ +	sed 'N;N;s,\n, ,g' | { \ +	list=; while read file base inst; do \ +	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \ +	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ +	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ +	  fi; \  	done; \ -	for i in $$list; do \ -	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ -	  else file=$$i; fi; \ -	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \ -	  case "$$ext" in \ -	    3*) ;; \ -	    *) ext='3' ;; \ -	  esac; \ -	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ -	  inst=`echo $$inst | sed -e 's/^.*\///'`; \ -	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ -	done +	for i in $$list; do echo "$$i"; done | $(am__base_list) | \ +	while read files; do \ +	  test -z "$$files" || { \ +	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ +	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ +	done; } +  uninstall-man3:  	@$(NORMAL_UNINSTALL) -	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \ -	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ -	for i in $$l2; do \ -	  case "$$i" in \ -	    *.3*) list="$$list $$i" ;; \ -	  esac; \ -	done; \ -	for i in $$list; do \ -	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \ -	  case "$$ext" in \ -	    3*) ;; \ -	    *) ext='3' ;; \ -	  esac; \ -	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ -	  inst=`echo $$inst | sed -e 's/^.*\///'`; \ -	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -	  echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \ -	  rm -f "$(DESTDIR)$(man3dir)/$$inst"; \ -	done -install-man7: $(man7_MANS) $(man_MANS) +	@list=''; test -n "$(man3dir)" || exit 0; \ +	files=`{ for i in $$list; do echo "$$i"; done; \ +	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ +	  sed -n '/\.3[a-z]*$$/p'; \ +	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ +	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ +	test -z "$$files" || { \ +	  echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \ +	  cd "$(DESTDIR)$(man3dir)" && rm -f $$files; } +install-man7: $(dist_man_MANS)  	@$(NORMAL_INSTALL)  	test -z "$(man7dir)" || $(MKDIR_P) "$(DESTDIR)$(man7dir)" -	@list='$(man7_MANS) $(dist_man7_MANS) $(nodist_man7_MANS)'; \ -	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ -	for i in $$l2; do \ -	  case "$$i" in \ -	    *.7*) list="$$list $$i" ;; \ -	  esac; \ +	@list=''; test -n "$(man7dir)" || exit 0; \ +	{ for i in $$list; do echo "$$i"; done; \ +	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ +	  sed -n '/\.7[a-z]*$$/p'; \ +	} | while read p; do \ +	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ +	  echo "$$d$$p"; echo "$$p"; \ +	done | \ +	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \ +	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ +	sed 'N;N;s,\n, ,g' | { \ +	list=; while read file base inst; do \ +	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \ +	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \ +	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \ +	  fi; \  	done; \ -	for i in $$list; do \ -	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ -	  else file=$$i; fi; \ -	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \ -	  case "$$ext" in \ -	    7*) ;; \ -	    *) ext='7' ;; \ -	  esac; \ -	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ -	  inst=`echo $$inst | sed -e 's/^.*\///'`; \ -	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \ -	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst"; \ -	done +	for i in $$list; do echo "$$i"; done | $(am__base_list) | \ +	while read files; do \ +	  test -z "$$files" || { \ +	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \ +	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \ +	done; } +  uninstall-man7:  	@$(NORMAL_UNINSTALL) -	@list='$(man7_MANS) $(dist_man7_MANS) $(nodist_man7_MANS)'; \ -	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ -	for i in $$l2; do \ -	  case "$$i" in \ -	    *.7*) list="$$list $$i" ;; \ -	  esac; \ -	done; \ -	for i in $$list; do \ -	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \ -	  case "$$ext" in \ -	    7*) ;; \ -	    *) ext='7' ;; \ -	  esac; \ -	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ -	  inst=`echo $$inst | sed -e 's/^.*\///'`; \ -	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -	  echo " rm -f '$(DESTDIR)$(man7dir)/$$inst'"; \ -	  rm -f "$(DESTDIR)$(man7dir)/$$inst"; \ -	done +	@list=''; test -n "$(man7dir)" || exit 0; \ +	files=`{ for i in $$list; do echo "$$i"; done; \ +	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ +	  sed -n '/\.7[a-z]*$$/p'; \ +	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \ +	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ +	test -z "$$files" || { \ +	  echo " ( cd '$(DESTDIR)$(man7dir)' && rm -f" $$files ")"; \ +	  cd "$(DESTDIR)$(man7dir)" && rm -f $$files; }  tags: TAGS  TAGS: @@ -386,6 +392,19 @@ CTAGS:  distdir: $(DISTFILES) +	@list='$(MANS)'; if test -n "$$list"; then \ +	  list=`for p in $$list; do \ +	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ +	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ +	  if test -n "$$list" && \ +	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ +	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ +	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \ +	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \ +	    echo "       typically \`make maintainer-clean' will remove them" >&2; \ +	    exit 1; \ +	  else :; fi; \ +	else :; fi  	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \  	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \  	list='$(DISTFILES)'; \ @@ -401,13 +420,17 @@ distdir: $(DISTFILES)  	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \  	  if test -d $$d/$$file; then \  	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ +	    if test -d "$(distdir)/$$file"; then \ +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ +	    fi; \  	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ -	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ +	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \  	    fi; \ -	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ +	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \  	  else \ -	    test -f $(distdir)/$$file \ -	    || cp -p $$d/$$file $(distdir)/$$file \ +	    test -f "$(distdir)/$$file" \ +	    || cp -p $$d/$$file "$(distdir)/$$file" \  	    || exit 1; \  	  fi; \  	done @@ -441,6 +464,7 @@ clean-generic:  distclean-generic:  	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) +	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)  maintainer-clean-generic:  	@echo "This command is intended for maintainers to use" @@ -460,6 +484,8 @@ dvi-am:  html: html-am +html-am: +  info: info-am  info-am: @@ -468,18 +494,28 @@ install-data-am: install-man  install-dvi: install-dvi-am +install-dvi-am: +  install-exec-am:  install-html: install-html-am +install-html-am: +  install-info: install-info-am +install-info-am: +  install-man: install-man1 install-man3 install-man7  install-pdf: install-pdf-am +install-pdf-am: +  install-ps: install-ps-am +install-ps-am: +  installcheck-am:  maintainer-clean: maintainer-clean-am @@ -534,6 +570,7 @@ dist-hook : $(MAN_DOC) $(MAN_HTML)  @BUILD_DOC_TRUE@	xmlto man $<  @BUILD_DOC_TRUE@zmq_epgm.7: zmq_pgm.7  @BUILD_DOC_TRUE@	cp zmq_pgm.7 $@ +  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Otherwise a system limit (for SysV at least) may be exceeded.  .NOEXPORT: @@ -2,12 +2,12 @@  .\"     Title: zmq  .\"    Author: [see the "AUTHORS" section]  .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\"      Date: 09/06/2010 +.\"      Date: 10/15/2010  .\"    Manual: 0MQ Manual -.\"    Source: 0MQ 2.0.9 +.\"    Source: 0MQ 2.0.10  .\"  Language: English  .\" -.TH "ZMQ" "7" "09/06/2010" "0MQ 2\&.0\&.9" "0MQ Manual" +.TH "ZMQ" "7" "10/15/2010" "0MQ 2\&.0\&.10" "0MQ Manual"  .\" -----------------------------------------------------------------  .\" * Define some portability stuff  .\" ----------------------------------------------------------------- diff --git a/doc/zmq.html b/doc/zmq.html index c73f990..bbb90ec 100644 --- a/doc/zmq.html +++ b/doc/zmq.html @@ -858,8 +858,8 @@ included with the ØMQ distribution.</p></div>  <div id="footnotes"><hr /></div>
  <div id="footer">
  <div id="footer-text">
 -ØMQ 2.0.9<br />
 -Last updated 2010-09-06 07:11:47 CEST
 +ØMQ 2.0.10<br />
 +Last updated 2010-10-15 19:26:37 CEST
  </div>
  </div>
  </body>
 diff --git a/doc/zmq_bind.3 b/doc/zmq_bind.3 index 3d37d82..c9e1e53 100644 --- a/doc/zmq_bind.3 +++ b/doc/zmq_bind.3 @@ -2,12 +2,12 @@  .\"     Title: zmq_bind  .\"    Author: [see the "AUTHORS" section]  .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\"      Date: 09/06/2010 +.\"      Date: 10/15/2010  .\"    Manual: 0MQ Manual -.\"    Source: 0MQ 2.0.9 +.\"    Source: 0MQ 2.0.10  .\"  Language: English  .\" -.TH "ZMQ_BIND" "3" "09/06/2010" "0MQ 2\&.0\&.9" "0MQ Manual" +.TH "ZMQ_BIND" "3" "10/15/2010" "0MQ 2\&.0\&.10" "0MQ Manual"  .\" -----------------------------------------------------------------  .\" * Define some portability stuff  .\" ----------------------------------------------------------------- diff --git a/doc/zmq_bind.html b/doc/zmq_bind.html index cd759ea..72d37dc 100644 --- a/doc/zmq_bind.html +++ b/doc/zmq_bind.html @@ -730,8 +730,8 @@ Martin Lucina <<a href="mailto:mato@kotelna.sk">mato@kotelna.sk</a>>.</p><  <div id="footnotes"><hr /></div>
  <div id="footer">
  <div id="footer-text">
 -ØMQ 2.0.9<br />
 -Last updated 2010-09-06 07:11:47 CEST
 +ØMQ 2.0.10<br />
 +Last updated 2010-10-15 19:40:36 CEST
  </div>
  </div>
  </body>
 diff --git a/doc/zmq_close.3 b/doc/zmq_close.3 index d8f2d0e..2122caf 100644 --- a/doc/zmq_close.3 +++ b/doc/zmq_close.3 @@ -2,12 +2,12 @@  .\"     Title: zmq_close  .\"    Author: [see the "AUTHORS" section]  .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\"      Date: 09/06/2010 +.\"      Date: 10/15/2010  .\"    Manual: 0MQ Manual -.\"    Source: 0MQ 2.0.9 +.\"    Source: 0MQ 2.0.10  .\"  Language: English  .\" -.TH "ZMQ_CLOSE" "3" "09/06/2010" "0MQ 2\&.0\&.9" "0MQ Manual" +.TH "ZMQ_CLOSE" "3" "10/15/2010" "0MQ 2\&.0\&.10" "0MQ Manual"  .\" -----------------------------------------------------------------  .\" * Define some portability stuff  .\" ----------------------------------------------------------------- | 
