diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-21 03:15:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-21 03:15:47 +0000 |
commit | 6a8d0cb8380ab8e65766f56340c8dac41d6a5705 (patch) | |
tree | d083dd11635c7a5bd971dbb4b0d5b6eff9b4a296 /lib/libpthread | |
parent | f923664fa40842bde91793690e58d886dad875d2 (diff) |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'lib/libpthread')
-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 17924d4d11f..1a4a37bc991 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.13 2013/06/05 03:44:50 tedu Exp $ +.\" $OpenBSD: pthread_once.3,v 1.14 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: pthread_once.3,v 1.5 1999/08/28 00:03:09 peter Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PTHREAD_ONCE 3 .Os .Sh NAME @@ -86,7 +86,7 @@ was never called. The constant .Dv PTHREAD_ONCE_INIT is defined in the header file -.Aq Pa pthread.h . +.In pthread.h . .Pp The behavior of .Fn pthread_once |