From: Ján Tomko Date: Wed, 22 Apr 2020 14:10:17 +0000 (+0200) Subject: util: remove references to virRun/virExec X-Git-Tag: v6.3.0-rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5580a2a01a368659123e8c1b2bb415baaaff02;p=thirdparty%2Flibvirt.git util: remove references to virRun/virExec virCommand is now used everywhere. Signed-off-by: Ján Tomko Suggested-by: Sebastian Mitterle Reviewed-by: Michal Privoznik --- diff --git a/src/util/virprocess.c b/src/util/virprocess.c index b126c3c9af..afb1f9b79f 100644 --- a/src/util/virprocess.c +++ b/src/util/virprocess.c @@ -129,7 +129,7 @@ VIR_ENUM_IMPL(virProcessSchedPolicy, * @status: child exit status to translate * * Translate an exit status into a malloc'd string. Generic helper - * for virCommandRun(), virCommandWait(), virRun(), and virProcessWait() + * for virCommandRun(), virCommandWait() and virProcessWait() * status argument, as well as raw waitpid(). */ char * @@ -1190,7 +1190,7 @@ virProcessRunInForkHelper(int errfd, * particular no mutexes should be used in @cb, unless steps were * taken before forking to guarantee a predictable state. @cb * must not exec any external binaries, instead - * virCommand/virExec should be used for that purpose. + * virCommand should be used for that purpose. * * On return, the returned value is either -1 with error message * reported if something went bad in the parent, if child has