summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch14.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/ch14.t
parentsummarize now generates a nicely formatted function status summary. (diff)
downloadrtems-34683feee24db199707d647f8c2c19705cafed40.tar.bz2
Added Function field.
Diffstat (limited to 'doc/posix1003.1/ch14.t')
-rw-r--r--doc/posix1003.1/ch14.t18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/posix1003.1/ch14.t b/doc/posix1003.1/ch14.t
index b604b80629..b50585634d 100644
--- a/doc/posix1003.1/ch14.t
+++ b/doc/posix1003.1/ch14.t
@@ -23,34 +23,34 @@
@subsection Clocks
@example
-clock_settime()
-clock_gettime()
-clock_getres()
+clock_settime(), Function
+clock_gettime(), Function
+clock_getres(), Function
@end example
@subsection Create a Per-Process Timer
@example
-timer_create()
+timer_create(), Function
@end example
@subsection Delete a Per-Process Timer
@example
-timer_delete()
+timer_delete(), Function
@end example
@subsection Per-Process Timers
@example
-timer_settime()
-timer_gettime()
-timer_getoverrun()
+timer_settime(), Function
+timer_gettime(), Function
+timer_getoverrun(), Function
@end example
@subsection High Resolution Sleep
@example
-nanosleep()
+nanosleep(), Function
@end example