summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-11 17:02:18 +0100
committerRichard Jones <rjones@redhat.com>2010-04-12 19:09:57 +0100
commit9ac3cfd1a7b9d5464cfd059328b547a31fb549a0 (patch)
tree892b006e30179bcc1cc3893e53e2dedeac789e4c
parent73ae773ca257b788e7805238a95e128d076a0987 (diff)
downloadlibguestfs-9ac3cfd1a7b9d5464cfd059328b547a31fb549a0.tar.gz
libguestfs-9ac3cfd1a7b9d5464cfd059328b547a31fb549a0.tar.xz
libguestfs-9ac3cfd1a7b9d5464cfd059328b547a31fb549a0.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. (cherry picked from commit 9a608a1516bd339dc6d5ebe9952d3bced273c416)
-rw-r--r--README4
-rw-r--r--fish/guestfish.pod8
-rw-r--r--html/recipes.css2
-rwxr-xr-xinspector/virt-inspector4
-rw-r--r--src/guestfs.pod13
-rwxr-xr-xtools/virt-cat2
-rwxr-xr-xtools/virt-df4
-rwxr-xr-xtools/virt-edit2
-rwxr-xr-xtools/virt-list-filesystems2
-rwxr-xr-xtools/virt-list-partitions4
-rwxr-xr-xtools/virt-ls2
-rwxr-xr-xtools/virt-rescue2
-rwxr-xr-xtools/virt-resize2
-rwxr-xr-xtools/virt-tar2
-rwxr-xr-xtools/virt-win-reg2
15 files changed, 36 insertions, 19 deletions
diff --git a/README b/README
index e3091262..4919f623 100644
--- a/README
+++ b/README
@@ -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 b8bc0cc1..0d93fddc 100755
--- a/tools/virt-list-partitions
+++ b/tools/virt-list-partitions
@@ -203,11 +203,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-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 74f13b16..709d0b0a 100755
--- a/tools/virt-resize
+++ b/tools/virt-resize
@@ -1012,7 +1012,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