r14722 - in /trunk/libxml-libxml-perl/debian/patches: fix_manpage_typos series

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Sun Feb 10 23:50:28 UTC 2008


Author: gwolf
Date: Sun Feb 10 23:50:27 2008
New Revision: 14722

URL: http://svn.debian.org/wsvn/?sc=1&rev=14722
Log:
Added quilt patches

Added:
    trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos
    trunk/libxml-libxml-perl/debian/patches/series

Added: trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos?rev=14722&op=file
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos (added)
+++ trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos Sun Feb 10 23:50:27 2008
@@ -1,0 +1,31 @@
+Index: libxml-libxml-perl-1.66/lib/XML/LibXML/Node.pod
+===================================================================
+--- libxml-libxml-perl-1.66.orig/lib/XML/LibXML/Node.pod	2008-02-10 17:30:15.000000000 -0600
++++ libxml-libxml-perl-1.66/lib/XML/LibXML/Node.pod	2008-02-10 17:31:06.000000000 -0600
+@@ -20,7 +20,7 @@
+   $oldnode = $node->replaceChild( $newNode, $oldNode );
+   $node->replaceNode($newNode);
+   $childnode = $node->appendChild( $childnode );
+-  $childnode = $node->addChild( $chilnode );
++  $childnode = $node->addChild( $childnode );
+   $node = $parent->addNewChild( $nsURI, $name );
+   $node->addSibling($newNode);
+   $newnode =$node->cloneNode( $deep );
+@@ -143,7 +143,7 @@
+   $node->unbindNode();
+ 
+ Unbinds the Node from its siblings and Parent, but not from the Document it
+-belongs to. If the node is not inserted into the DOM afterwards it will be lost
++belongs to. If the node is not inserted into the DOM afterwards, it will be lost
+ after the program terminated. From a low level view, the unbound node is
+ stripped from the context it is and inserted into a (hidden) document-fragment.
+ 
+@@ -364,7 +364,7 @@
+   @nodes = $node->findnodes( $xpath_expression );
+ 
+ I<<<<<< findnodes >>>>>> evaluates the xpath expression (XPath 1.0) on the current node and returns the
+-resulting node set as an array. In scalar context returns a L<<<<<< XML::LibXML::NodeList|XML::LibXML::NodeList >>>>>> object.
++resulting node set as an array. In a scalar context returns a L<<<<<< XML::LibXML::NodeList|XML::LibXML::NodeList >>>>>> object.
+ 
+ I<<<<<< NOTE ON NAMESPACES AND XPATH >>>>>>:
+ 

Added: trunk/libxml-libxml-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-perl/debian/patches/series?rev=14722&op=file
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/series (added)
+++ trunk/libxml-libxml-perl/debian/patches/series Sun Feb 10 23:50:27 2008
@@ -1,0 +1,1 @@
+fix_manpage_typos




More information about the Pkg-perl-cvs-commits mailing list