summaryrefslogtreecommitdiff
path: root/inline.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-05-04 17:09:22 -0600
committerKarl Williamson <khw@cpan.org>2014-05-30 16:11:28 -0600
commit6602b93363649555eb1086b0efd043f7ffa7d0b5 (patch)
treed38f75fba1e7a4ca6b767a17e9c454a4236fdc8f /inline.h
parent726137b54cce68fcc6b29154c8dd4b58a2b1e4d9 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inline.h b/inline.h
index 86e005d36c..f4b95543da 100644
--- a/inline.h
+++ b/inline.h
@@ -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.