From: "Richard W.M. Jones" <rjones(a)redhat.com>
This was accidentally moved by this commit:
commit b8b5ed65c26dd19a0bc9f8282a50c6dff90c456a
Author: Richard W.M. Jones <rjones(a)redhat.com>
Date: Wed May 23 11:46:23 2012 +0100
FAQ: Add section about using libguestfs in closed source programs.
(cherry picked from commit 0a484e868f5f0b7f6245a80f67e09c8210721dac)
---
examples/guestfs-faq.pod | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod
index 2171b81..cf2f67f 100644
--- a/examples/guestfs-faq.pod
+++ b/examples/guestfs-faq.pod
@@ -735,13 +735,6 @@ Once you're familiar with the API overview, you should look at
this
list of starting points for other language bindings:
L<guestfs(3)/USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES>.
-=begin html
-
-<!-- old anchor for the next section -->
-<a name="debug"/>
-
-=end html
-
=head2 Can I use libguestfs in my proprietary / closed source /
commercial program?
@@ -753,6 +746,13 @@ In the source tree the license is in the file C<COPYING.LIB>
(LGPLv2+
for the library and bindings) and C<COPYING> (GPLv2+ for the
standalone programs).
+=begin html
+
+<!-- old anchor for the next section -->
+<a name="debug"/>
+
+=end html
+
=head1 DEBUGGING LIBGUESTFS
B<In summary:> enable debugging by setting these two environment
--
1.8.3.1