diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-05 14:13:26 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-05 14:13:26 +0000 |
commit | 299600f4fd84abe726c70f5cec41eac7dded3bf2 (patch) | |
tree | 8a8a3097066b9c20e103d962597d4a8fb45d9ff4 /pod | |
parent | c2878c715ab4ad4d9327219a4f3208389d191cb4 (diff) | |
download | perl-299600f4fd84abe726c70f5cec41eac7dded3bf2.tar.gz |
ASCIZ is not a typo
p4raw-id: //depot/perl@25267
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index cb66169956..63fba1d6cc 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). |