summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-03-19 18:41:23 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-03-19 18:41:23 +0000
commit1541f3a564f8ff14c1a63298120e4dc618ea3274 (patch)
treee8a29b85d7c8f8ecc5a2f24d766d5acdcd19c49a
parentcf6f380c544456ee3e84fd41a480ea4cab3d94dd (diff)
downloadlibguestfs-1541f3a564f8ff14c1a63298120e4dc618ea3274.tar.gz
libguestfs-1541f3a564f8ff14c1a63298120e4dc618ea3274.tar.xz
libguestfs-1541f3a564f8ff14c1a63298120e4dc618ea3274.zip
guestfs(3): 'kernel' -> 'supermin appliance'.
-rw-r--r--src/guestfs.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 7fdc7585..a847a5f3 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -932,8 +932,8 @@ architecture for multithreaded programs using libvirt and libguestfs.
=head2 PATH
-Libguestfs needs a kernel and initrd.img, which it finds by looking
-along an internal path.
+Libguestfs needs a supermin appliance, which it finds by looking along
+an internal path.
By default it looks for these in the directory C<$libdir/guestfs>
(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>).
@@ -2781,8 +2781,8 @@ example:
=item LIBGUESTFS_PATH
-Set the path that libguestfs uses to search for kernel and initrd.img.
-See the discussion of paths in section PATH above.
+Set the path that libguestfs uses to search for a supermin appliance.
+See the discussion of paths in section L</PATH> above.
=item LIBGUESTFS_QEMU