diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CORE/util.h')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CORE/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/CORE/util.h b/Master/tlpkg/tlperl/lib/CORE/util.h index 0d41ebc0270..3310b119d8e 100644 --- a/Master/tlpkg/tlperl/lib/CORE/util.h +++ b/Master/tlpkg/tlperl/lib/CORE/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 */ |