summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>1999-03-11 01:35:00 +0000
committerpjanzen <pjanzen@openbsd.org>1999-03-11 01:35:00 +0000
commitfff412713268b8d4fff1bb57064f8f9afc67f2e6 (patch)
tree21a3400bcad2d29546ccd6fdb0e46dc95071c176 /lib/libpthread
parentpass COPTS in CFLAGS for those ports that do not override CFLAGS; (diff)
downloadwireguard-openbsd-fff412713268b8d4fff1bb57064f8f9afc67f2e6.tar.xz
wireguard-openbsd-fff412713268b8d4fff1bb57064f8f9afc67f2e6.zip
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_setspecific.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3
index f2a315c4561..4cea6f7edef 100644
--- a/lib/libpthread/man/pthread_setspecific.3
+++ b/lib/libpthread/man/pthread_setspecific.3
@@ -60,7 +60,7 @@ has been deleted with
is undefined.
.Pp
.Fn pthread_setspecific
-may be called from a thread-specific data destructor function, however this
+may be called from a thread-specific data destructor function; however, this
may result in lost storage or infinite loops.
.Sh RETURN VALUES
If successful, the