stas 02/03/05 09:51:20 Modified: src/docs/2.0/devel/core_explained core_explained.pod Log: - typos Revision Changes Path 1.15 +2 -2 modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod Index: core_explained.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/core_explained/core_explained.pod,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- core_explained.pod 5 Mar 2002 12:22:19 -0000 1.14 +++ core_explained.pod 5 Mar 2002 17:51:20 -0000 1.15 @@ -441,7 +441,7 @@ -=head2 Adding Typemaps for new Data Types +=head2 Adding Typemaps for new C Data Types Sometimes when a new interface is added it may include C data types for which we don't yet have a Perl typemap. In such a case, the first @@ -501,7 +501,7 @@ generates two macros. The first macro is used to convert from Perl to C datatype and equivalent to the I<typemap> file's C<INPUT> section. The second macro is used to convert from C to Perl datatype -and equivalent to the I<typemap>'s <OUTPUT> section. +and equivalent to the I<typemap>'s C<OUTPUT> section. Now proceed on adding the glue code for the new interface.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]