diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-12-01 22:26:36 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-12-01 22:26:36 +0000 |
commit | aeb71118e62fb230d43e6711e7e120a77535dc40 (patch) | |
tree | 73975ab24d60fb7b326c119267c82079ba76ce06 /lib/libc/sys/setuid.2 | |
parent | f99112ded58829402b07447b0274b185e4c07436 (diff) | |
download | src-test2-aeb71118e62fb230d43e6711e7e120a77535dc40.tar.gz src-test2-aeb71118e62fb230d43e6711e7e120a77535dc40.zip |
Notes
Diffstat (limited to 'lib/libc/sys/setuid.2')
-rw-r--r-- | lib/libc/sys/setuid.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 6e2d2233ae7a..40e9719bfc62 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -153,9 +153,11 @@ and have been proposed for a future revision of the standard. .Sh HISTORY The .Fn setuid -and +function appeared in +.At v1 . +The .Fn setgid -functions appeared in +function appeared in .At v7 . .Sh SECURITY CONSIDERATIONS Read and write permissions to files are determined upon a call to |