summaryrefslogtreecommitdiff
path: root/lib/libc/sys/setuid.2
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-11-07 11:24:31 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-11-07 11:24:31 +0000
commit25778a60c1b102bc6035360869174cd98023e365 (patch)
tree4cb51caed56d2c1b7f4692d82355a9c0d38450b1 /lib/libc/sys/setuid.2
parent2f7e438913ef43d94258d65589028eacfa4b0c6d (diff)
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.219
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 .