Skip to content

Commit 6e151f3

Browse files
committed
perlapi: TAINT_(NOT|(WARN_)?get) have no args
1 parent 5f10dce commit 6e151f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

perl.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ If we aren't in taint checking mode, do nothing;
961961
otherwise indicate to L</C<TAINT_set>> and L</C<TAINT_PROPER>> that some
962962
unspecified element is tainted.
963963
964-
=for apidoc Cm|void|TAINT_NOT
964+
=for apidoc Cmn|void|TAINT_NOT
965965
966966
Remove any taintedness previously set by, I<e.g.>, C<TAINT>.
967967
@@ -987,19 +987,19 @@ tainting violation. If such violations are fatal, it croaks.
987987
If C<s> is true, L</C<TAINT_get>> returns true;
988988
If C<s> is false, L</C<TAINT_get>> returns false;
989989
990-
=for apidoc Cm|bool|TAINT_get
990+
=for apidoc Cmn|bool|TAINT_get
991991
992992
Returns a boolean as to whether some element is tainted or not.
993993
994-
=for apidoc Cm|bool|TAINTING_get
994+
=for apidoc Cmn|bool|TAINTING_get
995995
996996
Returns a boolean as to whether taint checking is enabled or not.
997997
998998
=for apidoc Cm|void|TAINTING_set|bool s
999999
10001000
Turn taint checking mode off/on
10011001
1002-
=for apidoc Cm|bool|TAINT_WARN_get
1002+
=for apidoc Cmn|bool|TAINT_WARN_get
10031003
10041004
Returns false if tainting violations are fatal;
10051005
Returns true if they're just warnings

0 commit comments

Comments
 (0)