Replace uid and gid with user-ID and group-ID in more places.

This commit is contained in:
Todd C. Miller
2022-01-20 10:08:34 -07:00
parent bdae9843ab
commit e4ee1a8502
16 changed files with 72 additions and 72 deletions

View File

@@ -16,7 +16,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd January 19, 2022
.Dd January 20, 2022
.Dt SUDO_PLUGIN_PYTHON @mansectform@
.Os Sudo @PACKAGE_VERSION@
.Sh NAME
@@ -314,7 +314,7 @@ The
function is called before
.Nm sudo
sets up the
execution environment for the command before any uid or gid changes.
execution environment for the command before any user-ID or group-ID changes.
.Pp
The function arguments are as follows:
.Bl -tag -width 4n