diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-24 06:37:34 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-24 06:37:34 +0000 |
commit | 16789db1b504e89d15fd010296b822fbad3db452 (patch) | |
tree | 4295ae59fbf7eb598e17b10cc85b6c3d0dd83dca /lib/libpthread | |
parent | 08ce5af37f74fd71507c15d1695d4b108b4d86ef (diff) |
jmc@ points out that the underlying manpage should be named after one
of the functions, not a generic name that doesn't itself exist
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 11 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_condattr_init.3 (renamed from lib/libpthread/man/pthread_condattr.3) | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index fe99243adb3..5dac0aa7d09 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.28 2012/02/24 05:34:51 guenther Exp $ +# $OpenBSD: Makefile.inc,v 1.29 2012/02/24 06:37:33 guenther Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files @@ -15,7 +15,7 @@ MAN+= \ pthread_attr_setdetachstate.3 \ pthread_cleanup_pop.3 \ pthread_cleanup_push.3 \ - pthread_condattr.3 \ + pthread_condattr_init.3 \ pthread_cond_broadcast.3 \ pthread_cond_destroy.3 \ pthread_cond_init.3 \ @@ -91,10 +91,9 @@ MLINKS+=flockfile.3 funlockfile.3 \ pthread_attr_setstacksize.3 pthread_attr_getstacksize.3 \ pthread_attr_setguardsize.3 pthread_attr_getguardsize.3 \ pthread_attr_setdetachstate.3 pthread_attr_getdetachstate.3 \ - pthread_condattr.3 pthread_condattr_init.3 \ - pthread_condattr.3 pthread_condattr_destroy.3 \ - pthread_condattr.3 pthread_condattr_setclock.3 \ - pthread_condattr.3 pthread_condattr_getclock.3 \ + pthread_condattr_init.3 pthread_condattr_destroy.3 \ + pthread_condattr_init.3 pthread_condattr_setclock.3 \ + pthread_condattr_init.3 pthread_condattr_getclock.3 \ pthread_mutex_lock.3 pthread_mutex_timedlock.3 \ pthread_mutex_lock.3 pthread_mutex_trylock.3 \ pthread_mutexattr.3 pthread_mutexattr_init.3 \ diff --git a/lib/libpthread/man/pthread_condattr.3 b/lib/libpthread/man/pthread_condattr_init.3 index fc97f2d5428..d52160ffd8e 100644 --- a/lib/libpthread/man/pthread_condattr.3 +++ b/lib/libpthread/man/pthread_condattr_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_condattr.3,v 1.1 2012/02/24 05:34:51 guenther Exp $ +.\" $OpenBSD: pthread_condattr_init.3,v 1.1 2012/02/24 06:37:33 guenther Exp $ .\" .\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" $FreeBSD: pthread_mutexattr.3,v 1.5 2001/07/15 07:53:26 dd Exp $ .Dd $Mdocdate: February 24 2012 $ -.Dt PTHREAD_CONDATTR 3 +.Dt PTHREAD_CONDATTR_INIT 3 .Os .Sh NAME .Nm pthread_condattr_init , |