Fixed bug #72570 moved the libxml man page to section 3 Daniel

* Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
  moved the libxml man page to section 3
Daniel
diff --git a/ChangeLog b/ChangeLog
index 9049cd8..435d850 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar  6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+	* Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
+	  moved the libxml man page to section 3
+
 Wed Mar  6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
 
 	* tree.c: fix bug #72490
diff --git a/Makefile.am b/Makefile.am
index 7047c0a..cf1fcb1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@
 DEPS = $(top_builddir)/libxml2.la
 LDADDS = $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm
 
-man_MANS = xml2-config.1 libxml.4
+man_MANS = xml2-config.1 libxml.3
 
 m4datadir = $(datadir)/aclocal
 m4data_DATA = libxml.m4
diff --git a/libxml.4 b/libxml.3
similarity index 100%
rename from libxml.4
rename to libxml.3
diff --git a/libxml.spec.in b/libxml.spec.in
index 84247e5..9b47fc7 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -118,7 +118,7 @@
 %doc AUTHORS ChangeLog NEWS README Copyright TODO
 %doc %{_mandir}/man1/xmllint.1*
 %doc %{_mandir}/man1/xmlcatalog.1*
-%doc %{_mandir}/man4/libxml.4*
+%doc %{_mandir}/man3/libxml.3*
 
 %{prefix}/lib/lib*.so.*
 %{prefix}/bin/xmllint