perlfunc: Clarify verbatim table
authorKarl Williamson <public@khwilliamson.com>
Thu, 7 Nov 2013 19:17:20 +0000 (12:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 7 Nov 2013 19:54:12 +0000 (12:54 -0700)
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

index 31e8743..38a5555 100644 (file)
@@ -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.