diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-10-10 13:53:58 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-10-10 13:53:58 +0900 |
commit | 96d2a81331a43c920045ba0d3850caffac85a123 (patch) | |
tree | 8866f62b6bb08bd75892a12dee42230b49ccabbe /doc | |
parent | fa7cecc0b4b62f30f3008d43f6881acccf63b2aa (diff) |
Version 1.5.release/1.5
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chopstx-api.texi | 2 | ||||
-rw-r--r-- | doc/chopstx.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/chopstx-api.texi b/doc/chopstx-api.texi index 03e1a3a..827e91a 100644 --- a/doc/chopstx-api.texi +++ b/doc/chopstx-api.texi @@ -9,7 +9,7 @@ stop further execution of code. It never returns. @subheading chopstx_create @anchor{chopstx_create} -@deftypefun {chopstx_t} {chopstx_create} (uint32_t @var{flags_and_prio}, uint32_t @var{stack_addr}, size_t @var{stack_size}, voidfunc @var{thread_entry}, void * @var{arg}) +@deftypefun {chopstx_t} {chopstx_create} (uint32_t @var{flags_and_prio}, uintptr_t @var{stack_addr}, size_t @var{stack_size}, voidfunc @var{thread_entry}, void * @var{arg}) @var{flags_and_prio}: Flags and priority @var{stack_addr}: Stack address diff --git a/doc/chopstx.texi b/doc/chopstx.texi index 86d57da..6017a80 100644 --- a/doc/chopstx.texi +++ b/doc/chopstx.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename chopstx.info -@set VERSION 1.4 +@set VERSION 1.5 @settitle Chopstx Reference Manual @c Unify some of the indices. @syncodeindex tp fn |