summaryrefslogtreecommitdiff
path: root/pod/perlvms.pod
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 /pod/perlvms.pod
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 'pod/perlvms.pod')
-rw-r--r--pod/perlvms.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlvms.pod b/pod/perlvms.pod
index 27178b7424..1cfb23153c 100644
--- a/pod/perlvms.pod
+++ b/pod/perlvms.pod
@@ -1001,8 +1001,8 @@ logical name to be created, it is defined in supervisor mode.
(The same is done if an existing logical name was defined in
executive or kernel mode; an existing user or supervisor mode
logical name is reset to the new value.) If the value is an empty
-string, the logical name's translation is defined as a single NUL
-(ASCII 00) character, since a logical name cannot translate to a
+string, the logical name's translation is defined as a single C<NUL>
+(ASCII C<\0>) character, since a logical name cannot translate to a
zero-length string. (This restriction does not apply to CLI symbols
or CRTL C<environ> values; they are set to the empty string.)
An element of the CRTL C<environ> array can be set only if your