summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-05 18:20:20 -0700
committerKarl Williamson <khw@cpan.org>2020-11-06 06:16:04 -0700
commitf29b3ac763630c43a7efbb437cc71a9cb1beac85 (patch)
tree006f87815db4be47b762e017563e816ee83df767 /perl.h
parent3f6206216e363ef43b165a72465dc5c3eb94376f (diff)
downloadperl-f29b3ac763630c43a7efbb437cc71a9cb1beac85.tar.gz
perlapi: PERL_ABS takes an argument
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 72f1b2e29e..6c1d9a266d 100644
--- a/perl.h
+++ b/perl.h
@@ -7357,7 +7357,7 @@ unsafe signals. See L<perlrun/PERL_SIGNALS> and L<perlipc/Deferred Signals
/*
=for apidoc_section $numeric
-=for apidoc Am|int|PERL_ABS|int
+=for apidoc Am|int|PERL_ABS|int x
Typeless C<abs> or C<fabs>, I<etc>. (The usage below indicates it is for
integers, but it works for any type.) Use instead of these, since the C