[libvirt] PATCH: Fix typo in XML documentation regarding VNC password

Excuse my previous post, I didn't know the website was in docs/ and I could submit a real patch ;) So here it is: diff --git a/docs/formatdomain.html b/docs/formatdomain.html index 27e42ac..817fd7e 100644 --- a/docs/formatdomain.html +++ b/docs/formatdomain.html @@ -746,7 +746,7 @@ qemu-kvm -net nic,model=? /dev/null auto-allocated). The <code>autoport</code> attribute is the new preferred syntax for indicating autoallocation of the TCP port to use. The <code>listen</code> attribute is an IP address for the server to - listen on. The <code>password</code> attribute provides a VNC password + listen on. The <code>passwd</code> attribute provides a VNC password in clear text. The <code>keymap</code> attribute specifies the keymap to use.</dd></dl> <h4> -- Garry Dolley ARP Networks, Inc. | http://www.arpnetworks.com | (818) 206-0181 Data center, VPS, and IP Transit solutions Member Los Angeles County REACT, Unit 336 | WQGK336 Blog http://scie.nti.st

On Tue, Jun 09, 2009 at 05:37:22AM -0700, Garry Dolley wrote:
Excuse my previous post, I didn't know the website was in docs/ and I could submit a real patch ;)
So here it is:
diff --git a/docs/formatdomain.html b/docs/formatdomain.html
Actually the .html are generated from .html.in so that's the file to fix, but I'm doing it now, thanks ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On Tue, Jun 09, 2009 at 03:22:27PM +0200, Daniel Veillard wrote:
On Tue, Jun 09, 2009 at 05:37:22AM -0700, Garry Dolley wrote:
Excuse my previous post, I didn't know the website was in docs/ and I could submit a real patch ;)
So here it is:
diff --git a/docs/formatdomain.html b/docs/formatdomain.html
Actually the .html are generated from .html.in so that's the file to fix, but I'm doing it now,
Thanks for the clarification, I'll make a note of that when submitting patches for the docs. -- Garry Dolley ARP Networks, Inc. | http://www.arpnetworks.com | (818) 206-0181 Data center, VPS, and IP Transit solutions Member Los Angeles County REACT, Unit 336 | WQGK336 Blog http://scie.nti.st

On Tue, Jun 09, 2009 at 03:16:25PM -0700, Garry Dolley wrote:
On Tue, Jun 09, 2009 at 03:22:27PM +0200, Daniel Veillard wrote:
On Tue, Jun 09, 2009 at 05:37:22AM -0700, Garry Dolley wrote:
Excuse my previous post, I didn't know the website was in docs/ and I could submit a real patch ;)
So here it is:
diff --git a/docs/formatdomain.html b/docs/formatdomain.html
Actually the .html are generated from .html.in so that's the file to fix, but I'm doing it now,
Thanks for the clarification, I'll make a note of that when submitting patches for the docs.
Just raise the issues you spot, I will be happy to fix them :-) thanks again Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
participants (2)
-
Daniel Veillard
-
Garry Dolley