From d1b0e9228aaccf64ff615893215c1ede959ca520 Mon Sep 17 00:00:00 2001 From: "Larry W. Virden" Date: Tue, 3 Aug 1999 11:35:06 -0400 Subject: Fix most of the pod2man moanings reported in To: perl5-porters@perl.org Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6 (UNINSTALLED) Message-Id: <199908031935.PAA27692@cas.org> Configure regen'ed. p4raw-id: //depot/cfgperl@3998 --- utils/perlcc.PL | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'utils') diff --git a/utils/perlcc.PL b/utils/perlcc.PL index 3b7c2af822..87ec16c4eb 100644 --- a/utils/perlcc.PL +++ b/utils/perlcc.PL @@ -870,11 +870,12 @@ create executable file names. =item -verbose -Show exactly what steps perlcc is taking to compile your code. You can change -the verbosity level B much in the same way that the '-D' switch -changes perl's debugging level, by giving either a number which is the sum of -bits you want or a list of letters representing what you wish to see. Here are -the verbosity levels so far : +Show exactly what steps perlcc is taking to compile your code. You can +change the verbosity level B much in the same way that +the C<-D> switch changes perl's debugging level, by giving either a +number which is the sum of bits you want or a list of letters +representing what you wish to see. Here are the verbosity levels so +far : Bit 1(g): Code Generation Errors to STDERR Bit 2(a): Compilation Errors to STDERR @@ -901,14 +902,14 @@ manually. =item -argv -In combination with '-run' or '-e', tells perlcc to run the resulting +In combination with C<-run> or C<-e>, tells perlcc to run the resulting executable with the string B as @ARGV. =item -sav Tells perl to save the intermediate C code. Usually, this C code is the name of the perl code, plus '.c'; 'perlcode.p' gets generated in 'perlcode.p.c', -for example. If used with the '-e' operator, you need to tell perlcc where to +for example. If used with the C<-e> operator, you need to tell perlcc where to save resulting executables. =item -gen -- cgit v1.2.1