diff options
author | 2014-09-09 08:16:12 +0000 | |
---|---|---|
committer | 2014-09-09 08:16:12 +0000 | |
commit | e86f66765aba9d9b2f3ef1ce9530962cafe73b71 (patch) | |
tree | 1c9a71c3774a4c6043e61fb60991e9d0d7b4bd57 /lib/libc | |
parent | Rreplace [[ -n $(grep..) ]] and [[ -z $(grep..) ]] (diff) | |
download | wireguard-openbsd-e86f66765aba9d9b2f3ef1ce9530962cafe73b71.tar.xz wireguard-openbsd-e86f66765aba9d9b2f3ef1ce9530962cafe73b71.zip |
tweak previous;
Diffstat (limited to 'lib/libc')
-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 |