From: John Wolfe Date: Tue, 19 Apr 2022 21:30:54 +0000 (-0700) Subject: Inclusive language - "kill" X-Git-Tag: stable-12.1.0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df63c64bf5e12a5f5bc0ba9bda4b786a4295ae5b;p=thirdparty%2Fopen-vm-tools.git Inclusive language - "kill" Address uses of the term "kill" in some files used by open-vm-tools. --- diff --git a/open-vm-tools/lib/procMgr/procMgrPosix.c b/open-vm-tools/lib/procMgr/procMgrPosix.c index bc2acf4ec..b45cccb0a 100644 --- a/open-vm-tools/lib/procMgr/procMgrPosix.c +++ b/open-vm-tools/lib/procMgr/procMgrPosix.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2021 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2022 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -1952,7 +1952,7 @@ ProcMgrKill(pid_t pid, // IN * ProcMgr_KillByPid -- * * Attempt to terminate the process of procId. - * First try TERM for 5 seconds, then KILL for 15 + * First try SIGTERM for 5 seconds, then SIGKILL for 15 * if that is unsuccessful. * * Results: