From 27a1f781bcb7388e08b0bce31643115ed165f859 Mon Sep 17 00:00:00 2001 From: Dan Kenigsberg Date: Tue, 22 Sep 2009 12:54:57 +0200 Subject: [PATCH] Fix a number of small typos --- docs/auth.html.in | 2 +- docs/downloads.html.in | 2 +- docs/errors.html.in | 2 +- docs/formatdomain.html.in | 2 +- docs/java.html.in | 2 +- docs/news.html.in | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/auth.html.in b/docs/auth.html.in index 04b1210689..3ca40c327e 100644 --- a/docs/auth.html.in +++ b/docs/auth.html.in @@ -151,7 +151,7 @@ Plugin "gssapiv2" [loaded], API version: 4 features: WANT_CLIENT_FIRST|PROXY_AUTHENTICATION|NEED_SERVER_FQDN

-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 libvirt/full.hostname@KERBEROS.REALM. This is typically done by running the kadmin.local command on the Kerberos diff --git a/docs/downloads.html.in b/docs/downloads.html.in index a34ddd13f2..493923c267 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -60,7 +60,7 @@

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 autogen.sh 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:

 
diff --git a/docs/errors.html.in b/docs/errors.html.in
index 57cbe6f122..cbd6e4b8e2 100644
--- a/docs/errors.html.in
+++ b/docs/errors.html.in
@@ -58,7 +58,7 @@ to 0 or NULL if unused

  • int1, int2: integer information
  • So usually, setting up specific error handling with libvirt consist of -registering an handler with with virSetErrorFunc or +registering a handler with virSetErrorFunc or with virConnSetErrorFunc, check the value of the code value, take appropriate action, if needed let libvirt print the error on stderr by calling virDefaultErrorFunc. diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 39b2b56b3c..829adef26e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -500,7 +500,7 @@ </interface> ...

    -
    Bridge to to LAN
    +
    Bridge to LAN

    diff --git a/docs/java.html.in b/docs/java.html.in index 5c659bb80a..d3e3ebc501 100644 --- a/docs/java.html.in +++ b/docs/java.html.in @@ -5,7 +5,7 @@

    Presentation

    The Java bindings make use of JNA - 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.

    Getting it

    diff --git a/docs/news.html.in b/docs/news.html.in index 7a80e60029..b4b039977d 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -1605,7 +1605,7 @@ and check the ChangeLog to gauge progress.

    0.0.3: Feb 9 2006

      -
    • Switch name from from 'libvir' to libvirt
    • +
    • Switch name from 'libvir' to libvirt
    • Starting infrastructure to add code examples
    • Update of python bindings for completeness