diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-29 21:24:19 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-29 21:24:19 +0000 |
commit | 28eac3d22551459f27d1d10db3ce2c35c5689432 (patch) | |
tree | fa119c5dc14467e96d2660032aaa9fa5689e8154 /lib/libc/sys/setuid.2 | |
parent | 0f10dec0a68fa61b71c3f502d456a26f3956f62d (diff) | |
download | src-28eac3d22551459f27d1d10db3ce2c35c5689432.tar.gz src-28eac3d22551459f27d1d10db3ce2c35c5689432.zip |
function appeared in Version 7 AT&T UNIX
Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2
Notes
Notes:
svn path=/head/; revision=17906
Diffstat (limited to 'lib/libc/sys/setuid.2')
-rw-r--r-- | lib/libc/sys/setuid.2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 383a8f5b597f..8c52f5dc7e05 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setuid.2 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt SETUID 2 @@ -120,3 +121,10 @@ functions are extensions based on the concept of .Li _POSIX_SAVED_IDS , and have been proposed for a future revision of the standard. +.Sh HISTORY +A +.Fn setuid +and a +setgid +function call appeared in +.At v7 . |