diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-18 12:58:23 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-18 12:58:23 +0000 |
commit | 5c6fb93b956344d4b684e3a36dab601a50d5a4e2 (patch) | |
tree | a5cdd2f164a598c54194a8db9665544d934ad96f | |
parent | edbef3e3b90bcb5a0c71166883f2f48c50fde305 (diff) |
duplicate words: and and, the the
ok miod@ jmc@
-rw-r--r-- | lib/libc/sys/execve.2 | 4 | ||||
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 4 |
2 files changed, 4 insertions, 4 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. diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 99f9d892f14..fc137abc183 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.3 2003/03/11 04:22:40 david Exp $ +.\" $OpenBSD: openssl.1,v 1.4 2003/03/18 12:58:22 david Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -1762,7 +1762,7 @@ Filename to output to, or standard output by default. Digitally sign the digest using the private key in .Ar filename . .It Fl verify Ar filename -Verify the signature using the the public key in +Verify the signature using the public key in .Ar filename. The output is either "Verification OK" or "Verification Failure". .It Fl prverify Ar filename |