docs: Make virConnectClose comply to apibuild.py expectations

apibuild.py expects a sentence that starts with "Returns"
describing the return value of a function.
This commit is contained in:
Matthias Bolte 2011-06-23 00:38:58 +02:00
parent 91141474f8
commit 82915370f7
1 changed files with 1 additions and 1 deletions

View File

@ -1303,7 +1303,7 @@ error:
* matching virConnectClose, and all other references will be released
* after the corresponding operation completes.
*
* The return value is the number of remaining references on success
* Returns the number of remaining references on success
* (positive implies that some other call still has a reference open,
* 0 implies that no references remain and the connection is closed),
* or -1 on failure. It is possible for the last virConnectClose to