From 90ec37554ac6e19586a65281cc990b08b6131064 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 9 Apr 2025 23:01:23 -0400 Subject: [PATCH] POSIX: fix man page links C<> inside the L<> causes the links to be interpreted as module links rather than the intended links to manpages. --- ext/POSIX/lib/POSIX.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/POSIX/lib/POSIX.pod b/ext/POSIX/lib/POSIX.pod index 2ce1b32f712d..696ef8a80a06 100644 --- a/ext/POSIX/lib/POSIX.pod +++ b/ext/POSIX/lib/POSIX.pod @@ -1132,7 +1132,7 @@ Not implemented. C is C-specific. Perl does memory management transp This is the same as the C function C on unthreaded perls. On threaded perls, it transparently (almost) substitutes the more -thread-safe L(3)>, if available, instead of C. +thread-safe C>, if available, instead of C. Core Perl does not have any support for wide and multibyte locales, except Unicode UTF-8 locales. This function, in conjunction with @@ -1161,7 +1161,7 @@ actual length of the first parameter string. This is the same as the C function C on unthreaded perls. On threaded perls, it transparently (almost) substitutes the more -thread-safe L(3)>, if available, instead of C. +thread-safe C>, if available, instead of C. Core Perl does not have any support for wide and multibyte locales, except Unicode UTF-8 locales. This function, in conjunction with @@ -2265,7 +2265,7 @@ See L. This is the same as the C function C on unthreaded perls. On threaded perls, it transparently (almost) substitutes the more -thread-safe L(3)>, if available, instead of C. +thread-safe C>, if available, instead of C. Core Perl does not have any support for wide and multibyte locales, except Unicode UTF-8 locales. This function, in conjunction with