From 96d2a81331a43c920045ba0d3850caffac85a123 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka <gniibe@fsij.org> Date: Tue, 10 Oct 2017 13:53:58 +0900 Subject: Version 1.5. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org> --- doc/chopstx-api.texi | 2 +- doc/chopstx.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3