summaryrefslogtreecommitdiff
path: root/libexslt
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-06-13 14:58:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-06-13 14:58:09 +0000
commit636a24b3d9aaf208c172999c2668cb38db1d0dfa (patch)
tree902411231d2870da0b9d7fc5bf0ccee3d0c5bb15 /libexslt
parent0422b114d40ed72d0b91c6aa372a41ceaa680c2a (diff)
downloadlibxslt-636a24b3d9aaf208c172999c2668cb38db1d0dfa.tar.gz
libxslt-636a24b3d9aaf208c172999c2668cb38db1d0dfa.tar.bz2
libxslt-636a24b3d9aaf208c172999c2668cb38db1d0dfa.zip
Moved the man pages to section 3 applied patch from Peter Breitenlohner
* libxslt.spec.in libexslt/Makefile.am libexslt/libexslt.3 libxslt/Makefile.am libxslt/libxslt.3: Moved the man pages to section 3 * libexslt/sets.c: applied patch from Peter Breitenlohner * doc/*: rebuilt the docs * tests/docbook/result//* tests/xmlspec/*.html: changes in generattion of &quot; as " in element content. Daniel
Diffstat (limited to 'libexslt')
-rw-r--r--libexslt/Makefile.am2
-rw-r--r--libexslt/libexslt.3 (renamed from libexslt/libexslt.4)2
-rw-r--r--libexslt/sets.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/libexslt/Makefile.am b/libexslt/Makefile.am
index c520580d..0bbfc514 100644
--- a/libexslt/Makefile.am
+++ b/libexslt/Makefile.am
@@ -30,6 +30,6 @@ libexslt_la_SOURCES = \
libexslt_la_LIBADD = $(INSTALLED_XSLT_LIB) $(EXTRA_LIBS)
libexslt_la_LDFLAGS = -version-info @LIBEXSLT_VERSION_INFO@
-man_MANS = libexslt.4
+man_MANS = libexslt.3
EXTRA_DIST = $(man_MANS)
diff --git a/libexslt/libexslt.4 b/libexslt/libexslt.3
index db3763c7..7acfdef2 100644
--- a/libexslt/libexslt.4
+++ b/libexslt/libexslt.3
@@ -1,4 +1,4 @@
-.TH libexslt 4 "15 May 2002"
+.TH libexslt 3 "15 May 2002"
.SH NAME
libexslt \- extension library for XSLT
.SH DESCRIPTION
diff --git a/libexslt/sets.c b/libexslt/sets.c
index 72f34133..59dc4387 100644
--- a/libexslt/sets.c
+++ b/libexslt/sets.c
@@ -101,8 +101,8 @@ static void
exsltSetsDistinctFunction (xmlXPathParserContextPtr ctxt, int nargs) {
xmlXPathObjectPtr obj;
xmlNodeSetPtr ns, ret;
- int boolval;
- void *user;
+ int boolval = 0;
+ void *user = NULL;
if (nargs != 1) {
xmlXPathSetArityError(ctxt);