]> xenbits.xensource.com Git - libvirt.git/commitdiff
virCommandFDIsSet: Update documentation
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 21 Mar 2018 16:19:29 +0000 (17:19 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 22 Mar 2018 06:44:14 +0000 (07:44 +0100)
The set of arguments was changed a long time ago (040d9963420
which dates back to July 2013)  but the corresponding
documentation was not updated.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
src/util/vircommand.c

index 8a319069fde64a4d0dee37eb3176cd016f065ab9..6dab105f568d0f1984aa70b0e9d3f4cc9036b8cc 100644 (file)
@@ -147,9 +147,8 @@ static int dryRunStatus;
 
 /*
  * virCommandFDIsSet:
- * @fd: FD to test
- * @set: the set
- * @set_size: actual size of @set
+ * @cmd: pointer to virCommand
+ * @fd: file descriptor to query
  *
  * Check if FD is already in @set or not.
  *