man pages: Add a standard EXIT STATUS section to most pages.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 27 Aug 2011 16:47:10 +0000 (17:47 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 27 Aug 2011 16:47:10 +0000 (17:47 +0100)
cat/virt-cat.pod
cat/virt-filesystems.pod
cat/virt-ls.pod
df/virt-df.pod
edit/virt-edit.pod
fish/guestfish.pod
fuse/guestmount.pod
inspector/virt-inspector.pod
resize/virt-resize.pod
test-tool/libguestfs-test-tool.pod

index af8b8f4..4002188 100755 (executable)
@@ -196,6 +196,11 @@ have meaning to the shell such as C<#> and space.  You may need to
 quote or escape these characters on the command line.  See the shell
 manual page L<sh(1)> for details.
 
+=head1 EXIT STATUS
+
+This program returns 0 if successful, or non-zero if there was an
+error.
+
 =head1 SEE ALSO
 
 L<guestfs(3)>,
index 3ba925f..ad28b02 100755 (executable)
@@ -369,6 +369,11 @@ have meaning to the shell such as C<#> and space.  You may need to
 quote or escape these characters on the command line.  See the shell
 manual page L<sh(1)> for details.
 
+=head1 EXIT STATUS
+
+This program returns 0 if successful, or non-zero if there was an
+error.
+
 =head1 SEE ALSO
 
 L<guestfs(3)>,
index e63f009..645a9c0 100755 (executable)
@@ -487,6 +487,11 @@ have meaning to the shell such as C<#> and space.  You may need to
 quote or escape these characters on the command line.  See the shell
 manual page L<sh(1)> for details.
 
+=head1 EXIT STATUS
+
+This program returns 0 if successful, or non-zero if there was an
+error.
+
 =head1 SEE ALSO
 
 L<guestfs(3)>,
index 9d05ac9..49c5e0a 100755 (executable)
@@ -219,6 +219,11 @@ have meaning to the shell such as C<#> and space.  You may need to
 quote or escape these characters on the command line.  See the shell
 manual page L<sh(1)> for details.
 
+=head1 EXIT STATUS
+
+This program returns 0 if successful, or non-zero if there was an
+error.
+
 =head1 SEE ALSO
 
 L<df(1)>,
index ce7ed1d..99dd3f3 100644 (file)
@@ -346,6 +346,11 @@ have meaning to the shell such as C<#> and space.  You may need to
 quote or escape these characters on the command line.  See the shell
 manual page L<sh(1)> for details.
 
+=head1 EXIT STATUS
+
+This program returns 0 if successful, or non-zero if there was an
+error.
+
 =head1 SEE ALSO
 
 L<guestfs(3)>,
index 5b641ea..254daad 100644 (file)
@@ -1078,7 +1078,7 @@ This exits guestfish.  You can also use C<^D> key.
 
 @ACTIONS@
 
-=head1 EXIT CODE
+=head1 EXIT STATUS
 
 guestfish returns 0 if the commands completed without error, or
 1 if there was an error.
index fe759fb..fef84d9 100644 (file)
@@ -300,6 +300,11 @@ See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>.
 
 =back
 
+=head1 EXIT STATUS
+
+This program returns 0 if successful, or non-zero if there was an
+error.
+
 =head1 SEE ALSO
 
 L<guestfish(1)>,
index 4d916a1..5496827 100755 (executable)
@@ -369,6 +369,11 @@ versions of virt-inspector with different names:
  virt-inspector     Old Perl version.
  virt-inspector2    New C version.
 
+=head1 EXIT STATUS
+
+This program returns 0 if successful, or non-zero if there was an
+error.
+
 =head1 SEE ALSO
 
 L<guestfs(3)>,
index d03906c..17a5953 100644 (file)
@@ -605,6 +605,11 @@ have meaning to the shell such as C<#> and space.  You may need to
 quote or escape these characters on the command line.  See the shell
 manual page L<sh(1)> for details.
 
+=head1 EXIT STATUS
+
+This program returns 0 if successful, or non-zero if there was an
+error.
+
 =head1 SEE ALSO
 
 L<virt-filesystems(1)>,
index 77bd817..9d8ab4b 100644 (file)
@@ -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.