diff options
author | 2013-06-05 03:40:26 +0000 | |
---|---|---|
committer | 2013-06-05 03:40:26 +0000 | |
commit | 86f9d4cdda0e0267dccd8755ac0035525579c4a7 (patch) | |
tree | f3437ec7ed6f576366d99a4f7acc4c56f80e05ad /lib/libpthread/man/pthread_spin_init.3 | |
parent | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze (diff) | |
download | wireguard-openbsd-86f9d4cdda0e0267dccd8755ac0035525579c4a7.tar.xz wireguard-openbsd-86f9d4cdda0e0267dccd8755ac0035525579c4a7.zip |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libpthread/man/pthread_spin_init.3')
-rw-r--r-- | lib/libpthread/man/pthread_spin_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_spin_init.3 b/lib/libpthread/man/pthread_spin_init.3 index fff74a90552..6ee06d9f6d4 100644 --- a/lib/libpthread/man/pthread_spin_init.3 +++ b/lib/libpthread/man/pthread_spin_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_spin_init.3,v 1.1 2012/05/03 09:07:17 pirofti Exp $ +.\" $OpenBSD: pthread_spin_init.3,v 1.2 2013/06/05 03:44:50 tedu Exp $ .\" .\" Copyright (c) 2012 Paul Irofti <pirofti@openbsd.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: May 3 2012 $ +.Dd $Mdocdate: June 5 2013 $ .Dt PTHREAD_SPIN_INIT 3 .Os .Sh NAME @@ -23,7 +23,7 @@ .Nm pthread_spin_destroy .Nd initialize and destroy a spinlock object .Sh SYNOPSIS -.Fd #include <pthread.h> +.In pthread.h .Ft int .Fn pthread_spin_init "pthread_spinlock_t *lock" "int pshared" .Ft int |