File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -961,7 +961,7 @@ If we aren't in taint checking mode, do nothing;
961
961
otherwise indicate to L</C<TAINT_set>> and L</C<TAINT_PROPER>> that some
962
962
unspecified element is tainted.
963
963
964
- =for apidoc Cm |void|TAINT_NOT
964
+ =for apidoc Cmn |void|TAINT_NOT
965
965
966
966
Remove any taintedness previously set by, I<e.g.>, C<TAINT>.
967
967
@@ -987,19 +987,19 @@ tainting violation. If such violations are fatal, it croaks.
987
987
If C<s> is true, L</C<TAINT_get>> returns true;
988
988
If C<s> is false, L</C<TAINT_get>> returns false;
989
989
990
- =for apidoc Cm |bool|TAINT_get
990
+ =for apidoc Cmn |bool|TAINT_get
991
991
992
992
Returns a boolean as to whether some element is tainted or not.
993
993
994
- =for apidoc Cm |bool|TAINTING_get
994
+ =for apidoc Cmn |bool|TAINTING_get
995
995
996
996
Returns a boolean as to whether taint checking is enabled or not.
997
997
998
998
=for apidoc Cm|void|TAINTING_set|bool s
999
999
1000
1000
Turn taint checking mode off/on
1001
1001
1002
- =for apidoc Cm |bool|TAINT_WARN_get
1002
+ =for apidoc Cmn |bool|TAINT_WARN_get
1003
1003
1004
1004
Returns false if tainting violations are fatal;
1005
1005
Returns true if they're just warnings
You can’t perform that action at this time.
0 commit comments