diff options
author | 2003-03-18 12:58:21 +0000 | |
---|---|---|
committer | 2003-03-18 12:58:21 +0000 | |
commit | 1ae321abb4cc1006db7b88605592f4c861ae9d72 (patch) | |
tree | 4d4225e16826170a5a35b75039712bbaeb8f64a3 /lib/libc | |
parent | spelling typos/errors (diff) | |
download | wireguard-openbsd-1ae321abb4cc1006db7b88605592f4c861ae9d72.tar.xz wireguard-openbsd-1ae321abb4cc1006db7b88605592f4c861ae9d72.zip |
duplicate words: and and, the the
ok miod@ jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/execve.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 6e72e7711c2..fd84737815c 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.20 2003/03/10 22:51:53 tedu Exp $ +.\" $OpenBSD: execve.2,v 1.21 2003/03/18 12:58:21 david Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -157,7 +157,7 @@ the effective user ID is recorded as the saved set-user-ID, and the effective group ID is recorded as the saved set-group-ID. These values may be used in changing the effective IDs later (see .Xr setuid 2 ) . -The set-user-ID and and set-group-ID bits have no effect if the +The set-user-ID and set-group-ID bits have no effect if the new process image file is located on a file system mounted with the nosuid flag. The process will be started without the new permissions. |