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

@@ -17,7 +17,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.TH "SUDO_PLUGIN_PYTHON" "5" "January 19, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
.TH "SUDO_PLUGIN_PYTHON" "5" "January 20, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
.nh
.if n .ad l
.SH "NAME"
@@ -370,7 +370,7 @@ The
function is called before
\fBsudo\fR
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.
.sp
The function arguments are as follows:
.TP 6n