stas 2004/09/13 15:17:03
Modified: src/docs/2.0/api/Apache CmdParms.pod
Log:
spel
Revision Changes Path
1.17 +3 -2 modperl-docs/src/docs/2.0/api/Apache/CmdParms.pod
Index: CmdParms.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/CmdParms.pod,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- CmdParms.pod 13 Sep 2004 21:42:52 -0000 1.16
+++ CmdParms.pod 13 Sep 2004 22:17:03 -0000 1.17
@@ -231,8 +231,9 @@
my $info = $parms->info;
}
-In this example C<$info> will either be 'One' or 'Two' depending on
-wether the directive was called as I<MyDirective1> or I<MyDirective2>
+In this example C<$info> will either be C<'One'> or C<'Two'> depending
+on whether the directive was called as I<MyDirective1> or
+I<MyDirective2>.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]