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 | |
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.
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | fish/guestfish.pod | 8 | ||||
-rw-r--r-- | html/recipes.css | 2 | ||||
-rwxr-xr-x | inspector/virt-inspector | 4 | ||||
-rw-r--r-- | src/guestfs.pod | 13 | ||||
-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 |
16 files changed, 37 insertions, 20 deletions
@@ -315,13 +315,13 @@ first: - python - rpm-python http://www.rpm.org/ - yum http://yum.baseurl.org/ - - febootstrap http://et.redhat.com/~rjones/febootstrap/ + - febootstrap http://people.redhat.com/~rjones/febootstrap/ Copyright and license information ---------------------------------------------------------------------- -Copyright (C) 2009 Red Hat Inc. +Copyright (C) 2009-2010 Red Hat Inc. The library is distributed under the LGPLv2+. The programs are distributed under the GPLv2+. Please see the files COPYING and diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 13645456..e2ea5057 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -98,7 +98,7 @@ the functionality of the guestfs API, see L<guestfs(3)>. Guestfish gives you structured access to the libguestfs API, from shell scripts or the command line or interactively. If you want to -rescue a broken virtual machine image, you might want to look at the +rescue a broken virtual machine image, you should look at the L<virt-rescue(1)> command. Using guestfish in read/write mode on live virtual machines can be @@ -738,11 +738,15 @@ I<1> if there was an error. L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, +L<virt-df(1)>, L<virt-edit(1)>, L<virt-list-filesystems(1)>, +L<virt-list-partitions(1)>, L<virt-ls(1)>, +L<virt-make-fs(1)>, L<virt-rescue(1)>, -L<virt-tar(1)>. +L<virt-tar(1)>, +L<virt-win-reg(1)>. =head1 AUTHORS diff --git a/html/recipes.css b/html/recipes.css index 6c012dca..ecd61410 100644 --- a/html/recipes.css +++ b/html/recipes.css @@ -1,5 +1,5 @@ /* CSS to make pod2html files look a little bit better. */ -@import url("http://et.redhat.com/~rjones/css/standard.css"); +@import url("http://people.redhat.com/~rjones/css/standard.css"); pre.example { font-weight: bold; diff --git a/inspector/virt-inspector b/inspector/virt-inspector index a7a65146..4428ecda 100755 --- a/inspector/virt-inspector +++ b/inspector/virt-inspector @@ -847,9 +847,9 @@ L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>. -=head1 AUTHOR +=head1 AUTHORS -Richard W.M. Jones L<http://et.redhat.com/~rjones/> +Richard W.M. Jones L<http://people.redhat.com/~rjones/> Matthew Booth L<mbooth@redhat.com> diff --git a/src/guestfs.pod b/src/guestfs.pod index d005257a..1c7a02aa 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1326,8 +1326,21 @@ enough. =head1 SEE ALSO L<guestfish(1)>, +L<guestmount(1)>, +L<virt-cat(1)>, +L<virt-df(1)>, +L<virt-edit(1)>, +L<virt-inspector(1)>, +L<virt-list-filesystems(1)>, +L<virt-list-partitions(1)>, +L<virt-ls(1)>, +L<virt-make-fs(1)>, +L<virt-rescue(1)>, +L<virt-tar(1)>, +L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, +L<hivex(3)>, L<http://libguestfs.org/>. Tools with a similar purpose: 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 |