From 71c254a6e656512b6d69972ec20b674901d9eebf Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 19 Feb 2012 01:54:33 +0000 Subject: Make seteuid argument name consistent in manual. --- manual/users.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual') diff --git a/manual/users.texi b/manual/users.texi index efe8958..bdc2d68 100644 --- a/manual/users.texi +++ b/manual/users.texi @@ -291,7 +291,7 @@ include the header files @file{sys/types.h} and @file{unistd.h}. @comment unistd.h @comment POSIX.1 @deftypefun int seteuid (uid_t @var{neweuid}) -This function sets the effective user ID of a process to @var{newuid}, +This function sets the effective user ID of a process to @var{neweuid}, provided that the process is allowed to change its effective user ID. A privileged process (effective user ID zero) can change its effective user ID to any legal value. An unprivileged process with a file user ID @@ -305,7 +305,7 @@ function: @table @code @item EINVAL -The value of the @var{newuid} argument is invalid. +The value of the @var{neweuid} argument is invalid. @item EPERM The process may not change to the specified ID. -- cgit v1.1