timespec: Add documentation for struct timespec Helpers

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 <krzysztof.miesowicz@gmail.com>
This commit is contained in:
Joel Sherrill joel.sherrill@oarcorp.com
2012-08-30 18:38:50 -05:00
parent a6eaa5489c
commit 66dacbfb8e
4 changed files with 565 additions and 2 deletions
+2
View File
@@ -109,6 +109,7 @@
@include user/cpuuse.texi
@include user/object.texi
@include user/chains.texi
@include user/timespec.texi
@include user/cbs.texi
@include user/dirstat.texi
@include example.texi
@@ -147,6 +148,7 @@
* CPU Usage Statistics::
* Object Services::
* Chains::
* Timespec Helpers::
* Constant Bandwidth Server Scheduler API::
* Directive Status Codes::
* Example Application::
+8 -2
View File
@@ -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" < $< > $@
+2
View File
@@ -108,6 +108,7 @@
@include cpuuse.texi
@include object.texi
@include chains.texi
@include timespec.texi
@include cbs.texi
@include dirstat.texi
@include example.texi
@@ -146,6 +147,7 @@
* CPU Usage Statistics::
* Object Services::
* Chains::
* Timespec Helpers::
* Constant Bandwidth Server Scheduler API::
* Directive Status Codes::
* Example Application::
+553
View File
File diff suppressed because it is too large Load Diff