diff options
author | 2011-11-07 11:24:30 +0000 | |
---|---|---|
committer | 2011-11-07 11:24:30 +0000 | |
commit | a9a1f7c6abc24fb0654f4ee595485a1940771ef2 (patch) | |
tree | c0a5b84692a715f5f85db59a5d3ac842061f7ae6 /lib/libc/sys/setuid.2 | |
parent | Let the smtpd process handle the enqueueing of offline messages at (diff) | |
download | wireguard-openbsd-a9a1f7c6abc24fb0654f4ee595485a1940771ef2.tar.xz wireguard-openbsd-a9a1f7c6abc24fb0654f4ee595485a1940771ef2.zip |
More .At v1 HISTORY.
All information from http://minnie.tuhs.org/cgi-bin/utree.pl .
All facts checked by sobrado@.
Feedback and ok on an earlier version jmc@.
Diffstat (limited to 'lib/libc/sys/setuid.2')
-rw-r--r-- | lib/libc/sys/setuid.2 | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 7db735a39ec..cb9f7d76809 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setuid.2,v 1.20 2008/08/04 07:08:23 jmc Exp $ +.\" $OpenBSD: setuid.2,v 1.21 2011/11/07 11:24:30 schwarze Exp $ .\" $NetBSD: setuid.2,v 1.3 1995/02/27 12:37:06 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)setuid.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: August 4 2008 $ +.Dd $Mdocdate: November 7 2011 $ .Dt SETUID 2 .Os .Sh NAME @@ -127,7 +127,16 @@ concept of .Li _POSIX_SAVED_IDS , and have been proposed for a future revision of the standard. .Sh HISTORY -A +The .Fn setuid -function appeared in -.At v2 . +system call first appeared in +.At v1 ; +.Fn setgid +in +.At v4 ; +and +.Fn seteuid +and +.Fn setegid +in +.Bx 4.2 . |