diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-19 01:54:33 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-19 01:54:33 +0000 |
commit | 71c254a6e656512b6d69972ec20b674901d9eebf (patch) | |
tree | ca6c982ea8c3be556688a44aca9d1bc49f1a6e38 /manual/users.texi | |
parent | Correct list of services in example NSS configuration file. (diff) | |
download | glibc-71c254a6e656512b6d69972ec20b674901d9eebf.tar.gz glibc-71c254a6e656512b6d69972ec20b674901d9eebf.tar.bz2 glibc-71c254a6e656512b6d69972ec20b674901d9eebf.zip |
Make seteuid argument name consistent in manual.
Diffstat (limited to 'manual/users.texi')
-rw-r--r-- | manual/users.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/users.texi b/manual/users.texi index efe8958b43..bdc2d6871d 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. |