diff options
author | Larry W. Virden <lvirden@cas.org> | 1999-08-03 11:35:06 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-16 19:44:29 +0000 |
commit | ca24dfc6e670a1e3ff3c351be5646eb755ffa455 (patch) | |
tree | 7fc56ac4a9c3d5ad6459124c1b56f83f3b0ef1f1 /utils | |
parent | 22bc48d7a02ad074284858db5700b128d4254625 (diff) | |
download | perl-ca24dfc6e670a1e3ff3c351be5646eb755ffa455.tar.gz |
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
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlcc.PL | 15 |
1 files changed, 8 insertions, 7 deletions
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 <verbose_level> -Show exactly what steps perlcc is taking to compile your code. You can change -the verbosity level B<verbose_level> 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<verbose_level> 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 <arguments> -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<arguments> 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 |