From: H.Merijn Brand Date: Fri, 5 Aug 2005 14:13:26 +0000 (+0000) Subject: ASCIZ is not a typo X-Git-Tag: accepted/trunk/20130322.191538~19996 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=299600f4fd84abe726c70f5cec41eac7dded3bf2;p=platform%2Fupstream%2Fperl.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).