diff options
author | 2007-05-31 19:19:00 +0000 | |
---|---|---|
committer | 2007-05-31 19:19:00 +0000 | |
commit | 9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa (patch) | |
tree | 2fddcf9d9e52011f770904571a0d31b7260abbb7 /lib/libpthread/man/sem_wait.3 | |
parent | enable all debugging messages by default if the driver is compiled with (diff) | |
download | wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.tar.xz wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.zip |
convert to new .Dd format;
Diffstat (limited to 'lib/libpthread/man/sem_wait.3')
-rw-r--r-- | lib/libpthread/man/sem_wait.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/sem_wait.3 b/lib/libpthread/man/sem_wait.3 index 1e7bd4aee08..e20978c628b 100644 --- a/lib/libpthread/man/sem_wait.3 +++ b/lib/libpthread/man/sem_wait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sem_wait.3,v 1.5 2005/07/14 14:10:50 jmc Exp $ +.\" $OpenBSD: sem_wait.3,v 1.6 2007/05/31 19:19:37 jmc Exp $ .\" .\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. @@ -28,7 +28,7 @@ .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc_r/man/sem_wait.3,v 1.8 2001/10/01 16:09:09 ru Exp $ -.Dd February 15, 2000 +.Dd $Mdocdate: May 31 2007 $ .Dt SEM_WAIT 3 .Os .Sh NAME |