diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-27 17:47:10 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-27 17:47:10 +0100 |
commit | f0f3e1621180724e0a907a30ff5dea9695ddead0 (patch) | |
tree | 30bd3324d92f56abf286e501347ed8f4261c2aed /test-tool | |
parent | 69abc787dddbf7855c2871f7f1432563a6af92a1 (diff) | |
download | libguestfs-f0f3e1621180724e0a907a30ff5dea9695ddead0.tar.gz libguestfs-f0f3e1621180724e0a907a30ff5dea9695ddead0.tar.xz libguestfs-f0f3e1621180724e0a907a30ff5dea9695ddead0.zip |
man pages: Add a standard EXIT STATUS section to most pages.
Diffstat (limited to 'test-tool')
-rw-r--r-- | test-tool/libguestfs-test-tool.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod index 77bd817a..9d8ab4b7 100644 --- a/test-tool/libguestfs-test-tool.pod +++ b/test-tool/libguestfs-test-tool.pod @@ -74,7 +74,7 @@ to write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)>). libguestfs-test-tool writes a temporary qemu wrapper script when you use either of the I<--qemudir> or I<--qemu> options. -=head1 EXIT CODE +=head1 EXIT STATUS libguestfs-test-tool returns I<0> if the tests completed without error, or I<1> if there was an error. |