diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
commit | 0192071c54290a1838194b64aaf939ebac0c0aec (patch) | |
tree | 5217c759bd36b703b17fa6504db1e09e262f1e88 /lib/libc/compat-43/setreuid.3 | |
parent | 2e4cdc356362d72de3c139a57e62e891a77cff8a (diff) |
punctuation
Diffstat (limited to 'lib/libc/compat-43/setreuid.3')
-rw-r--r-- | lib/libc/compat-43/setreuid.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/compat-43/setreuid.3 b/lib/libc/compat-43/setreuid.3 index 2bfd8883de0..5f4912f22e7 100644 --- a/lib/libc/compat-43/setreuid.3 +++ b/lib/libc/compat-43/setreuid.3 @@ -29,26 +29,26 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: setreuid.3,v 1.3 1999/05/23 14:10:58 aaron Exp $ +.\" $OpenBSD: setreuid.3,v 1.4 1999/05/25 13:06:44 aaron Exp $ .\" .Dd March 10, 1991 .Dt SETREUID 3 .Os .Sh NAME .Nm setreuid -.Nd set real and effective user ID's +.Nd set real and effective user IDs .Sh SYNOPSIS .Fd #include <unistd.h> .Ft int .Fn setreuid "int ruid" "int euid" .Sh DESCRIPTION -The real and effective user ID's of the +The real and effective user IDs of the current process are set according to the arguments. If .Fa ruid or .Fa euid -is -1, the current uid is filled in by the system. +is -1, the current UID is filled in by the system. Unprivileged users may change the real user ID to the effective user ID and vice-versa; only the super-user may make other changes. @@ -60,7 +60,7 @@ IDs in set-user-ID programs to temporarily relinquish the set-user-ID value. This purpose is now better served by the use of the .Fn seteuid function (see -.Xr setuid 2 ). +.Xr setuid 2 ) . .Pp When setting the real and effective user IDs to the same value, the standard .Fn setuid |