diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-17 12:46:04 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-17 13:18:39 +0100 |
commit | 4bc110e2bc738bde9b9c09bc602ef13c06b60e90 (patch) | |
tree | 7f810c045350b87c8acdebae14cd38fedcdb5a27 /examples/guestfs-testing.pod | |
parent | 182b4a66609ffd5366575d72351cd8174cf68145 (diff) | |
download | libguestfs-4bc110e2bc738bde9b9c09bc602ef13c06b60e90.tar.gz libguestfs-4bc110e2bc738bde9b9c09bc602ef13c06b60e90.tar.xz libguestfs-4bc110e2bc738bde9b9c09bc602ef13c06b60e90.zip |
docs: Use L<...> for links.
Instead of working around bugs, podwrapper has been fixed so that
links work in all output formats.
Diffstat (limited to 'examples/guestfs-testing.pod')
-rw-r--r-- | examples/guestfs-testing.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/guestfs-testing.pod b/examples/guestfs-testing.pod index c35c3b86..2bd854f2 100644 --- a/examples/guestfs-testing.pod +++ b/examples/guestfs-testing.pod @@ -40,7 +40,7 @@ After a few runs, the time should settle down to a few seconds (under How to check for hardware virt: -http://virt-tools.org/learning/check-hardware-virt/ +L<http://virt-tools.org/learning/check-hardware-virt/> If the command above does not work at all, use L<libguestfs-test-tool(1)>. @@ -135,8 +135,8 @@ Run: Now try to load this into your favorite spreadsheet or database. Are the results reproduced faithfully in the spreadsheet/database? -http://www.postgresql.org/docs/8.1/static/sql-copy.html -http://dev.mysql.com/doc/refman/5.1/en/load-data.html +L<http://www.postgresql.org/docs/8.1/static/sql-copy.html> +L<http://dev.mysql.com/doc/refman/5.1/en/load-data.html> =head2 B<*> Edit a file in a B<shut off> guest. |