diff options
author | Aron Xu <aron@debian.org> | 2014-07-09 04:01:07 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2014-07-09 04:01:07 +0800 |
commit | 7042e17490515a990a45aa7237d11bc49ab0eaf0 (patch) | |
tree | 62b661911406394bbeaca8951d660bb6d8aac0de /doc/examples/tree2.c | |
parent | 2c8fe012ef1ff6e0613480dd182dec099aa9636e (diff) | |
download | libxml2-7042e17490515a990a45aa7237d11bc49ab0eaf0.tar.gz |
Imported Upstream version 2.8.0+dfsg1
Diffstat (limited to 'doc/examples/tree2.c')
-rw-r--r-- | doc/examples/tree2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tree2.c b/doc/examples/tree2.c index 1cd1abe..c40fc55 100644 --- a/doc/examples/tree2.c +++ b/doc/examples/tree2.c @@ -3,7 +3,7 @@ * synopsis: Creates a tree * purpose: Shows how to create document, nodes and dump it to stdout or file. * usage: tree2 <filename> -Default output: stdout - * test: tree2 > tree2.tmp && diff tree2.tmp $(srcdir)/tree2.res + * test: tree2 > tree2.tmp ; diff tree2.tmp tree2.res ; rm tree2.tmp * author: Lucas Brasilino <brasilino@recife.pe.gov.br> * copy: see Copyright for the status of this software */ |