[svn:parrot] r43225 - trunk/docs/pdds

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Dec 23 07:04:11 UTC 2009


Author: mikehh
Date: Wed Dec 23 07:04:10 2009
New Revision: 43225
URL: https://trac.parrot.org/parrot/changeset/43225

Log:
fix codetest failure - max pod linelength 78

Modified:
   trunk/docs/pdds/pdd13_bytecode.pod

Modified: trunk/docs/pdds/pdd13_bytecode.pod
==============================================================================
--- trunk/docs/pdds/pdd13_bytecode.pod	Wed Dec 23 06:56:40 2009	(r43224)
+++ trunk/docs/pdds/pdd13_bytecode.pod	Wed Dec 23 07:04:10 2009	(r43225)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005, Parrot Foundation.
+# Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
 =head1 PDD 13: Bytecode
@@ -22,8 +22,8 @@
 PBC, Parrot bytecode, is the binary format used internally by the Parrot VM to
 store the data necessary to execute a compiled PIR program.  The sequence of
 instructions making up a Parrot program, a constants table, an annotations
-table and any ancillary data are stored in a PBC.  These files usually have the
-extension C<.pbc>.
+table and any ancillary data are stored in a PBC.  These files usually have
+the extension C<.pbc>.
 
 The PBC format is designed so that any valid PBC file can be read and executed
 by Parrot on any platform, but may be encoded more optimally for a particular
@@ -630,7 +630,7 @@
 =head4 Packfile.pmc
 
 This PMC represents the packfile overall. It will be constructed by the VM
-when reading a packfile. It implements the following methods and vtable 
+when reading a packfile. It implements the following methods and vtable
 functions.
 
 =over 4


More information about the parrot-commits mailing list