Deleted Added
full compact
setuid.2 (1574) setuid.2 (17906)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
33.\" $Id$
33.\"
34.Dd June 4, 1993
35.Dt SETUID 2
36.Os BSD 4.2
37.Sh NAME
38.Nm setuid ,
39.Nm seteuid ,
40.Nm setgid ,

--- 74 unchanged lines hidden (view full) ---

115.Fn seteuid
116and
117.Fn setegid
118functions are extensions based on the
119.Tn POSIX
120concept of
121.Li _POSIX_SAVED_IDS ,
122and have been proposed for a future revision of the standard.
34.\"
35.Dd June 4, 1993
36.Dt SETUID 2
37.Os BSD 4.2
38.Sh NAME
39.Nm setuid ,
40.Nm seteuid ,
41.Nm setgid ,

--- 74 unchanged lines hidden (view full) ---

116.Fn seteuid
117and
118.Fn setegid
119functions are extensions based on the
120.Tn POSIX
121concept of
122.Li _POSIX_SAVED_IDS ,
123and have been proposed for a future revision of the standard.
124.Sh HISTORY
125A
126.Fn setuid
127and a
128setgid
129function call appeared in
130.At v7 .