Kashyap Chamarthy
2015-Dec-14 18:49 UTC
[Libguestfs] [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 f9dea92c81b5805b9011c99d0aa69e0ce687b834..87355d5c9119656e41a3b89f04f687f8fe7fb1f8 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -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> 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. -- 2.4.3
Richard W.M. Jones
2015-Dec-14 21:21 UTC
Re: [Libguestfs] [PATCH] guestfs.pod: Update reference to libguestfs internals
On Mon, Dec 14, 2015 at 07:49:00PM +0100, Kashyap Chamarthy wrote:> -L</ARCHITECTURE> for some background). > +L</guestfs-internals> for some background).Refs to external man pages are like this: L<guestfs-internals(1)>. I'll fix this and push shortly, thanks! Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/
Kashyap Chamarthy
2015-Dec-14 21:30 UTC
Re: [Libguestfs] [PATCH] guestfs.pod: Update reference to libguestfs internals
On Mon, Dec 14, 2015 at 09:21:39PM +0000, Richard W.M. Jones wrote:> On Mon, Dec 14, 2015 at 07:49:00PM +0100, Kashyap Chamarthy wrote: > > -L</ARCHITECTURE> for some background). > > +L</guestfs-internals> for some background). > > Refs to external man pages are like this: L<guestfs-internals(1)>.Ah, thanks, I briefly wondered but recklessly didn't examine closer by looking at existing examples.> I'll fix this and push shortly, thanks!-- /kashyap
Maybe Matching Threads
- libguestfs build fails with: /usr/lib64/golang/pkg/linux_amd64/libguestfs.org/guestfs.a -- no such file
- Re: [PATCH] guestfs.pod: Update reference to libguestfs internals
- [W/ commit: 838a3c9] "inconsistent assumptions over interface Guestfs"
- Debugging nested KVM guest (L2) booting with libguestfs/gdb
- Re: Notes on building libguestfs in a systemd-nspawn container