fix unclear man page; better is coming (later)
This commit is contained in:
parent
f728b8e770
commit
25766cfbcb
|
@ -30,7 +30,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)setuid.3 6.4 (Berkeley) 4/19/91
|
||||
.\" $Id: setuid.3,v 1.3 1993/12/15 20:32:47 jtc Exp $
|
||||
.\" $Id: setuid.3,v 1.4 1994/02/25 03:42:51 cgd Exp $
|
||||
.\"
|
||||
.Dd April 19, 1991
|
||||
.Dt SETUID 3
|
||||
|
@ -84,9 +84,8 @@ current process.
|
|||
Upon success, these functions return 0;
|
||||
otherwise \-1 is returned.
|
||||
.Pp
|
||||
If the user is not the super user, or the uid
|
||||
specified is not the real or effective ID, these
|
||||
functions return \-1.
|
||||
If the user is not the super user, or the uid (gid)
|
||||
is not the real ID of the process, these functions return \-1.
|
||||
.Sh SEE ALSO
|
||||
.Xr setreuid 2 ,
|
||||
.Xr setregid 2 ,
|
||||
|
|
Loading…
Reference in New Issue