diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-10-01 03:03:41 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-10-01 03:03:41 +0000 |
commit | 0fb48123c02a71f1d5e93d48e2c42d16a2026cf9 (patch) | |
tree | 511b1e0ebfba7292a75d0301e3895bb436504a31 | |
parent | 07059c9f9adbfad84897f472758aef17fe5a7c5d (diff) |
2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0
-rw-r--r-- | lib/libc/sys/issetugid.2 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2 index 82987415136..f30144be73e 100644 --- a/lib/libc/sys/issetugid.2 +++ b/lib/libc/sys/issetugid.2 @@ -1,3 +1,4 @@ +.\" $OpenBSD: issetugid.2,v 1.2 1996/10/01 03:03:40 etheisen Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -30,9 +31,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 4, 1993 -.Dt GETUID 2 -.Os BSD 4 +.Dd August, 25 1996 +.Dt ISSETUGID 2 +.Os OpenBSD 2.0 .Sh NAME .Nm issetugid .Nd is current executable running setuid or setgid @@ -50,8 +51,6 @@ system call. Otherwise it returns 0. .Sh ERRORS The -.Fn getuid -and -.Fn geteuid -functions are always successful, and no return value is reserved to +.Fn issetugid +function is always successful, and no return value is reserved to indicate an error. |