diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:44:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:44:51 +0000 |
commit | 2c13d61d2c131b43a8a07820e3660aed49a6c153 (patch) | |
tree | 59be910b26625e0e5a1dca60e457e2e018dbe7d3 /lib/libpthread/man/pthread_cond_signal.3 | |
parent | a14cf3f2d37ea5df9b795c5bec71e78504e57faf (diff) |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libpthread/man/pthread_cond_signal.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_signal.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_cond_signal.3 b/lib/libpthread/man/pthread_cond_signal.3 index 9b667890d1d..a2ceb594b0a 100644 --- a/lib/libpthread/man/pthread_cond_signal.3 +++ b/lib/libpthread/man/pthread_cond_signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_cond_signal.3,v 1.7 2007/05/31 19:19:36 jmc Exp $ +.\" $OpenBSD: pthread_cond_signal.3,v 1.8 2013/06/05 03:44:50 tedu Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -29,14 +29,14 @@ .\" .\" $FreeBSD: pthread_cond_signal.3,v 1.5 1999/08/28 00:03:04 peter Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 5 2013 $ .Dt PTHREAD_COND_SIGNAL 3 .Os .Sh NAME .Nm pthread_cond_signal .Nd unblock a thread waiting for a condition variable .Sh SYNOPSIS -.Fd #include <pthread.h> +.In pthread.h .Ft int .Fn pthread_cond_signal "pthread_cond_t *cond" .Sh DESCRIPTION |