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:
Guennadi Liakhovetski 2021-07-15 09:19:46 +02:00 committed by Christopher Friedt
commit cf92031b9b

View file

@ -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 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 will block the calling thread until either the timeout expires, the target
thread self-exits, or the target thread aborts (either due to a 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 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 be made of the thread struct. The memory of such a struct can then be