From b314f6700a2d20bb3e5976ed96f0dd9880b50990 Mon Sep 17 00:00:00 2001 From: Kashyap Chamarthy Date: Mon, 14 Dec 2015 19:49:00 +0100 Subject: [PATCH] guestfs.pod: Update reference to libguestfs internals --- src/guestfs.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index f9dea92c8..af12c3dfb 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1550,7 +1550,7 @@ such as L with the I<--live> option will "just work". By calling L you can change how the library connects to the C daemon in L (read -L for some background). +L for some background). The normal backend is C, where a small appliance is created containing the daemon, and then the library connects to this.