[libvirt] update documentation

I hit a small snag when following the documentation, specifically the doc says to use <clock sync='localtime'/> when it should say <clock offset='localtime'/>.

--- docs/formatdomain.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 965262a..c1e6a16 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -287,7 +287,7 @@ <pre> ... - <clock sync="localtime"/> + <clock offset="localtime"/> ...</pre> <dl> -- 1.6.1.2

jesse lauren farinacci wrote:
--- docs/formatdomain.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 965262a..c1e6a16 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -287,7 +287,7 @@
<pre> ... - <clock sync="localtime"/> + <clock offset="localtime"/> ...</pre>
<dl>
ACK Thanks, Cole

Cole Robinson <crobinso@redhat.com> wrote:
jesse lauren farinacci wrote:
--- docs/formatdomain.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 965262a..c1e6a16 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -287,7 +287,7 @@
<pre> ... - <clock sync="localtime"/> + <clock offset="localtime"/> ...</pre>
<dl>
ACK
Looks fine. I've committed this.

On Tue, 2009-02-17 at 11:19 +0100, Jim Meyering wrote:
Cole Robinson <crobinso@redhat.com> wrote:
jesse lauren farinacci wrote:
--- docs/formatdomain.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 965262a..c1e6a16 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -287,7 +287,7 @@
<pre> ... - <clock sync="localtime"/> + <clock offset="localtime"/> ...</pre>
<dl>
ACK
Looks fine. I've committed this.
And I've committed the auto-generated change to formatdomain.html Cheers, Mark.

Mark McLoughlin wrote:
On Tue, 2009-02-17 at 11:19 +0100, Jim Meyering wrote:
Cole Robinson <crobinso@redhat.com> wrote:
jesse lauren farinacci wrote:
--- docs/formatdomain.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 965262a..c1e6a16 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -287,7 +287,7 @@
<pre> ... - <clock sync="localtime"/> + <clock offset="localtime"/> ...</pre>
<dl>
ACK
Looks fine. I've committed this.
And I've committed the auto-generated change to formatdomain.html
Thanks. Eventually I'd like to stop version-controlling such generated outputs. They can only cause trouble. However, if some people (with enough motivation or loud enough voices) want those outputs to be available for convenient checkout, web access, etc., we can set up something that will automatically put them into a different place (maybe another repo) just for autogenerated outputs.
participants (4)
-
Cole Robinson
-
jesse lauren farinacci
-
Jim Meyering
-
Mark McLoughlin