From 299600f4fd84abe726c70f5cec41eac7dded3bf2 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Fri, 5 Aug 2005 14:13:26 +0000 Subject: [PATCH] ASCIZ is not a typo p4raw-id: //depot/perl@25267 --- pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 1.8.3.1