cvsuser 05/02/15 06:56:13
Modified: docs compiler_faq.pod
Log:
add some markup
Revision Changes Path
1.11 +2 -2 parrot/docs/compiler_faq.pod
Index: compiler_faq.pod
===================================================================
RCS file: /cvs/public/parrot/docs/compiler_faq.pod,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- compiler_faq.pod 7 Sep 2004 20:10:36 -0000 1.10
+++ compiler_faq.pod 15 Feb 2005 14:56:12 -0000 1.11
@@ -1,5 +1,5 @@
# Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
-# $Id: compiler_faq.pod,v 1.10 2004/09/07 20:10:36 jrieks Exp $
+# $Id: compiler_faq.pod,v 1.11 2005/02/15 14:56:12 coke Exp $
=head1 NAME
@@ -79,7 +79,7 @@
overflow parameters an array-like PMC in P3.
A simpler way is to use the
-foldup opcode, which creates an array of all passed
+C<foldup> opcode, which creates an array of all passed
PMC arguments.
.sub _mysub non_prototyped