We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1523e76 commit f01a9f8Copy full SHA for f01a9f8
Doc/c-api/init.rst
@@ -2716,7 +2716,7 @@ Operating System Thread APIs
2716
.. warning::
2717
2718
If the current system uses POSIX threads (also known as "pthreads"),
2719
- this calls :man:`pthread_exit(3)`, attempts to unwind the stack and
+ this calls :manpage:`pthread_exit(3)`, attempts to unwind the stack and
2720
call C++ destructors on some libc implementations. However, if a
2721
``noexcept`` function is reached, they may terminate the process.
2722
Other systems, such as macOS, do unwinding.
0 commit comments