summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-15 17:01:44 -0600
committerKarl Williamson <khw@cpan.org>2020-08-15 18:05:41 -0600
commitce60d79aa11b881f4d22547d8a574150b57886f4 (patch)
tree80a94cbd0d3c6001d271ca0200bc60588b308cf2 /perl.h
parent1243fa195dd13b3094ab23dd6b1f934dd07223b5 (diff)
downloadperl-ce60d79aa11b881f4d22547d8a574150b57886f4.tar.gz
PL_signals is undocumented
Therefore there is no link to it.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 2657c87159..8067de7da3 100644
--- a/perl.h
+++ b/perl.h
@@ -7088,7 +7088,7 @@ extern void moncontrol(int);
/*
=for apidoc Amn|U32|PERL_SIGNALS_UNSAFE_FLAG
-If this bit in L</C<PL_signals>> is set, the system is uing the pre-Perl 5.8
+If this bit in C<PL_signals> is set, the system is uing the pre-Perl 5.8
unsafe signals. See L<perlrun/PERL_SIGNALS> and L<perlipc/Deferred Signals
(Safe Signals)>.