diff options
author | 1996-10-01 03:03:40 +0000 | |
---|---|---|
committer | 1996-10-01 03:03:40 +0000 | |
commit | 129f03d247c2cf6d3ac3619d821777593402cde3 (patch) | |
tree | 9b33f9bac2dd5c98673501d753fa0177ae22d0f4 /lib/libc | |
parent | 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 (diff) | |
download | wireguard-openbsd-129f03d247c2cf6d3ac3619d821777593402cde3.tar.xz wireguard-openbsd-129f03d247c2cf6d3ac3619d821777593402cde3.zip |
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
Diffstat (limited to 'lib/libc')
-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. |