diff options
author | Jonathan Stowe <gellyfish@gellyfish.com> | 2000-12-18 10:24:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-19 17:47:53 +0000 |
commit | 7731a3b965af3c0f91811bd4fbd5cda1e01d8fb0 (patch) | |
tree | 7e5add87c9a3a7cf7ed9e4d76c30661ce9b85490 /utils | |
parent | a52fe3ac22032460c16bdf76478b04c7f356c27e (diff) | |
download | perl-7731a3b965af3c0f91811bd4fbd5cda1e01d8fb0.tar.gz |
[patch perl@8150] h2xs SYNOPSIS
Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
p4raw-id: //depot/perl@8195
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index edc2bb5750..88ac482b55 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -41,7 +41,7 @@ h2xs - convert .h C header files to Perl extensions =head1 SYNOPSIS -B<h2xs> [B<-ACOPXacdfkmx>] [B<-F> addflags] [B<-M> fmask] [B<-n> module_name] [B<-o> tmask] [B<-p> prefix] [B<-s> subs] [B<-v> version] [headerfile ... [extra_libraries]] +B<h2xs> [B<-ACOPXacdfkmx>] [B<-F> addflags] [B<-M> fmask] [B<-n> module_name] [B<-o> tmask] [B<-p> prefix] [B<-s> subs] [B<-v> version] [B<-b> compat_version] [headerfile ... [extra_libraries]] B<h2xs> B<-h> |