From 85666f1314d46d8c1e45614b7f8329848bb666e0 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Wed, 21 Mar 2018 17:19:29 +0100 Subject: [PATCH] virCommandFDIsSet: Update documentation 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 Reviewed-by: Laine Stump --- src/util/vircommand.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/util/vircommand.c b/src/util/vircommand.c index 8a319069fd..6dab105f56 100644 --- a/src/util/vircommand.c +++ b/src/util/vircommand.c @@ -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. * -- GitLab