summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-09-03 22:30:56 -0600
committerKarl Williamson <khw@cpan.org>2015-09-03 23:10:37 -0600
commit61b16eb90f32a2433d6de43e477a03b8d9fed039 (patch)
treefb6c8c4166af22d40abe4374f66fb34d046a2c28 /util.h
parent796b6530911f5ebd6a26275873610304e63d5d19 (diff)
downloadperl-61b16eb90f32a2433d6de43e477a03b8d9fed039.tar.gz
perlapi: Add some S<>
so that these constructs appear on a single output line for reader convenience.
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.h b/util.h
index 0d41ebc027..3310b119d8 100644
--- a/util.h
+++ b/util.h
@@ -43,11 +43,11 @@
=for apidoc ibcmp
-This is a synonym for (! foldEQ())
+This is a synonym for S<C<(! foldEQ())>>
=for apidoc ibcmp_locale
-This is a synonym for (! foldEQ_locale())
+This is a synonym for S<C<(! foldEQ_locale())>>
=cut
*/