ASCIZ is not a typo
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 5 Aug 2005 14:13:26 +0000 (14:13 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 5 Aug 2005 14:13:26 +0000 (14:13 +0000)
p4raw-id: //depot/perl@25267

pod/perlfunc.pod

index cb66169..63fba1d 100644 (file)
@@ -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).