Skip to content

Commit

Permalink
Make seteuid argument name consistent in manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Myers committed Feb 19, 2012
1 parent 16d2c63 commit 71c254a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2012-02-19 Joseph Myers <joseph@codesourcery.com>

[BZ #11174]
* manual/users.texi (seteuid): Consistently use neweuid for
argument name.

2012-02-19 Joseph Myers <joseph@codesourcery.com>

[BZ #13704]
Expand Down
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Version 2.16
* The following bugs are resolved with this release:

174, 350, 411, 3335, 4026, 4596, 4822, 5077, 5805, 5993, 6884, 6907, 9902,
10140, 10210, 11322, 11494, 12047, 13058, 13525, 13526, 13527, 13528,
13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553, 13555,
13559, 13583, 13618, 13704
10140, 10210, 11174, 11322, 11494, 12047, 13058, 13525, 13526, 13527,
13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551, 13552, 13553,
13555, 13559, 13583, 13618, 13704

* ISO C11 support:

Expand Down
4 changes: 2 additions & 2 deletions manual/users.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 71c254a

Please sign in to comment.