summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embed.fnc2
-rw-r--r--inline.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 78df0bb54c..f0078d6231 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -785,7 +785,7 @@ pMb |bool|do_aexec |NULLOK SV* really|NN SV** mark|NN SV** sp
p |bool|do_aexec5 |NULLOK SV* really|NN SV** mark|NN SV** sp|int fd|int do_report
AbpD |int |do_binmode |NN PerlIO *fp|int iotype|int mode
: Used in pp.c
-Apd |bool |do_close |NULLOK GV* gv|bool is_explicit
+Ap |bool |do_close |NULLOK GV* gv|bool is_explicit
: Defined in doio.c, used only in pp_sys.c
p |bool |do_eof |NN GV* gv
diff --git a/inline.h b/inline.h
index 406652073b..b6241a0902 100644
--- a/inline.h
+++ b/inline.h
@@ -318,7 +318,7 @@ Perl_ReANY(const REGEXP * const re)
/*
=for apidoc_section $SV
-=for apidoc Am|bool|SvPVXtrue|SV * sv
+=for apidoc SvPVXtrue
Returns a boolean as to whether or not C<sv> contains a PV that is considered
TRUE. FALSE is returned if C<sv> doesn't contain a PV, or if the PV it does