From f660f9d2924c7549bc87e7f9b4ece7c9727b3682 Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 18 Sep 2012 01:15:22 +0800 Subject: Imported Upstream version 2.9.0 --- doc/examples/tree1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/tree1.c') diff --git a/doc/examples/tree1.c b/doc/examples/tree1.c index 8644cf1..e6faefc 100644 --- a/doc/examples/tree1.c +++ b/doc/examples/tree1.c @@ -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. */ -- cgit v1.2.3