From 66dacbfb8efe777f963a027dcd0645a6fefb2d5b Mon Sep 17 00:00:00 2001 From: "Joel Sherrill joel.sherrill@oarcorp.com" Date: Thu, 30 Aug 2012 18:38:50 -0500 Subject: timespec: Add documentation for struct timespec Helpers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Joel editted the documentation for clarity, grammar and technical correctness. I also moved it in the manual and added @findex entries. The core work was just polished. Author: Krzysztof Mięsowicz --- doc/user/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/user/Makefile.am') diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 21f5a42ff8..ddf2f07db8 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -14,7 +14,8 @@ GENERATED_FILES = overview.texi concepts.texi datatypes.texi init.texi \ task.texi intr.texi clock.texi timer.texi sem.texi msg.texi event.texi \ signal.texi part.texi region.texi dpmem.texi io.texi fatal.texi \ schedule.texi rtmon.texi barrier.texi bsp.texi userext.texi conf.texi \ - mp.texi stackchk.texi cpuuse.texi object.texi chains.texi cbs.texi + mp.texi stackchk.texi cpuuse.texi object.texi chains.texi timespec.texi \ + cbs.texi COMMON_FILES += $(top_srcdir)/common/cpright.texi @@ -179,11 +180,16 @@ object.texi: object.t chains.texi: chains.t $(BMENU2) -p "Object Services OBJECT_GET_CLASS_INFORMATION - Obtain Class Information" \ + -u "Top" \ + -n "Timespec Helpers" < $< > $@ + +timespec.texi: timespec.t + $(BMENU2) -p "Chains Prepend a Node" \ -u "Top" \ -n "Constant Bandwidth Server Scheduler API" < $< > $@ cbs.texi: cbs.t - $(BMENU2) -p "Chains Prepend a Node" \ + $(BMENU2) -p "Timespec Helpers TIMESPEC_FROM_TICKS - Convert Ticks to struct timespec Representation" \ -u "Top" \ -n "Directive Status Codes" < $< > $@ -- cgit v1.2.3