summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch17.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
commit34683feee24db199707d647f8c2c19705cafed40 (patch)
treeb4edec64205b02930e48758199a07490171b1769 /doc/posix1003.1/ch17.t
parentsummarize now generates a nicely formatted function status summary. (diff)
downloadrtems-34683feee24db199707d647f8c2c19705cafed40.tar.bz2
Added Function field.
Diffstat (limited to 'doc/posix1003.1/ch17.t')
-rw-r--r--doc/posix1003.1/ch17.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix1003.1/ch17.t b/doc/posix1003.1/ch17.t
index 8e8d123ab9..9e67e727a5 100644
--- a/doc/posix1003.1/ch17.t
+++ b/doc/posix1003.1/ch17.t
@@ -13,19 +13,19 @@
@subsection Thread-Specific Data Key Creation
@example
-pthread_key_create()
+pthread_key_create(), Function
@end example
@subsection Thread-Specific Data Management
@example
-pthread_key_setspecific()
-pthread_key_getspecific()
+pthread_key_setspecific(), Function
+pthread_key_getspecific(), Function
@end example
@subsection Thread-Specific Data Key Deletion
@example
-pthread_key_delete()
+pthread_key_delete(), Function
@end example