summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authord <d@openbsd.org>2000-02-10 11:46:24 +0000
committerd <d@openbsd.org>2000-02-10 11:46:24 +0000
commita87273512f6a455ec4ae1de1bae7f1c3406aee83 (patch)
treeed7ff00cbf07c13cf0e8f9df4faa9402ce367d92 /lib/libpthread
parentdocument existence of pthread_setcancelstate and pthread_setcanceltype (diff)
downloadwireguard-openbsd-a87273512f6a455ec4ae1de1bae7f1c3406aee83.tar.xz
wireguard-openbsd-a87273512f6a455ec4ae1de1bae7f1c3406aee83.zip
protect arguments to Nd
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_cond_timedwait.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3
index 1f1f15061a1..c923b264d3d 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.5 1999/11/24 05:35:31 d Exp $
+.\" $OpenBSD: pthread_cond_timedwait.3,v 1.6 2000/02/10 11:46:24 d Exp $
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
.\"
@@ -33,7 +33,7 @@
.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
.Fd #include <pthread.h>
.Ft int