Hide Forgot
Description of problem: In the documentation there is buggy C-code examples. All errors are like the line beneath or similar: const char *xmlconfig = "<domain>........</domain>"; but it should be like this: const char xmlconfig[] = "<domain>........</domain>"; Version-Release number of selected component (if applicable): Edition 1
Which documentation? Can you post a URL where you found this bad example? I could not find any hits with 'git grep "xmlconfig ="' in libvirt.git, so the documentation must come from elsewhere, but I don't know where to assign this BZ without some hints.
Actually I can't remember where I found the bug exactly. Sorry but it's a year ago. I used the package from the opensuse 11.3 distribution, so maybe it might not be of any relevance, as this version of opensuse is no longer supported.
Then I will go ahead and close this bug; if you later find a real doc problem, feel free to reopen this or a new BZ.