From: H.Merijn Brand Date: Fri, 5 Aug 2005 14:13:26 +0000 (+0000) Subject: ASCIZ is not a typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=299600f4fd84abe726c70f5cec41eac7dded3bf2;p=p5sagit%2Fp5-mst-13.2.git ASCIZ is not a typo p4raw-id: //depot/perl@25267 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index cb66169..63fba1d 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -3373,7 +3373,7 @@ of values, as follows: a A string with arbitrary binary data, will be null padded. A A text (ASCII) string, will be space padded. - Z A null terminated (ASCIIZ) string, will be null padded. + Z A null terminated (ASCIZ) string, will be null padded. b A bit string (ascending bit order inside each byte, like vec()). B A bit string (descending bit order inside each byte).