diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-31 09:25:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-31 09:25:32 +0000 |
commit | 1206b138449586bbb65447eeb403774e3e5dd1c4 (patch) | |
tree | 4495ea4d1bd37e6730956909dd27b00518513de6 /lib | |
parent | 2e3726e915ae695604a012b2f1e6e60ac3754ceb (diff) |
typo; jon@oaktree.co.uk
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/setuid.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index a4006f13c68..3e175fb82ed 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setuid.2,v 1.3 1998/07/06 18:28:31 deraadt Exp $ +.\" $OpenBSD: setuid.2,v 1.4 1998/12/31 09:25:31 deraadt Exp $ .\" $NetBSD: setuid.2,v 1.3 1995/02/27 12:37:06 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -98,7 +98,7 @@ in this way, the effective user ID of a set-user-ID executable may be toggled by switching to the real user ID, then re-enabled by reverting to the set-user-ID value. Similarly, the effective group ID may be set to the value -of the real group ID or the saved set-user-ID. +of the real group ID or the saved set-group-ID. .Pp .Sh RETURN VALUES Upon success, these functions return 0; |