]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: remove references to virRun/virExec
authorJán Tomko <jtomko@redhat.com>
Wed, 22 Apr 2020 14:10:17 +0000 (16:10 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 23 Apr 2020 10:49:30 +0000 (12:49 +0200)
virCommand is now used everywhere.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Suggested-by: Sebastian Mitterle <smitterl@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virprocess.c

index b126c3c9afd2c11a70af0a433d5ba282724c5494..afb1f9b79f36d848e0b53a58283cfd7aa37deeed 100644 (file)
@@ -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