diff options
author | 2013-08-14 06:32:26 +0000 | |
---|---|---|
committer | 2013-08-14 06:32:26 +0000 | |
commit | 73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740 (patch) | |
tree | 702a4ca0d53dfd62ca8003eba67c59d24908d15a /lib/libpthread | |
parent | regen (diff) | |
download | wireguard-openbsd-73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740.tar.xz wireguard-openbsd-73d4fc9bd5f7838a0f9b6cdbb145f9c58519a740.zip |
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_cond_timedwait.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3 index c835af52c84..ef312ea1743 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/pthread_cond_timedwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_cond_timedwait.3,v 1.11 2013/06/05 03:44:50 tedu Exp $ +.\" $OpenBSD: pthread_cond_timedwait.3,v 1.12 2013/08/14 06:32:29 jmc Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -29,12 +29,12 @@ .\" .\" $FreeBSD: pthread_cond_timedwait.3,v 1.6 1999/08/28 00:03:04 peter Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: August 14 2013 $ .Dt PTHREAD_COND_TIMEDWAIT 3 .Os .Sh NAME .Nm pthread_cond_timedwait -.Nd "wait on a condition variable for a specific amount of time" +.Nd wait on a condition variable for a specific amount of time .Sh SYNOPSIS .In pthread.h .Ft int |