]> xenbits.xensource.com Git - libvirt.git/commitdiff
doc: fix typo in formatdomain's clock offset specification
authorJim Meyering <meyering@redhat.com>
Tue, 17 Feb 2009 10:19:40 +0000 (10:19 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 17 Feb 2009 10:19:40 +0000 (10:19 +0000)
* docs/formatdomain.html.in: s/clock sync/clock offset/
Patch by Jesse Lauren Farinacci <jieryn@gmail.com>.

ChangeLog
docs/formatdomain.html.in

index ed86cafea70e63cd760d445fcb9f1a54e52329b4..d6cc9a8d3641e6b6b464056723763fa5f5ba2b90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Feb 17 11:18:39 +0100 2009 Jim Meyering <meyering@redhat.com>
+
+       doc: fix typo in formatdomain's clock offset specification
+       * docs/formatdomain.html.in: s/clock sync/clock offset/
+       Patch by Jesse Lauren Farinacci <jieryn@gmail.com>.
+
 Tue Feb 10 11:14:07 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
 
        Fix I/O errors in libvirtd daemon, and hang/crash in remote
index 965262a3443765fdb3006427fcebafced08b940d..c1e6a168e654dcd613e788270df88b2026b33075 100644 (file)
 
     <pre>
         ...
-        &lt;clock sync="localtime"/&gt;
+        &lt;clock offset="localtime"/&gt;
        ...</pre>
 
     <dl>