--- embedaddon/libxml2/doc/examples/tree1.c 2012/02/21 23:37:59 1.1.1.1 +++ embedaddon/libxml2/doc/examples/tree1.c 2014/06/15 19:53:37 1.1.1.2 @@ -5,7 +5,7 @@ * get the root element, then walk the document and print * all the element name in document order. * usage: tree1 filename_or_URL - * test: tree1 test2.xml > tree1.tmp ; diff tree1.tmp tree1.res ; rm tree1.tmp + * test: tree1 test2.xml > tree1.tmp && diff tree1.tmp $(srcdir)/tree1.res * author: Dodji Seketeli * copy: see Copyright for the status of this software. */