diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-02-10 11:46:25 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-02-10 11:46:25 +0000 |
commit | 3850775b54209b1e4c1d7842fc0a9b51b3e482cb (patch) | |
tree | 0ef844fc6f4a940df1272d413c1f5c92fd3d83aa /lib | |
parent | 2b59d3811f65ae0485d4250da561fb8f4644b5bd (diff) |
protect arguments to Nd
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/man/pthread_cond_timedwait.3 | 4 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_cond_timedwait.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/man/pthread_cond_timedwait.3 b/lib/libc_r/man/pthread_cond_timedwait.3 index 1f1f15061a1..c923b264d3d 100644 --- a/lib/libc_r/man/pthread_cond_timedwait.3 +++ b/lib/libc_r/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 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 |