# New Ticket Created by  Geraud CONTINSOUZAS 
# Please include the string:  [perl #43193]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43193 >


Description:
        While reading the docs/parrotbyte.pod file with perldoc, some
        tables appear broken due to a lack of indentation.

Fix:
        Apply the attached patch to add a two-spaces indentation where
        needed.

Files touched:
        docs/parrotbyte.pod


Regards,

Geraud 
--- docs/parrotbyte.pod.old	Tue Jun 12 11:52:43 2007
+++ docs/parrotbyte.pod	Wed Apr 18 18:24:15 2007
@@ -178,10 +178,10 @@
 The header will start with a count of the number of source file to bytecode
 position mappings that are in the header.
 
-0 (relative)
-+----------+----------+----------+----------+
-|   number of source => bytecode mappings   |
-+----------+----------+----------+----------+
+  0 (relative)
+  +----------+----------+----------+----------+
+  |   number of source => bytecode mappings   |
+  +----------+----------+----------+----------+
 
 A source to bytecode position mapping simply states that the bytecode that 
 starts from the specified offset up until the offset in the next mapping, or 
@@ -191,15 +191,15 @@
 A mapping always starts with the offset in the bytecode, followed by the 
 type of the mapping.
 
-0 (relative)
-+----------+----------+----------+----------+
-|              bytecode offset              |
-+----------+----------+----------+----------+
+  0 (relative)
+  +----------+----------+----------+----------+
+  |              bytecode offset              |
+  +----------+----------+----------+----------+
 
-4
-+----------+----------+----------+----------+
-|                mapping type               |
-+----------+----------+----------+----------+
+  4
+  +----------+----------+----------+----------+
+  |                mapping type               |
+  +----------+----------+----------+----------+
 
 There are 3 mapping types.
 

Reply via email to