summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-02-06 00:29:04 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-02-06 00:29:04 +0000
commitfcb81b3839f2090192a7d9e99cb264f2781f92cc (patch)
treef38270898041e2beae117b9975bb50f5b7b556a3 /lib
parent016758f8e8c9f54725ac96986a609f75ef900867 (diff)
remove please from manual pages
ok jmc@ sthen@ millert@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/atexit.36
-rw-r--r--lib/libc/sys/getentropy.26
-rw-r--r--lib/libkeynote/keynote.46
-rw-r--r--lib/libpthread/man/pthreads.36
-rw-r--r--lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.36
5 files changed, 15 insertions, 15 deletions
diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3
index a95a45b92e4..3a7e0d978a8 100644
--- a/lib/libc/stdlib/atexit.3
+++ b/lib/libc/stdlib/atexit.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: atexit.3,v 1.12 2019/06/27 16:30:39 schwarze Exp $
+.\" $OpenBSD: atexit.3,v 1.13 2022/02/06 00:29:02 jsg Exp $
.\"
-.Dd $Mdocdate: June 27 2019 $
+.Dd $Mdocdate: February 6 2022 $
.Dt ATEXIT 3
.Os
.Sh NAME
@@ -68,7 +68,7 @@ that matters, not the source of the function that was registered.
is very difficult to use correctly without creating
.Xr exit 3 Ns -time
races.
-Unless absolutely necessary, please avoid using it.
+Unless absolutely necessary, avoid using it.
.Sh RETURN VALUES
The
.Nm
diff --git a/lib/libc/sys/getentropy.2 b/lib/libc/sys/getentropy.2
index 234969e7a1d..3f4fb058a48 100644
--- a/lib/libc/sys/getentropy.2
+++ b/lib/libc/sys/getentropy.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getentropy.2,v 1.9 2019/09/28 14:55:12 deraadt Exp $
+.\" $OpenBSD: getentropy.2,v 1.10 2022/02/06 00:29:02 jsg Exp $
.\"
.\" Copyright (c) 2014 Theo de Raadt
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 28 2019 $
+.Dd $Mdocdate: February 6 2022 $
.Dt GETENTROPY 2
.Os
.Sh NAME
@@ -33,7 +33,7 @@ as input for process-context pseudorandom generators like
The maximum buffer size permitted is 256 bytes.
.Pp
.Fn getentropy
-is not intended for regular code; please use the
+is not intended for regular code; use the
.Xr arc4random 3
family of functions instead.
.Pp
diff --git a/lib/libkeynote/keynote.4 b/lib/libkeynote/keynote.4
index aabd2db365d..d6210dc38bb 100644
--- a/lib/libkeynote/keynote.4
+++ b/lib/libkeynote/keynote.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.4,v 1.37 2021/06/12 06:39:17 jmc Exp $
+.\" $OpenBSD: keynote.4,v 1.38 2022/02/06 00:29:02 jsg Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -20,7 +20,7 @@
.\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
.\" PURPOSE.
.\"
-.Dd $Mdocdate: June 12 2021 $
+.Dd $Mdocdate: February 6 2022 $
.Dt KEYNOTE 4
.\" .TH KeyNote 4 local
.Os
@@ -374,7 +374,7 @@ attribute
.Sh QUERY SEMANTICS
The discussion in the following sections assume some familiarity with
assertion syntax.
-Please refer to
+Refer to
.Xr keynote 5
for more details on the syntax.
.Sh QUERY PARAMETERS
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3
index 94e86227874..cf585839665 100644
--- a/lib/libpthread/man/pthreads.3
+++ b/lib/libpthread/man/pthreads.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthreads.3,v 1.43 2019/02/04 18:06:32 jmc Exp $
+.\" $OpenBSD: pthreads.3,v 1.44 2022/02/06 00:29:02 jsg Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
-.Dd $Mdocdate: February 4 2019 $
+.Dd $Mdocdate: February 6 2022 $
.Dt PTHREADS 3
.Os
.Sh NAME
@@ -463,7 +463,7 @@ conform to
.St -p1003.1-96
and various later versions of
.Pq Dq Tn POSIX .
-Please consult the manpages for the individual functions for details.
+Consult the manpages for the individual functions for details.
.Sh HISTORY
This 1-to-1 implementation of the
.Nm
diff --git a/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 b/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
index e30e4de84fa..a249cda6ac4 100644
--- a/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
+++ b/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.4 2019/06/08 15:25:43 schwarze Exp $
+.\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.5 2022/02/06 00:29:02 jsg Exp $
.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 8 2019 $
+.Dd $Mdocdate: February 6 2022 $
.Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3
.Os
.Sh NAME
@@ -104,7 +104,7 @@ provides access to
object for the connection during the
.Fn verify_callback
when checking the peer's certificate.
-Please check the example in
+Check the example in
.Xr SSL_CTX_set_verify 3 .
.Sh SEE ALSO
.Xr CRYPTO_set_ex_data 3 ,