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_once.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_once.3')
-rw-r--r-- | lib/libpthread/man/pthread_once.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index 9eadba25f0a..17924d4d11f 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.12 2007/05/31 19:19:37 jmc Exp $ +.\" $OpenBSD: pthread_once.3,v 1.13 2013/06/05 03:44:50 tedu Exp $ .\" .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. @@ -32,14 +32,14 @@ .\" .\" $FreeBSD: pthread_once.3,v 1.5 1999/08/28 00:03:09 peter Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 5 2013 $ .Dt PTHREAD_ONCE 3 .Os .Sh NAME .Nm pthread_once .Nd dynamic package initialization .Sh SYNOPSIS -.Fd #include <pthread.h> +.In pthread.h .Pp .Ft pthread_once_t .Fa once_control |