summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-18 14:03:06 -0600
committerKarl Williamson <khw@cpan.org>2022-06-18 14:04:08 -0600
commitb547ceda648097766ea314966545c4b2fc3bf1dc (patch)
tree507caf46fd62e17e86e52410bf648c90c0b97b9b
parentc1ef49815bd4437bef28537451bc48025b354e58 (diff)
downloadperl-b547ceda648097766ea314966545c4b2fc3bf1dc.tar.gz
perldiag: ispunct is a libc, section 3, fcn
-rw-r--r--pod/perldiag.pod2
-rw-r--r--t/porting/known_pod_issues.dat2
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 3da62ee408..766a980def 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3426,7 +3426,7 @@ considered punctuation in the C locale (and the POSIX standard defers to
the C standard), and Unicode is generally considered a superset of
the C locale. But Unicode has added an extra category, "Symbol", and
classifies these particular characters as being symbols. Most UTF-8
-locales have them treated as punctuation, so that L<ispunct(2)> returns
+locales have them treated as punctuation, so that L<ispunct(3)> returns
non-zero for them. But a few locales have it return 0. Perl takes
the first approach, not using C<ispunct()> at all (see L<Note [5] in
perlrecharclass|perlrecharclass/[5]>), and this message is raised to notify you that you
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 8de4e9f2f0..6cb25400d1 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -169,7 +169,7 @@ IPC::Run
IPC::Shareable
IPC::Signal
isalnum(3)
-ispunct(2)
+ispunct(3)
kill(3)
langinfo(3)
LaTeX::Encode