diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-09-09 08:16:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-09-09 08:16:13 +0000 |
commit | 0df8f9ffbd8bdd7aa5cb4905aed86c62e7dd728d (patch) | |
tree | dd33df349463753aef09f482d370bb05da4d3f34 /lib/libc/sys/setuid.2 | |
parent | 0f1e8e9f07cb4073d9e28b6c6ba4f45784cd5f80 (diff) |
tweak previous;
Diffstat (limited to 'lib/libc/sys/setuid.2')
-rw-r--r-- | lib/libc/sys/setuid.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index cb6b9c2b751..2e5e41e5f10 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setuid.2,v 1.22 2014/09/09 06:32:37 guenther Exp $ +.\" $OpenBSD: setuid.2,v 1.23 2014/09/09 08:16:12 jmc Exp $ .\" $NetBSD: setuid.2,v 1.3 1995/02/27 12:37:06 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -95,7 +95,7 @@ of the real group ID or the saved set-group-ID. .Sh ERRORS .Fn setuid and -.Fn seteuid , +.Fn seteuid will succeed unless: .Bl -tag -width Er .It Bq Er EPERM |