summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-11 09:53:05 -0600
committerKarl Williamson <khw@cpan.org>2022-05-11 10:55:14 -0600
commit9b1c4c4586404578d757c6360b00c9d2ff2ee5ea (patch)
tree16628a79b60e8285369647295d7adebf193ed538 /autodoc.pl
parenta87f9c5146b08c57b49985a1f2624267de18d944 (diff)
downloadperl-9b1c4c4586404578d757c6360b00c9d2ff2ee5ea.tar.gz
perlapi: Include threads in embedding section name
This section of perlapi currently includes thread-related functions, but that wasn't clear from the section heading.
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 2af87fb5d2..a093304fe8 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -116,7 +116,7 @@ my $CV_scn = 'CV Handling';
my $custom_scn = 'Custom Operators';
my $debugging_scn = 'Debugging';
my $display_scn = 'Display functions';
-my $embedding_scn = 'Embedding and Interpreter Cloning';
+my $embedding_scn = 'Embedding, Threads, and Interpreter Cloning';
my $errno_scn = 'Errno';
my $exceptions_scn = 'Exception Handling (simple) Macros';
my $filesystem_scn = 'Filesystem configuration values';