From d4e2e54b7ad5be09cbedffe95fffd321f1f0a219 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Oct 1999 19:45:41 +0000 Subject: Added enough to let script find that this does not have descriptions. --- doc/posix_users/cond.t | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/posix_users') diff --git a/doc/posix_users/cond.t b/doc/posix_users/cond.t index 4c381a6864..1acbbb9746 100644 --- a/doc/posix_users/cond.t +++ b/doc/posix_users/cond.t @@ -43,7 +43,7 @@ and describes the calling sequence, related constants, usage, and status codes. @page -@subsection pthread_condattr_init +@subsection pthread_condattr_init - @subheading CALLING SEQUENCE: @@ -68,7 +68,7 @@ attributes object. @subheading NOTES: @page -@subsection pthread_condattr_destroy +@subsection pthread_condattr_destroy - @subheading CALLING SEQUENCE: @@ -92,7 +92,7 @@ The attribute object specified is invalid. @subheading NOTES: @page -@subsection pthread_condattr_setpshared +@subsection pthread_condattr_setpshared - @subheading CALLING SEQUENCE: @@ -118,7 +118,7 @@ Invalid argument passed. @subheading NOTES: @page -@subsection pthread_condattr_getpshared +@subsection pthread_condattr_getpshared - @subheading CALLING SEQUENCE: @@ -145,7 +145,7 @@ Invalid argument passed. @page -@subsection pthread_cond_init +@subsection pthread_cond_init - @subheading CALLING SEQUENCE: @@ -180,7 +180,7 @@ The specified attribute value is invalid. @subheading NOTES: @page -@subsection pthread_cond_destroy +@subsection pthread_cond_destroy - @subheading CALLING SEQUENCE: @@ -207,7 +207,7 @@ The specified condition variable is currently in use. @subheading NOTES: @page -@subsection pthread_cond_signal +@subsection pthread_cond_signal - @subheading CALLING SEQUENCE: @@ -234,7 +234,7 @@ This routine should not be invoked from a handler from an asynchronous signal handler or an interrupt service routine. @page -@subsection pthread_cond_broadcast +@subsection pthread_cond_broadcast - @subheading CALLING SEQUENCE: @@ -261,7 +261,7 @@ This routine should not be invoked from a handler from an asynchronous signal handler or an interrupt service routine. @page -@subsection pthread_cond_wait +@subsection pthread_cond_wait - @subheading CALLING SEQUENCE: @@ -289,7 +289,7 @@ the mutex was not owned by the current thread at the time of the call. @subheading NOTES: @page -@subsection pthread_cond_timedwait +@subsection pthread_cond_timedwait - @subheading CALLING SEQUENCE: -- cgit v1.2.3