summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_once.3
diff options
context:
space:
mode:
authorjasoni <jasoni@openbsd.org>2001-06-24 23:46:35 +0000
committerjasoni <jasoni@openbsd.org>2001-06-24 23:46:35 +0000
commitebf53a602058e08e086f0d486460db22098e5b1a (patch)
treee6a3d1004242049b2d5c9726e72ac7be9a7c06ca /lib/libpthread/man/pthread_once.3
parentbye bye (diff)
downloadwireguard-openbsd-ebf53a602058e08e086f0d486460db22098e5b1a.tar.xz
wireguard-openbsd-ebf53a602058e08e086f0d486460db22098e5b1a.zip
remove double space after comma
Diffstat (limited to 'lib/libpthread/man/pthread_once.3')
-rw-r--r--lib/libpthread/man/pthread_once.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3
index fbd707c6e58..a2a41043b4f 100644
--- a/lib/libpthread/man/pthread_once.3
+++ b/lib/libpthread/man/pthread_once.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_once.3,v 1.7 1999/11/24 05:35:32 d Exp $
+.\" $OpenBSD: pthread_once.3,v 1.8 2001/06/24 23:46:35 jasoni Exp $
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
.\"
@@ -90,7 +90,7 @@ is undefined if
has automatic storage duration or is not initialized by
.Dv PTHREAD_ONCE_INIT .
.Sh RETURN VALUES
-If successful, the
+If successful, the
.Fn pthread_once
function will return zero. Otherwise an error number will be returned to
indicate the error.