diff options
author | 2015-08-02 21:54:21 +0000 | |
---|---|---|
committer | 2015-08-02 21:54:21 +0000 | |
commit | bfc1bc5a3bc6fc18319d04c4703a05db204983e1 (patch) | |
tree | c1d8f3bfaa86eba2f06db80c5a855b659656eeef | |
parent | Tweak XXX comments. (diff) | |
download | wireguard-openbsd-bfc1bc5a3bc6fc18319d04c4703a05db204983e1.tar.xz wireguard-openbsd-bfc1bc5a3bc6fc18319d04c4703a05db204983e1.zip |
spelling; ok deraadt
-rw-r--r-- | lib/libc/sys/ptrace.2 | 6 | ||||
-rw-r--r-- | lib/libcrypto/man/BIO_s_bio.3 | 4 | ||||
-rw-r--r-- | lib/libcrypto/man/BN_BLINDING_new.3 | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 648a191286f..012cd36214d 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ptrace.2,v 1.31 2015/01/25 19:31:38 tedu Exp $ +.\" $OpenBSD: ptrace.2,v 1.32 2015/08/02 21:54:21 jmc Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. -.Dd $Mdocdate: January 25 2015 $ +.Dd $Mdocdate: August 2 2015 $ .Dt PTRACE 2 .Os .Sh NAME @@ -166,7 +166,7 @@ as the tracing process, and that it must not be executing a set-user-ID or set-group-ID executable. Additionally, if the .Dv kern.global_ptrace -sysctl is 0, then the target process must be a descendent of the tracing +sysctl is 0, then the target process must be a descendant of the tracing process. (If the tracing process is running as root, these restrictions do not apply.) The tracing process will see the newly traced process stop and may then diff --git a/lib/libcrypto/man/BIO_s_bio.3 b/lib/libcrypto/man/BIO_s_bio.3 index ea989101401..39fa4504c5a 100644 --- a/lib/libcrypto/man/BIO_s_bio.3 +++ b/lib/libcrypto/man/BIO_s_bio.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: July 24 2015 $ +.Dd $Mdocdate: August 2 2015 $ .Dt BIO_S_BIO 3 .Os .Sh NAME @@ -270,7 +270,7 @@ and/or fill the read buffer. Use .Xr BIO_ctrl_pending 3 to find out whether data is buffered in the BIO -and must be transfered to the network. +and must be transferred to the network. Use .Fn BIO_ctrl_get_read_request to find out how many bytes must be written into the buffer before the diff --git a/lib/libcrypto/man/BN_BLINDING_new.3 b/lib/libcrypto/man/BN_BLINDING_new.3 index c65d79c3bc4..72ea5d8b346 100644 --- a/lib/libcrypto/man/BN_BLINDING_new.3 +++ b/lib/libcrypto/man/BN_BLINDING_new.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: February 23 2015 $ +.Dd $Mdocdate: August 2 2015 $ .Dt BN_BLINDING_NEW 3 .Os .Sh NAME @@ -225,7 +225,7 @@ in case of an error. .Fn BN_BLINDING_convert_ex and .Fn BN_BLINDING_invert_ex -return 1 on success and 0 if an error occured. +return 1 on success and 0 if an error occurred. .Pp .Fn BN_BLINDING_thread_id returns a pointer to the thread id object within a |