diff options
author | 1999-03-11 01:35:00 +0000 | |
---|---|---|
committer | 1999-03-11 01:35:00 +0000 | |
commit | fff412713268b8d4fff1bb57064f8f9afc67f2e6 (patch) | |
tree | 21a3400bcad2d29546ccd6fdb0e46dc95071c176 /lib/libpthread | |
parent | pass COPTS in CFLAGS for those ports that do not override CFLAGS; (diff) | |
download | wireguard-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.3 | 2 |
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 |