diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-11 17:02:18 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-11 17:02:18 +0100 |
commit | 9a608a1516bd339dc6d5ebe9952d3bced273c416 (patch) | |
tree | 66152d0cf42cd8b229056d9c87f2bd0698a2c4de /tools | |
parent | 4e5678c1040503e7f05048ccb002fbf257bcb762 (diff) | |
download | libguestfs-9a608a1516bd339dc6d5ebe9952d3bced273c416.tar.gz libguestfs-9a608a1516bd339dc6d5ebe9952d3bced273c416.tar.xz libguestfs-9a608a1516bd339dc6d5ebe9952d3bced273c416.zip |
Documentation updates.
Fix copyright years.
Fix URLs to point to new PRC site.
Make sure guestfish(1) and guestfs(3) manpages reference the
current list of tools.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/virt-cat | 2 | ||||
-rwxr-xr-x | tools/virt-df | 4 | ||||
-rwxr-xr-x | tools/virt-edit | 2 | ||||
-rwxr-xr-x | tools/virt-list-filesystems | 2 | ||||
-rwxr-xr-x | tools/virt-list-partitions | 4 | ||||
-rwxr-xr-x | tools/virt-ls | 2 | ||||
-rwxr-xr-x | tools/virt-make-fs | 2 | ||||
-rwxr-xr-x | tools/virt-rescue | 2 | ||||
-rwxr-xr-x | tools/virt-resize | 2 | ||||
-rwxr-xr-x | tools/virt-tar | 2 | ||||
-rwxr-xr-x | tools/virt-win-reg | 2 |
11 files changed, 13 insertions, 13 deletions
diff --git a/tools/virt-cat b/tools/virt-cat index 329ba6e3..c8cdd193 100755 --- a/tools/virt-cat +++ b/tools/virt-cat @@ -173,7 +173,7 @@ L<http://libguestfs.org/>. =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT diff --git a/tools/virt-df b/tools/virt-df index 684334d0..17aed4a2 100755 --- a/tools/virt-df +++ b/tools/virt-df @@ -350,11 +350,11 @@ L<http://libguestfs.org/>. =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT -Copyright (C) 2009 Red Hat Inc. +Copyright (C) 2009-2010 Red Hat Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tools/virt-edit b/tools/virt-edit index 9196a663..c133e6a1 100755 --- a/tools/virt-edit +++ b/tools/virt-edit @@ -192,7 +192,7 @@ L<http://libguestfs.org/>. =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT diff --git a/tools/virt-list-filesystems b/tools/virt-list-filesystems index f0ee45f8..921704b2 100755 --- a/tools/virt-list-filesystems +++ b/tools/virt-list-filesystems @@ -202,7 +202,7 @@ L<http://libguestfs.org/>. =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT diff --git a/tools/virt-list-partitions b/tools/virt-list-partitions index 0fec8723..8bda62ef 100755 --- a/tools/virt-list-partitions +++ b/tools/virt-list-partitions @@ -239,11 +239,11 @@ L<http://libguestfs.org/>. =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT -Copyright (C) 2009 Red Hat Inc. +Copyright (C) 2009-2010 Red Hat Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tools/virt-ls b/tools/virt-ls index 6ab60215..8add52e3 100755 --- a/tools/virt-ls +++ b/tools/virt-ls @@ -221,7 +221,7 @@ L<http://libguestfs.org/>. =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 74de4dee..3f27a623 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -551,7 +551,7 @@ L<https://bugzilla.redhat.com/> =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT diff --git a/tools/virt-rescue b/tools/virt-rescue index 2006248c..aef9b824 100755 --- a/tools/virt-rescue +++ b/tools/virt-rescue @@ -159,7 +159,7 @@ L<http://libguestfs.org/>. =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT diff --git a/tools/virt-resize b/tools/virt-resize index fbbf7f62..ec1b5341 100755 --- a/tools/virt-resize +++ b/tools/virt-resize @@ -1237,7 +1237,7 @@ L<http://libguestfs.org/>. =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT diff --git a/tools/virt-tar b/tools/virt-tar index 16013b82..612b5008 100755 --- a/tools/virt-tar +++ b/tools/virt-tar @@ -267,7 +267,7 @@ L<http://libguestfs.org/>. =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT diff --git a/tools/virt-win-reg b/tools/virt-win-reg index b4bb1f0f..9ce84b57 100755 --- a/tools/virt-win-reg +++ b/tools/virt-win-reg @@ -472,7 +472,7 @@ L<https://bugzilla.redhat.com/> =head1 AUTHOR -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT |