From 16bed8add3c9bf4976115ce7fc51173f8f13dcf5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Aug 1998 19:25:14 +0000 Subject: More complete shells generated. --- doc/new_chapters/cancel.t | 40 +++++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) (limited to 'doc/new_chapters/cancel.t') diff --git a/doc/new_chapters/cancel.t b/doc/new_chapters/cancel.t index be7397968e..3161b8fba7 100644 --- a/doc/new_chapters/cancel.t +++ b/doc/new_chapters/cancel.t @@ -35,7 +35,7 @@ and describes the calling sequence, related constants, usage, and status codes. @page -@subsection pthread_cancel - XXX +@subsection pthread_cancel - @subheading CALLING SEQUENCE: @@ -51,12 +51,18 @@ int pthread_cancel( @subheading STATUS CODES: +@table @b +@item E +The + +@end table + @subheading DESCRIPTION: @subheading NOTES: @page -@subsection pthread_setcancelstate - XXX +@subsection pthread_setcancelstate - @subheading CALLING SEQUENCE: @@ -72,12 +78,18 @@ int pthread_setcancelstate( @subheading STATUS CODES: +@table @b +@item E +The + +@end table + @subheading DESCRIPTION: @subheading NOTES: @page -@subsection pthread_setcanceltype - XXX +@subsection pthread_setcanceltype - @subheading CALLING SEQUENCE: @@ -93,12 +105,18 @@ int pthread_setcanceltype( @subheading STATUS CODES: +@table @b +@item E +The + +@end table + @subheading DESCRIPTION: @subheading NOTES: @page -@subsection pthread_testcancel - XXX +@subsection pthread_testcancel - @subheading CALLING SEQUENCE: @@ -114,12 +132,18 @@ int pthread_testcancel( @subheading STATUS CODES: +@table @b +@item E +The + +@end table + @subheading DESCRIPTION: @subheading NOTES: @page -@subsection pthread_cleanup_push - XXX +@subsection pthread_cleanup_push - @subheading CALLING SEQUENCE: @@ -135,6 +159,12 @@ int pthread_cleanup_push( @subheading STATUS CODES: +@table @b +@item E +The + +@end table + @subheading DESCRIPTION: @subheading NOTES: -- cgit v1.2.3