diff options
author | Karl Williamson <khw@cpan.org> | 2014-05-04 17:09:22 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-05-30 16:11:28 -0600 |
commit | 6602b93363649555eb1086b0efd043f7ffa7d0b5 (patch) | |
tree | d38f75fba1e7a4ca6b767a17e9c454a4236fdc8f /inline.h | |
parent | 726137b54cce68fcc6b29154c8dd4b58a2b1e4d9 (diff) | |
download | perl-6602b93363649555eb1086b0efd043f7ffa7d0b5.tar.gz |
Wrap various pod uses of NUL with C<>
This makes the uses of this consistent in our pods. Also changed one
use of the word 'buffer' into 'string', the latter being more
appropriate.
Diffstat (limited to 'inline.h')
-rw-r--r-- | inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -290,7 +290,7 @@ S_isALNUM_lazy(pTHX_ const char* p) /* =for apidoc AiR|bool|is_safe_syscall|const char *pv|STRLEN len|const char *what|const char *op_name -Test that the given C<pv> doesn't contain any internal NUL characters. +Test that the given C<pv> doesn't contain any internal C<NUL> characters. If it does, set C<errno> to ENOENT, optionally warn, and return FALSE. Return TRUE if the name is safe. |