summaryrefslogtreecommitdiffstats
path: root/c-user/user-extensions/background.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-11-30 09:59:20 -0600
committerJoel Sherrill <joel@rtems.org>2022-11-30 09:59:20 -0600
commitaaba6e582647493ea8416063bf350de8393315c4 (patch)
tree622e419eaa51fee0ce7d0003587215039cc52307 /c-user/user-extensions/background.rst
parentuser/zynqmp: Add information about CFC-400X (diff)
downloadrtems-docs-aaba6e582647493ea8416063bf350de8393315c4.tar.bz2
c-user/*: Add trailing parentheses on methods in index which were missing it
Closes #4766.
Diffstat (limited to '')
-rw-r--r--c-user/user-extensions/background.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/user-extensions/background.rst b/c-user/user-extensions/background.rst
index 5aa747b..c1430a9 100644
--- a/c-user/user-extensions/background.rst
+++ b/c-user/user-extensions/background.rst
@@ -143,7 +143,7 @@ installed after the Standard C Library will operate correctly even if they
utilize the C Library because the C Library's thread delete extension is
invoked after that of the other thread delete extensions.
-.. index:: rtems_task_create_extension
+.. index:: rtems_task_create_extension()
Thread Create Extension
-----------------------