diff options
author | Aron Xu <aron@debian.org> | 2012-09-18 01:15:29 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2012-09-18 01:15:29 +0800 |
commit | 41bb0209b2071a2e26669520a9c7a2b06af70466 (patch) | |
tree | cab0f77d60f62c896c892f4fae70cdf506897af7 /doc/examples/io2.c | |
parent | 896154dde64804820df53924a5b4874c388d89fd (diff) | |
parent | f660f9d2924c7549bc87e7f9b4ece7c9727b3682 (diff) | |
download | libxml2-41bb0209b2071a2e26669520a9c7a2b06af70466.tar.gz |
Merge tag 'upstream/2.9.0'
Upstream version 2.9.0
Diffstat (limited to 'doc/examples/io2.c')
-rw-r--r-- | doc/examples/io2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/io2.c b/doc/examples/io2.c index 814a27e..4676f4a 100644 --- a/doc/examples/io2.c +++ b/doc/examples/io2.c @@ -4,7 +4,7 @@ * purpose: Demonstrate the use of xmlDocDumpMemory * to output document to a character buffer * usage: io2 - * test: io2 > io2.tmp ; diff io2.tmp io2.res ; rm -f io2.tmp + * test: io2 > io2.tmp && diff io2.tmp $(srcdir)/io2.res * author: John Fleck * copy: see Copyright for the status of this software. */ |