From c584250ab6520bd51e5a66eb42033a7a43507bde Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 7 Nov 2013 12:17:20 -0700 Subject: [PATCH] perlfunc: Clarify verbatim table When I read what was here before this patch, I thought there was a typo, as there was no entry in column 1 for several rows. Instead, what was meant was that the item in column 1 row 1 was supposed to be dittoed into the following rows. I used the solution employed in Camel 4, which is to repeat that item in each row it applies to. --- pod/perlfunc.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 31e8743..38a5555 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4491,11 +4491,11 @@ TEMPLATE (the second column lists letters for which the modifier is valid): ! sSlLiI Forces native (short, long, int) sizes instead of fixed (16-/32-bit) sizes. - xX Make x and X act as alignment commands. + ! xX Make x and X act as alignment commands. - nNvV Treat integers as signed instead of unsigned. + ! nNvV Treat integers as signed instead of unsigned. - @. Specify position as byte offset in the internal + ! @. Specify position as byte offset in the internal representation of the packed string. Efficient but dangerous. -- 2.7.4