summaryrefslogtreecommitdiffstats
path: root/cat
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-27 17:47:10 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-27 17:47:10 +0100
commitf0f3e1621180724e0a907a30ff5dea9695ddead0 (patch)
tree30bd3324d92f56abf286e501347ed8f4261c2aed /cat
parent69abc787dddbf7855c2871f7f1432563a6af92a1 (diff)
downloadlibguestfs-f0f3e1621180724e0a907a30ff5dea9695ddead0.tar.gz
libguestfs-f0f3e1621180724e0a907a30ff5dea9695ddead0.tar.xz
libguestfs-f0f3e1621180724e0a907a30ff5dea9695ddead0.zip
man pages: Add a standard EXIT STATUS section to most pages.
Diffstat (limited to 'cat')
-rwxr-xr-xcat/virt-cat.pod5
-rwxr-xr-xcat/virt-filesystems.pod5
-rwxr-xr-xcat/virt-ls.pod5
3 files changed, 15 insertions, 0 deletions
diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod
index af8b8f48..40021880 100755
--- a/cat/virt-cat.pod
+++ b/cat/virt-cat.pod
@@ -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)>,
diff --git a/cat/virt-filesystems.pod b/cat/virt-filesystems.pod
index 3ba925f7..ad28b02d 100755
--- a/cat/virt-filesystems.pod
+++ b/cat/virt-filesystems.pod
@@ -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)>,
diff --git a/cat/virt-ls.pod b/cat/virt-ls.pod
index e63f009d..645a9c06 100755
--- a/cat/virt-ls.pod
+++ b/cat/virt-ls.pod
@@ -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)>,