features: WANT_CLIENT_FIRST|PROXY_AUTHENTICATION|NEED_SERVER_FQDN
</pre>
<p>
-Next is is necessary for the administrator of the Kerberos realm to issue a principle
+Next it is necessary for the administrator of the Kerberos realm to issue a principle
for the libvirt server. There needs to be one principle per host running the libvirt
daemon. The principle should be named <code>libvirt/full.hostname@KERBEROS.REALM</code>.
This is typically done by running the <code>kadmin.local</code> command on the Kerberos
<p> The libvirt build process uses GNU autotools, so after obtaining a
checkout it is necessary to generate the configure script and Makefile.in
templates using the <code>autogen.sh</code> command, passing the extra
- arguments as as for configure. As an example, to do a complete build and
+ arguments as for configure. As an example, to do a complete build and
install it into your home directory run:</p>
<pre>
<li>int1, int2: integer information</li>
</ul>
<p>So usually, setting up specific error handling with libvirt consist of
-registering an handler with with <a href="html/libvirt-virterror.html#virSetErrorFunc">virSetErrorFunc</a> or
+registering a handler with <a href="html/libvirt-virterror.html#virSetErrorFunc">virSetErrorFunc</a> or
with <a href="html/libvirt-virterror.html#virConnSetErrorFunc">virConnSetErrorFunc</a>,
check the value of the code value, take appropriate action, if needed let
libvirt print the error on stderr by calling <a href="html/libvirt-virterror.html#virDefaultErrorFunc">virDefaultErrorFunc</a>.
</interface>
...</pre>
- <h5><a name="elementsNICSBridge">Bridge to to LAN</a></h5>
+ <h5><a name="elementsNICSBridge">Bridge to LAN</a></h5>
<p>
<strong><em>
<h2>Presentation</h2>
<p>The Java bindings make use of <a href="https://jna.dev.java.net/">JNA</a>
- to expose the C API in a Java friendly way. The bindings are are based on
+ to expose the C API in a Java friendly way. The bindings are based on
work initiated by Toth Istvan.</p>
<h2>Getting it</h2>
</ul>
<h3>0.0.3: Feb 9 2006</h3>
<ul>
- <li>Switch name from from 'libvir' to libvirt</li>
+ <li>Switch name from 'libvir' to libvirt</li>
<li>Starting infrastructure to add code examples</li>
<li>Update of python bindings for completeness</li>
</ul>