summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1998-11-20 12:31:51 +0000
committerDavid Leonard <d@cvs.openbsd.org>1998-11-20 12:31:51 +0000
commit669656dac3a180cef6cc72a1aa3e8d9b2bd21a2b (patch)
tree40f3232dee5dcdd7869758a922827d2f584bd591 /share
parentd5a877b31b8aa64095b3ccba2dadc3f45ba6c88b (diff)
remove white lie (not all libc_r fns are thread-safe)
Diffstat (limited to 'share')
-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