guestfs.pod: Update reference to libguestfs internals

This commit is contained in:
Kashyap Chamarthy
2015-12-14 19:49:00 +01:00
committed by Richard W.M. Jones
parent cc717138a9
commit b314f6700a

View File

@@ -1550,7 +1550,7 @@ such as L<guestfish(1)> with the I<--live> option will "just work".
By calling L</guestfs_set_backend> you can change how the library
connects to the C<guestfsd> daemon in L</guestfs_launch> (read
L</ARCHITECTURE> for some background).
L<guestfs-internals(1)/ARCHITECTURE> for some background).
The normal backend is C<direct>, where a small appliance is created
containing the daemon, and then the library connects to this.