Skip to content

Commit

Permalink
docs: posix: correct spelling of XSI_THREADS_EXT
Browse files Browse the repository at this point in the history
The option group includes a trailing S

Signed-off-by: Christopher Friedt <[email protected]>
  • Loading branch information
cfriedt committed Nov 27, 2023
1 parent 4d8442d commit 5da13ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/services/portability/posix/option_groups/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@ This table lists service support status in Zephyr:
pthread_mutexattr_gettype(),yes
pthread_mutexattr_settype(),yes

.. _posix_option_group_xsi_thread_ext:
.. _posix_option_group_xsi_threads_ext:

XSI_THREAD_EXT
==============
XSI_THREADS_EXT
===============

The XSI_THREADS_EXT option group is required because it provides
functions to control a thread's stack. This is considered useful for any
real-time application.

This table lists service support status in Zephyr:

.. csv-table:: XSI_THREAD_EXT
.. csv-table:: XSI_THREADS_EXT
:header: API, Supported
:widths: 50,10

Expand Down

0 comments on commit 5da13ea

Please sign in to comment.