doc: add a missing ':c:func:' prefix
Fix one instance of a missing C function prefix in an RST document. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
81046088af
commit
cf92031b9b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ In some cases a thread may want to sleep until another thread terminates.
|
|||
This can be accomplished with the :c:func:`k_thread_join` API. This
|
||||
will block the calling thread until either the timeout expires, the target
|
||||
thread self-exits, or the target thread aborts (either due to a
|
||||
k_thread_abort() call or triggering a fatal error).
|
||||
:c:func:`k_thread_abort` call or triggering a fatal error).
|
||||
|
||||
Once a thread has terminated, the kernel guarantees that no use will
|
||||
be made of the thread struct. The memory of such a struct can then be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue