summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-01-18 21:15:37 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-23 18:16:14 +0000
commit154e9426441e93d42a5e98c394433e284297543d (patch)
tree6965ebbd2ce2c8c81c5586d6b95a70451f6067da
parent6eba9e678d0b8ffdec0924dd56de3cb95e84b4f8 (diff)
downloadlibguestfs-154e9426441e93d42a5e98c394433e284297543d.tar.gz
libguestfs-154e9426441e93d42a5e98c394433e284297543d.tar.xz
libguestfs-154e9426441e93d42a5e98c394433e284297543d.zip
tools: Mark obsolete tools clearly in the man pages.
(cherry picked from commit d8a1389df35ddd5b6d9af86dc27c1978ea07348f)
-rwxr-xr-xtools/virt-list-filesystems4
-rwxr-xr-xtools/virt-list-partitions4
-rwxr-xr-xtools/virt-tar2
3 files changed, 7 insertions, 3 deletions
diff --git a/tools/virt-list-filesystems b/tools/virt-list-filesystems
index 6638e62c..7ce2e931 100755
--- a/tools/virt-list-filesystems
+++ b/tools/virt-list-filesystems
@@ -37,11 +37,13 @@ virt-list-filesystems - List filesystems in a virtual machine or disk image
virt-list-filesystems [--options] disk.img [disk.img ...]
-=head1 DESCRIPTION
+=head1 OBSOLETE
This tool is obsolete. Use L<virt-filesystems(1)> as a more
flexible replacement.
+=head1 DESCRIPTION
+
C<virt-list-filesystems> is a command line tool to list
the filesystems that are contained in a virtual machine or
disk image.
diff --git a/tools/virt-list-partitions b/tools/virt-list-partitions
index 3b8ee4bb..a17649d0 100755
--- a/tools/virt-list-partitions
+++ b/tools/virt-list-partitions
@@ -37,11 +37,13 @@ virt-list-partitions - List partitions in a virtual machine or disk image
virt-list-partitions [--options] disk.img [disk.img ...]
-=head1 DESCRIPTION
+=head1 OBSOLETE
This tool is obsolete. Use L<virt-filesystems(1)> as a more
flexible replacement.
+=head1 DESCRIPTION
+
C<virt-list-partitions> is a command line tool to list
the partitions that are contained in a virtual machine or
disk image. It is mainly useful as a first step to using
diff --git a/tools/virt-tar b/tools/virt-tar
index 39a12cb0..844ca1ae 100755
--- a/tools/virt-tar
+++ b/tools/virt-tar
@@ -42,7 +42,7 @@ virt-tar - Extract or upload files to a virtual machine
virt-tar [--options] disk.img [disk.img ...] -u tarball directory
-=head1 NOTE
+=head1 OBSOLETE
This tool is obsolete. Use L<virt-copy-in(1)>, L<virt-copy-out(1)>,
L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements.