diff --git a/appliance/libguestfs-make-fixed-appliance.pod b/appliance/libguestfs-make-fixed-appliance.pod index 51022eeca..42dad01cd 100644 --- a/appliance/libguestfs-make-fixed-appliance.pod +++ b/appliance/libguestfs-make-fixed-appliance.pod @@ -25,7 +25,7 @@ Some reasons why you I want to use this include: You want to make a self-contained libguestfs appliance that can be copied to another machine or platform that doesn't support -L. +L. =item * @@ -129,8 +129,8 @@ looking for an appliance. The path is built into libguestfs, or can be set using the C environment variable. Normally a supermin appliance is located on this path (see -L). libguestfs reconstructs this -into a full appliance by running L. +L). libguestfs reconstructs this +into a full appliance by running L. However, a simpler "fixed appliance" can also be used. libguestfs detects this by looking for a directory on the path containing four @@ -166,8 +166,8 @@ libguestfs, please see the L manual page. =head1 SEE ALSO L, -L, -L, +L, +L, L, L, L. diff --git a/examples/guestfs-performance.pod b/examples/guestfs-performance.pod index 05a00e67d..b2a5058b7 100644 --- a/examples/guestfs-performance.pod +++ b/examples/guestfs-performance.pod @@ -90,7 +90,7 @@ set C<$TMPDIR> or C<$LIBGUESTFS_CACHEDIR> in which case it will be under that temporary directory. For more information about how the appliance is constructed, see -L. +L. Every time libguestfs runs it will check that no host files used by the appliance have changed. If any have, then the appliance is @@ -166,7 +166,7 @@ times. =item 2. -By default libguestfs (or rather, L) +By default libguestfs (or rather, L) searches over the root filesystem to find out if any host files have changed and if it needs to rebuild the appliance. If these files are not cached and the root filesystem is on an HDD, then this generates @@ -566,8 +566,8 @@ bit. =head1 SEE ALSO -L, -L, +L, +L, L, L, L, diff --git a/examples/guestfs-testing.pod b/examples/guestfs-testing.pod index ba3b87b28..237835bef 100644 --- a/examples/guestfs-testing.pod +++ b/examples/guestfs-testing.pod @@ -95,7 +95,7 @@ this information. =item * -Which kernel is being used? L will try to pick the +Which kernel is being used? L will try to pick the latest kernel installed on your machine. You can see the version in the appliance output, eg: diff --git a/fish/guestfish.pod b/fish/guestfish.pod index c86d5d583..c79604324 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -1486,7 +1486,7 @@ the path of qemu/KVM. These two environment variables allow the kernel that libguestfs uses in the appliance to be selected. If C<$SUPERMIN_KERNEL> is not set, then the most recent host kernel is chosen. For more information -about kernel selection, see L. This +about kernel selection, see L. This feature is only available in supermin / febootstrap E 3.8. =item TMPDIR @@ -1583,7 +1583,7 @@ L, L, L, L, -L. +L. =head1 AUTHORS diff --git a/src/guestfs.pod b/src/guestfs.pod index d75ee64d4..441ba933f 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -3460,7 +3460,7 @@ The appliance is cached in CUIDE> (or in another directory if C or C are set). For a complete description of how the appliance is created and cached, -read the L and L man +read the L and L man pages. =item Start qemu and boot the kernel @@ -4669,7 +4669,7 @@ environment which tends to break everything. These two environment variables allow the kernel that libguestfs uses in the appliance to be selected. If C<$SUPERMIN_KERNEL> is not set, then the most recent host kernel is chosen. For more information -about kernel selection, see L. This +about kernel selection, see L. This feature is only available in supermin / febootstrap E 3.8. =item TMPDIR @@ -4719,8 +4719,8 @@ L, L, L, L, -L, -L, +L, +L, L, L, L, diff --git a/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod index c396cb3ea..a166b7852 100644 --- a/test-tool/libguestfs-test-tool.pod +++ b/test-tool/libguestfs-test-tool.pod @@ -87,7 +87,7 @@ variables C and/or C (C and C if still using the old febootstrap 3.21 program). -Refer to L +Refer to L for further information. =head1 TRYING OUT A DIFFERENT VERSION OF LIBVIRT