summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authord <d@openbsd.org>1998-11-20 12:31:50 +0000
committerd <d@openbsd.org>1998-11-20 12:31:50 +0000
commit923cdcf5a2ffc844d2e374ec3559dc25c39b80ed (patch)
tree9e47ddf23550749a624f9854f484cf1c53f27570 /share/man/man3
parentsync with freebsd (diff)
downloadwireguard-openbsd-923cdcf5a2ffc844d2e374ec3559dc25c39b80ed.tar.xz
wireguard-openbsd-923cdcf5a2ffc844d2e374ec3559dc25c39b80ed.zip
remove white lie (not all libc_r fns are thread-safe)
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/intro.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3
index 538762eec78..e2d60546e5f 100644
--- a/share/man/man3/intro.3
+++ b/share/man/man3/intro.3
@@ -80,7 +80,7 @@ storage allocation, time functions, signal handling and more.
.It Xr libc_r Pq Fl l Ns Ar c_r
Reentrant C library. Contains POSIX 1003.1c
.Xr pthreads 3
-API, thread scheduler, and thread-safe variants of all functions
+API and thread scheduler, as well as all of the functions
found in
.Xr libc .
.It Xo