Skip to content

Commit f01a9f8

Browse files
committed
Fix Sphinx ref.
1 parent 1523e76 commit f01a9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2716,7 +2716,7 @@ Operating System Thread APIs
27162716
.. warning::
27172717
27182718
If the current system uses POSIX threads (also known as "pthreads"),
2719-
this calls :man:`pthread_exit(3)`, attempts to unwind the stack and
2719+
this calls :manpage:`pthread_exit(3)`, attempts to unwind the stack and
27202720
call C++ destructors on some libc implementations. However, if a
27212721
``noexcept`` function is reached, they may terminate the process.
27222722
Other systems, such as macOS, do unwinding.

0 commit comments

Comments
 (0)